body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	/*border-top: 0px solid #FFF;*/
	background-color: #d29c1a;
	background-image:  url(/images/BodyBG.jpg);
	background-repeat: repeat;
	/*top: 10px;*/

}

#container {
background: #fff;
width: 1262px;
margin: 0px auto;
padding: 0px;
background-color: #91B748;
position: relative;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
Top: 10px;
Bottom: 100px;
}


#header	{

width: 1262px;
height: 100px;
position: relative;
background-image:  url(/images/headerBG.jpg);
border-bottom: 2px solid #000000;
border-radius: 10px;
-moz-border-radius: 10px;
background-color: #FF3300;

}

#header a  {

color: #ffffff;
text-decoration: underline;
font-weight: bold;
font-family: Verdana;
font-size: 14px;

}

#header a:visited  {

color: #000000;
text-decoration: underline;
font-weight: bold;

}

#header a:hover  {

color: #cc0000;
text-decoration: none;
font-weight: bold;

}


.HorizLinks  {

position: absolute; top: 77px; left: 180px; 

}

.HorizLinks ul { 

margin: 0px; 

}

.HorizLinks li {

margin: 0px 15px 0px 0px;
list-style-type: none;
display: inline;
	
}


#horizontalnav  {

width: 1262px;
height: 30px;
position: relative;
background-color: #F2D6AF;
border-bottom: 2px solid #000000;

}

.navlinks  {

position: absolute; top: 4px; left: 60px; 

}

.navlinks ul { 

margin: auto;

}

.navlinks li {

margin: 0px 18px 0px 0px;
list-style-type: none;
display: inline;
	
}

.navlinks li a {

color: #000000;
padding: 5px 12px 7px;
text-decoration: none;
font-size: 16px;
font-family: Verdana;

}

.navlinks li a:hover{

color: #ffffff;
background-image:  url(/images/BGhover.jpg);
 /*If you want to use a color for the background instead replace above line with background-color: [insert color here with # sign in front];*/
text-decoration: underline;


}


#header p  {

color: #000000;
font-family: Arial;
font-weight: bold;

}

.smalltext   {

font-size: 9px;
font-family: Arial;

}


#leftnav {

float: left;
width: 120px;
background-color: #91B748;
height:auto;
padding-top: 10px;
padding-left: 10px;


}
		

#rightnav  {

float: right;
width: 120px;
background-color: #91B748;
height:auto;
padding-top: 10px;
padding-right: 10px;

}

#body  {

margin: auto;
width: 900px;
padding: 10px 10px 0px 10px;
background-color: #91B748;
height: auto;
}

#add_this {
padding: 5px;
width: 180px;
position: relative;
top: 5px;
left: 546px;
background-color: #FFFFFF;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

#footer  {
margin: auto;
width: 1262px
clear: both;
background-color: #D1C0A7;
padding-bottom: 20px;

}

.box  {

margin-top: 10px;
padding: 5px 5px 5px 5px;
background-color: #dddddd;
border: 2px solid #d22929;
width: 350px;
color: #000000;

}

h2  {

font-size: 20px;
color: #cc0000;
padding: 10px;
font-family: Verdana;

}