/* CSS Document */
body {
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#container {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
}
#header {
	width: 800px;
	height: 150px;
	margin-top: 0%;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}
#menu {
	width:800px;
	height:35px;
	background:url(../img/menu.png);
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:6px;
	text-decoration:none;
	text-align:left;
	color:#FB6747;
	font-family:Verdana;
	font-weight:bold;
}
#side_menu_top {
	width:150px;
	height:20px;
	background:url(../img/sidemenutop.png);
	background-repeat:no-repeat;
}
#side_menu_bottom {
	width:150px;
	height:20px;
	background:url(../img/sidemenubottom.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y
}
#side_menu_border_left {
	width:6px;
	background-image:url(../img/sidemenuborderleft.png);
	background-repeat:repeat-y;
}
#search {
	float:right;
}
#layoutleftbar {
	float: left;
	text-align:center;
	width: 150px;
	background:#F1F1EF;

}
#layoutleftbarcontent {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:left;
	width: 140px;
	background:#F1F1EF;
}
#layoutcontent {
	float: right;
	text-align:left;
	width: 650px;
}
#content {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	width:640px;	
}
#footer {
	color:#999999;
	font-size:11px;
	clear: both;
}
.content {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	width:640px;	
}
.classmenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.classmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.classmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.classmenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_txt_1 a:link {
	text-decoration: none;
	color:#0057A9;
	font-family:Tahoma;
	font-size:11px;
}
.footer_txt_1 a:visited {
	text-decoration: none;
	color:#0057A9;
	font-family:Tahoma;
	font-size:11px;
}
.footer_txt_1 a:hover {
	text-decoration: none;
	color:#0057A9;
	font-family:Tahoma;
	font-size:11px;
}
.footer_txt_1 a:active {
	text-decoration: none;
	color:#0057A9;
	font-family:Tahoma;
	font-size:11px;
}
.left_content_txt_1_header {
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}
.left_content_txt_2_link {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}

img
{  
	border-style: none;
}
