/*
p23
*/

html {
	background: #020303;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5em;
	color: #fff;
	background: url(images/page_bg.jpg) repeat-x  center top;
	width: 100%;
	display: table;
}

a:link, a:visited { color: #daea71; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #BBBB00; text-decoration: none; font-weight: bold; }

.link { text-align: center; display: block }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-position: left;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
}

#container {
	width: 900px;
	margin: auto;
}

#header_section {
	float: left;
	width: 900px;
	height: 94px;
	margin-top: 23px;
	background: url(images/header.jpg) no-repeat;
}

#title_section {
	float: left;
	width: 281px;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	margin: 23px 0px 0px 20px;
	padding: 28px 0px 0px 30px;
	background: url(images/title_bg.jpg) no-repeat;
}

#content_section {
	float: left;
	width: 879px;
	background: url(images/content_bg.jpg) repeat-x;
	height: 750px;
	overflow: auto;
	padding-right: 15px;
}

#content_left {
	float: left;
	width: 18px;
	height: 750px;
	background: url(images/left_corner.jpg) no-repeat;
}