/* CSS Document */
/*--Basic HTML Settings---*/
body {
		background: #A90F0F	url(images/background.jpg) repeat-x left top;
		padding:0;
		margin:0;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	  }

body a  {
			color:#003465;
			text-decoration:underline;
		}
		
body a:hover {
				color:#003465;
				text-decoration:underline;
				font-weight:bold;
			 }
			 
body a:visited  {
					color:#41658D;
				}
				
img	a {
		border: 0;
	}
/*---End Basic HTML Settings---*/

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 720px;
	text-align: left;
	height:100%;
	overflow: visible;
}

#header {
	position: absolute; 
	top: 0px; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	width: 720px; 
	height: 168px; 
	background: url(images/header2.gif) no-repeat;
	}

#content {
	position: absolute; 
	top: 200px; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	width: 720px; 
}
#contentimage {
	background:	url(images/inner_back.jpg) repeat-y center top;
}

#leftcontent {
				float:left;
				width:144px;	
			 }
#rightcontent {
				float:left;
				width:564px;
			  }
#right_text {
				padding:10px 10px 0 10px;
			}

#foot {
	clear: both;
	width: 720px;
	height: 16px;
	text-align: center;
	background: url(images/bottom_2.gif) no-repeat;
}
#footerhold {
text-align:center;
}
#footer {
			font-size:10px;
		}
#copy {
	position:relative; 
	width: 720px;
	height: 40px;
	text-align: center;
	font-size:10px;
	color:#FFFFFF;
}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
}
/*---Menu---*/		
#menu  {
			position: absolute; 
			top: 168px; 
			left: 0; 
			margin: 0; 
			padding: 0; 
			width: 720px;
		}

#hells_menu {
    			width: 720px; height: 32px;
    			background:  url(images/menu.gif);
    			margin: 0; padding: 0;
    			position: relative;
			}
			
#hells_menu li {
    			margin: 0; padding: 0; list-style: none;
    			position: absolute; top: 9px;
			}

#hells_menu li, #hells_menu a {
    								height: 15px; display: block;
							  }
						
#link1 {left: 12px; width: 153px;}
#link2 {left: 174px; width: 96px;}
#link3 {left: 279px; width: 106px;}
#link4 {left: 394px; width: 89px;}
#link5 {left: 495px; width: 107px;}
#link6 {left: 616px; width: 83px;}
   
#link1 a:hover {
    background: transparent url(images/menu.gif) 
    -12px -41px no-repeat;}
#link2 a:hover {
    background: transparent url(images/menu.gif) 
    -174px -41px no-repeat;}
#link3 a:hover {
    background: transparent url(images/menu.gif) 
    -279px -41px no-repeat;}
#link4 a:hover {
    background: transparent url(images/menu.gif) 
    -394px -41px no-repeat;}
#link5 a:hover {
    background: transparent url(images/menu.gif) 
    -495px -41px no-repeat;}
#link6 a:hover {
    background: transparent url(images/menu.gif) 
    -616px -41px no-repeat;}
/*---End Menu---*/
/*---Sub Menu---*/
#submenu {
padding:10px 0 0 4px;
}

#submenu a {
display:block;
text-decoration:none;
color:#3D3D3D;
padding-left:6px;
width:134px;
background:#fff;
}
#submenu a:hover {
color:#fff;
background:#3D3D3D;
}
#submenu ul a#current {
color:#fff;
font-weight:bold;
background:#720000;
} 
#submenu ul {
padding:0;
margin:0;
line-height:15px;
}
#submenu li {
list-style:none;
margin:0;
border-bottom:1px solid #3D3D3D;
}


/*---End Sub Menu---*/	
.title {
font-size:14px;
font-weight:bold;
border-bottom:1px solid #000000;
}
