* {
	margin: 0;
	padding: 0;
}
 body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#000000;
        text-align: justify;
	line-height: 187%;
}

p {
margin-bottom:0.9em;
}


#content ul {
        margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
        margin-left:15px;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 79px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 760px;
	height: 284px;
	margin: 0 auto;
	background: #010100 url(images/thenewbanner.jpg);
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
        background: #FFFFFF url(images/contentbg.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 540px;
        padding:10px 20px 20px 20px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 10px;
}



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}

#links ul li {
	padding-left: 1em;
	}

#links ul li  li{
	   font-size:85%;
	}

#links a {
        background: url(images/bullet.gif) no-repeat left center ;
	padding-left: 1em;
	color: #6A0004;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:5px 0 5px 20px;
        margin-top:6px;
        font-size:95%;
}


/* Footer */



#footer  {
        height:60px;
	width: 760px;
	margin: 0 auto;
        background: #6A0004;
        text-align: center;
        font-size: 85%;
       color:#ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}


/* Robs Changes */

#address {
	font-size: 85%;
        margin-top:100px;
}


/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 1px solid #6A0004;
        margin-right:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 1px solid #6A0004;
        margin-left:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imagealone {
       border: 1px solid #6A0004;
        margin-bottom:10px;
        margin-top:10px;
}

h2 {
      color:#6A0004;
      font-size:98%;
}

h1 {
      color:#6A0004;
            font-size:99%;
      margin-bottom:8px;
}



#address {
padding-left:15px;
font-weight:bold;
font-style:italic;
color:#FFFFFF;
margin-top:25px;
background-color:#6A0004;
}

#rating {
color:#000000;
margin-left:40px;
}
