body {
background: #1c1b19 url('images/bg.jpg') repeat-x;
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 748px;
margin: 0px auto;
}

#header {
background: #ececec;
width: 748px;
margin-top: 0;
clear: all;

}
#content {
background: #ececec;
float:left;
width: 748px;
text-align: left;
font-family: Arial;
color: #3d3d3d;
font-size: 12px;
line-height: 18px;
}

#base {
background: #ececec;
width: 500px;
float:right;
margin: 10px 20px 10px 10px;
}


#sidebar {

float: left;
width: 180px;
background: #ececec;
margin: 10px 0 0 20px;
}

#footer {
text-align: center;
width: 748px;
height: 30px;
padding-top: 5px;
font-family: Arial;
color: #ececec;
font-size: 12px;
}


.box
{
background: #dfdfdf;
margin-top: 20px;
padding: 5px;
text-align: center;
border-top: 1px dotted #c2bdbd;
border-bottom: 1px dotted #c2bdbd;
}

.centered {
margin: 0 auto 0 auto;
}


#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #ffffff;
   width: 150px;
   text-align: left;
   font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
   padding: 6px;
   margin:2px 0;
   border-bottom: 1px dotted #c2bdbd;
}
#navigation li a:hover {
   background: #fe7e02;
   color: #ffffff;
}




h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #4292a4;
text-transform: uppercase;
}


a:link 		{
		text-decoration:none;
		color: #90410C;
		font-weight: normal;
		border-bottom: 0px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color: #90410C;
		font-weight: normal;
		border-bottom: 0px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #4A2110
		font-weight: normal;
		border-bottom: 0px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#90410C;
		}



input,textarea,select {
		border: 1px solid #7A530F;
		background-color:#B98B3B;
		color: #352200;
		font-family: Tahoma;
		font-size: 11px;}

