@charset "utf-8";
/* CSS Document */
body {
	font: 12px Arial, Verdana, Geneva, sans-serif;	
	color:#333;
	background-repeat:repeat-x;
	line-height:18px;
}
h1 {
	font: 18px Verdana, Geneva, sans-serif;		
}
p {
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}
.small {
	font: 10px Verdana, Geneva, sans-serif;			
}
.menu {
	height:30px;
	color:#000;
	font: 12px Verdana, Geneva, sans-serif;
}
.menu a {
	text-decoration:none;
	color:#000;
}
.menu a:visited {
	text-decoration:none;
	color:#000;
}
.menu a:hover {
	text-decoration:underline;
	color:#000;
}

.top_menu_link {
	margin-bottom:5px;
}
a {
	text-decoration:none;
	color:#006abc;
}
a:visited {
	text-decoration:none;
	color:#0072ca;
}
a:hover {
	text-decoration:underline;
	color:#0090ff;
}

.container1 {
	width:950px;
	height:420px;
	vertical-align:middle;
}

.header {
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	padding-bottom:4px;
	font-size:18px;
	font-weight:bold;
	padding-top:4px;
	color:#000;
	line-height:26px;
}
.content {
	padding-left:2px;
	padding-top:4px;
	padding-right:8px;
	text-align:left;
	/*background-color:#f5f0e8;*/
}
.footer {
	width:950px;
	background-color:#0e0e0e;
	color:#FFF;
	padding:4px;
}

.mid_img {
	border:10px solid #181818;
}
.right_menu {
	background-image:url(images/right_bg.png);
	background-repeat:no-repeat;
	padding:0;
	padding-left:7px;
	margin:0;
	width:193px;
}

.side_img {
	margin-top:11px;
	border:2px #202020 solid;
	padding:0px;
	width:158px;
}