/* CSS Document */

html,
body{
height:100%;
margin:0;
background-color:#1C0011;
background-image:url(template_images/background_main.jpg);
background-repeat:repeat-x;
}

#container
{
min-height: 50%;
position: relative;
width: 955px;
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
background-image:url(template_images/background.gif);
background-repeat:repeat-y;
}

#header
{
float:left;
width:955px;
height:292px;
top:0px;
left:0px;
}

#left_menu {
float:left;
width:205px;
height:80%;
margin: 0 auto;
}

#main_content {
float:left;
width:750px;
max-width:750px;
margin: 0 auto;
}

#clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

#footer
{
	height: 100px;
	width:955px;
	margin: 0 auto;
	background-image:url(template_images/footer.gif);
	background-repeat:no-repeat;
	height:53px;
}

a.nav:link {
 	color: #000000;
	text-decoration:none;
 }
 
a.nav:visited {
 	color: #000000;
	text-decoration:none;
 }
 
 a.nav:hover {
 	color: #EC008D;
	text-decoration: underline;
 }
 
 a.nav:active {
 	color: #000000;
	text-decoration:none;
 }
 
 .standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.underlined_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

