* {
	margin: 0;
	padding: 0;
}
 body {
	background: #3f051c 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;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 0px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 885px;
	height: 325px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 885px;
	margin: 0 auto;
        background: #ffffff url(images/contentbg.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 620px;
margin:25px 0 5px 0;
        padding:10px 35px 10px 0;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 214px;
margin-top:17px;
     }



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}

#links ul li li a {
        background: none;
       padding:2px 0 2px 30px;
      font-weight:normal;
      margin-top:10px;
}

#links a {
        background: url(images/menubg.jpg) no-repeat left center ;
	color: #3f051c;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:2px 0 2px 30px;
        margin-top:18px;
        margin-left:18px;
        font-size:95%;
}

/* Footer */



#footer  {
        height:60px;
	width: 885px;
	margin: 0 auto;
        background: #fefccd ;
        text-align: center;
        font-size: 85%;
       color:#3c061c;
padding-top:4px;
padding-bottom:4px;
border-top:5px solid #3c061c;

}

#footer a {
	text-decoration: none;
	color: #000000;
}


/* Robs Changes */



/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #581e3d;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #581e3d;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #581e3d;
        margin-bottom:10px;
        margin-top:10px;
}


/*Css to style text links*/

#content A:link {
font-weight:bold;
color:#000000;
}

#content A:visited {
font-weight:bold;
color:#000000;
}

#content A:active {
font-weight:bold;
color:#000000;
}

#content A:hover {
text-decoration: underline; 
font-weight:bold;
color: #000000;
}

#ratings {
padding-left:5px;
margin-top:5px;
margin-left:18px;
}

#cfContact {
background-color:#3f051c;
color:#ffffff;
font-weight:bold;
}