body 	{	
margin: 0px;
font-family: Verdana, Arial;
font-size: 12px;
color: #970000;
}

a:link 	{
text-decoration: none;
font-size: 11px;
font-weight: bold;
color: #fff;
}

a:visited {
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

a:hover {
font-size: 11px;
font-weight: bold;
color: #afafaf;
text-decoration: none;
}

a:active {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #afafaf;
}

.container 	{
height:auto;
margin:auto;
width:900px;
position:relative;
top:0px; 
background-image: url(images/bg_body.jpg);
background-repeat:repeat;
background-color:#fff;
z-index: 1;
}

.inner_container{
width:735px;
height:auto;
position:absolute;
top:0px;
z-index: 1;
left: 83px;
}

#cont_bot 	{
height:110px;
margin:auto;
width:900px;
position:relative; 
background-image: url(images/bg_body_bot.jpg);
background-repeat:no-repeat;
z-index: 1;
}

.top {
position: relative;
left: 221px;
top: 60px;
z-index: 3;
}

.details {
	position: absolute;
	width: 735px;
	left: 0px;
	text-align:center;
	color:#FFFFFF;
	top: 0px;
	z-index: auto;
}

#innerDetails {
	position:absolute;
	width:400px;
	text-align:center;
	z-index: 3;
	color:#FFFFFF;
	left: 324px;
	top: 88px;
}

h1 	{
font-size: 12px;
font-weight: bold;
color: #000;
}

.mainContent {
	padding: 5px;
	position: absolute;
	left: 190px;
	top: 185px;
	z-index: 3;
	width: 490px;
}

.mainContent p {padding: 0px; color:#FFFFFF;}
.mainContent ul {padding: 5px; color:#FFFFFF;}

#botnav {display:block; clear:both; text-align:center;border-top: thin dotted #000000;}

#botnav a:link {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

#botnav a:visited {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

#botnav a:hover {
text-decoration: none;
color: #ffffff;
font-weight: bold;
} 

#botnav a:active {
text-decoration: none;
color: #ffffff;
font-weight: bold;
} 

#navbar {
	width:150px;
	position:absolute;
	top:195px;
	left:25px;
	z-index:2;
}

/* First  Level UL tags */
#nav, #nav ul  {
padding: 0;
margin: 0;line-height: 1;
list-style: none;
height:18px;
}

/* First Level Links */

#nav li{
float: bottom;
}

#nav li a{
background-image: url(images/butback.gif);
background-repeat: no-repeat;
width: 150px; height:18px;
display: block;
color: #fff;
text-decoration: none;
padding: 3px 0px 0px 5px;
font:11px Arial, sans-serif;
text-align:left; text-indent:15px;
margin-right:1px;
}

#nav li a:hover{
background-image: url(images/butbacko.gif);
background-repeat: no-repeat;
color: #fff;
display: block; height:18px;
position:relative; left:0px;
}

/* Hide the drop-downs until mouseover */
#nav li ul{
position: absolute;
left: -999em;
width: 139px;
}
     
/* Show the drop-downs on mouseover */     
#nav li:hover ul, #nav li.sfhover ul{
left: auto;
}
