@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/main_background.jpg);
	background-color: #2B3231;
	background-repeat: repeat-x;
}
a:link {
	color: #FFD2A6; text-decoration: none;
}
a:visited {
	color: #FFD2A6; text-decoration: none;
}
a:hover {
	color: #D5FFAA; text-decoration: none;
}
a:active {
	color: #FFB062; text-decoration: none;
}
#main {
	position:absolute;
	left:50%;
	margin-left:-360px;
	top:0px;
	width:720px;
	height:100%;
	background:#1700C7;
	z-index:1;
}
#body {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/body_background.jpg);
	z-index:2;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:156px;
	background:url(../images/header.jpg);
	z-index:3;
}
#buttons {
	position:absolute;
	left:0px;
	top:156px;
	width:720px;
	height:34px;
	z-index:5;
}
#colomn_left {
	position:absolute;
	left:-14px;
	top:0px;
	width:14px;
	height:100%;
	background-image:url(../images/left_colomn.jpg);
	z-index:9;
}
#colomn_right {
	position:absolute;
	right:-14px;
	top:0px;
	width:14px;
	height:100%;
	background-image:url(../images/right_colomn.jpg);
	z-index:9;
}
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:20px;
	background:#151919;
	z-index:3;
}
#textbox1 {
	position:absolute;
	left:20px;
	top:200px;
	width:516px;
	height:300px;
	z-index:3;
}
#textbox2 {
	position:absolute;
	left:260px;
	top:200px;
	width:200px;
	height:300px;
	z-index:3;
}
#textbox3 {
	position:absolute;
	left:500px;
	top:200px;
	width:200px;
	height:300px;
	z-index:3;
}
#textbox4 {
	position:absolute;
	left:20px;
	top:200px;
	width:680px;
	height:300px;
	z-index:3;
}
.fs12 {font-size: 12px;}
.fs20 {font-size: 20px; font-weight:bold;}
