body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 950px;
	background-color: #140E34;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 950px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	background-color: #171141;
}
#header {
	font-size: 19px;
	font-style: italic;
	padding-right: 12px;
	padding-left: 12px;
}
.title {
	font-size: 26px;
	color: #FF9933;
	font-style: normal;
}
#navigation {
	color: #FFFFFF;
	padding-top: 40px;
	text-align: center;
}
#navigation a {
	color: #03aaf8;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#number {
	float: right;
	padding-right: 20px;
	height: 58px;
	width: 231px;
}
#page_content {
	background-image: url(images/page_contentbg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 514px;
}
#page_content p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
}
#top_box {
	background-image: url(images/top_box_bg.jpg);
	background-repeat: no-repeat;
	height: 19px;
	background-position: 1px;
}
#page_content2 {
	background-image: url(images/page_content2_bg.jpg);
	background-repeat: repeat-y;
	background-position: 1px;
}

#bottom_sidebar {
	background-image: url(images/bottom_sidebar_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	height: 68px;
	padding-top: 45px;
}
.right_side_content {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.left_side_content {
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 50px;
	padding-top: 5px;
	line-height: 18px;
}
.left_side_content h1 {
	color: #FF9933;
}
.left_side_content h2 {
	color: #FF9933;
}
.link {
	color: #FF9933;
	text-decoration: underline;
}
.left_side_content ul {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
}


#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #0487F9;
	text-decoration: none;
}


#page_content td {
	padding-top: 22px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
