/* CSS Document */

body {
	background-image:url(/templates/simple/images/bg.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a:link, a:visited, a:active {
	color:#990000;
}
	
#header {
	
	background-image:url(/templates/simple/images/logo_top.png);
	height:160px;
	width:976px;
	margin-right:auto;
	margin-left:auto;
	}

#breadcrumb {
	width:976px;
	margin-right:auto;
	margin-left:auto;
	color:#FFF;
}

#contentbox {
	width:976px;
	margin-right:auto;
	margin-left:auto;
}

#menu_left {
	width:207px;
	float:left;
	}
	
#menu_left_top{
	background-image:url(/templates/simple/images/top1.png);
	height:17px;
	width:207px;
}

#menu_left_mid{
	background-image:url(/templates/simple/images/mid1.png);
	width:207px;
}

.menu_left_image{
	padding-left: 20px;
}

.menu_left_txt{
	padding-left: 75px;
	padding-top:5px;
	padding-bottom: 10px;
	}

#menu_left_bot{
	background-image:url(/templates/simple/images/bot1.png);
	height:49px;
	width:207px;
}

#menu_right {
	width:754px;
	float:left;
	padding-left: 15px;
	}
	
#menu_right_top{
	height:50px;
	width:751px; 
}

A.menulink {
	color:#000;
	text-decoration:none;
}
A:hover.menulink {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#menu_right_mid{
	background-image:url(/templates/simple/images/mid2.png);
	width:724px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:1px;
}

#menu_right_bot{
	background-image:url(/templates/simple/images/bot3.png);
	height:50px;
	width:751px;
}	

#footer {
	width:751px;
	margin-right:auto;
	margin-left:auto;
	color:#FFF;
	text-align:center;
}


H1 {
	margin-top:15px;
	padding:0px;
}
