* {
	margin: 0;
	padding: 0;
}
 body {
	background: #FFFFFF url(images/img01.gif) repeat;
	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: #2C6528;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height:0px;
	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:30px 20px 20px 20px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 5px;
}



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}

#links ul li {
	padding-left: 0.85em;
	}

#links ul li  li{
	   font-size:85%;
	}

#links a {
        background: url(images/bullet.gif) no-repeat left center ;
	padding-left: 0.85em;
	color: #2C6528;
        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: #2C6528;
        text-align: center;
        font-size: 85%;
       color:#ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}


/* Robs Changes */




/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 1px solid #2C6528;
        margin-right:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 1px solid #2C6528;
        margin-left:10px;
        margin-bottom:10px;
        margin-top:10px;
}

img.imagealone {
       border: 1px solid #2C6528;
        margin-bottom:10px;
        margin-top:10px;
}

h2 {
      color:#7DA55E;
      font-size:98%;
}

#rating {
padding-left:30px;
margin-top:25px;
background-color:#ffffff;
font-size: 85%;
}