body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	font-family: Verdana;
	scrollbar-face-color: #f8f8f8;
	scrollbar-highlight-color: #f8f8f8;
	scrollbar-darkshadow-color: #f8f8f8;
	scrollbar-track-color: #f8f8f8;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #333333;
}

p {
	margin: 0px;
	margin-top: 7px;
}

.shadow_left {
	width: 8px;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

.shadow_right {
	width: 8px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}

.logo_holder {
	width: 175px;
	height: 175px;
	position: absolute;
}

.main_box {
	width: 950px;
	background-color: #3c453a;
}

.menu_bg {
	width: 950px;
	height: 54px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-top: -23px;
	text-align: center;
}

.menu_text {
	font-size: 14px;
	color: #ffffff;
	margin-top: 14px;
}

.menu_text a {
	color: #ffffff;
	text-decoration: none;
}

.menu_text a:hover {
	color: #000000;
}

.text_holder_top {
	width: 950px;
	height: 50px;
	background-image: url(../images/text_holder_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.text_holder_middle {
	width: 950px;
	background-image: url(../images/text_holder_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.text_holder_bottom {
	width: 950px;
	height: 18px;
	background-image: url(../images/text_holder_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.shadow_bottom_left {
	width: 8px;
	height: 8px;
	background-image: url(../images/shadow_bottom_left.png);
	background-repeat: no-repeat;
}

.shadow_bottom {
	height: 8px;
	background-image: url(../images/shadow_bottom.png);
	background-repeat: repeat-x;
}

.shadow_bottom_right {
	width: 8px;
	height: 8px;
	background-image: url(../images/shadow_bottom_right.png);
	background-repeat: no-repeat;
}

.copyright_holder {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 9px;
}

.table_text {
	width: 850px;
	height: 300px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.table_text_left_td {
	width: 240px;
	border-right: 1px solid #ffffff;
	vertical-align: top;
	padding-right: 10px;
}

.table_text_right_td {
	width: 590px;
	vertical-align: top;
	padding-left: 20px;
}

.left_menu {
	font-size: 13px;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 228px;
	margin-bottom: 2px;
	background-color: #89926f;
}

.left_menu a {
	font-size: 13px;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
	padding-left: 4px;
}

.left_menu a:hover {
	color: #000000;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 7px;
}

.text {
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}

.text a {
	color: #0e1c40;
	text-decoration: none;
}

.text a:hover {
	color: #000000;
}

input, textarea {
	width: 300px;
	background-color: #3a4138;
	border: 1px solid #55583c;
	font-size: 11px;
	color: #ffffff;
}
