body {
	background-image: url('../images/layout/bg_body.gif');
	
	margin:	0px;
	width: 100%;
	height: 100%;
	
	text-align: "center";
}

body, p, td, div {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
	
	vertical-align: top;
}

a {
	color: #2F6DA0;
	text-decoration: none;
}

a:hover {
	color: #0299BF;
	text-decoration: none;
}

h1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: 100;
	
	color: #2F6DA0;
}

.outer_table {
	padding-top: 40px;
}

.bg_content {
	width: 830px;
	padding-top: 10px;
}

.bg_content_left {
	background-image: url('../images/layout/bg_table_left.gif');
	background-repeat: no-repeat;
	width: 121px;
	height: 625px;
}

.bg_content_center {
	width: 588px;
}

.bg_content_right {
	background-image: url('../images/layout/bg_table_right.gif');
	background-repeat: no-repeat;
	width: 121px;
	height: 625px;
}

.bg_content_top {
	background-image: url('../images/layout/bg_table_top.gif');
	background-repeat: no-repeat;
	width: 588px;
	height: 21px;
}

.bg_content_bottom {
	background-image: url('../images/layout/bg_table_bottom.gif');
	background-repeat: no-repeat;
	width: 585px;
	height: 21px;
}

.bg_content_header {
	background-image: url('../images/layout/bg_content_header.jpg');
	background-repeat: no-repeat;
	width: 588px;
	height: 259px;
}

.bg_content_menu {
	background-image: url('../images/layout/bg_content_menu.jpg');
	background-repeat: no-repeat;
	width: 588px;
	height: 54px;
	
	padding-left: 35px;
}

.bg_content_menu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.bg_content_menu ul li {
	float: left;
	padding-top: 11px;
	margin-right: 10px;
	
	font-family: Verdana;
	font-size: 11px;
	font-style: oblique;
	font-variant: small-caps;
	
	color: #0299BF;
	text-decoration: none;
}

.bg_content_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.bg_content_menu ul li a:hover {
	color: #2F6DA0;
	text-decoration: none;
}

.bg_content_main {
	background-image: url('../images/layout/bg_content_main.jpg');
	background-repeat: no-repeat;
	width: 588px;
	padding: 35px;
}

.div_main {
	height: 200px;
	overflow: auto;
	
	scrollbar-base-color: #2D2823;
	scrollbar-arrow-color: #1D1813;
	scrollbar-3dlight-color: #2D2823;
	scrollbar-highlight-color: #1D1813;
	scrollbar-face-color: #2D2823;
	scrollbar-shadow-color: #1D1813;
	scrollbar-darkshadow-color: #2D2823;
}
