/*

CSS Credit: http://www.templatemo.com/

*/

html {

	background: #000000;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #fff;

	width: 100%;

	display: table;

}

a:link, a:visited { color: #daea71; text-decoration: none; font-weight: bold; } 

a:active, a:hover { color: #000000; text-decoration: none; font-weight: lighter; }


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: 104px;

	margin-top: 60px;

	background: url(images/header.jpg) no-repeat;

}

#title_section {

	float: left;

	width: 311px;

	height: 40px;

	font-size: 22px;

	font-weight: bold;

	margin: 23px 0px 0px 20px;

	padding: 0px 0px 0px 0px;

}

.topmenu{

	float: right;

	margin: 5px 30px 0px 0px;

}

.topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline;

}

.topmenu li a{

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	text-align: center;

	color: #fff;

	width: 95px;

	height: 43px;

	padding-top: 20px;

}

.topmenu li a:hover, .topmenu li .current{

	color: #fff;

	background: url(images/top_current.jpg) no-repeat;

}

#content_section {

	float: left;

	width: 900px;

	background: url(images/content_bg.jpg) repeat-x;

	height: auto;

	overflow: auto;

}

#leftmenu_section {

	float: left;

	width: 280px;

	margin-top: 5px;

	padding-left: 30px;

}

#leftmenu_top {

	float: left;

	width: 240px;

	height: 37px;

	background: url(images/leftmenu_top.jpg) no-repeat;

}

#leftmenu_mid {

	float: left;

	width: 200px;

	padding: 0px 20px 0px 20px;

	text-align: justify;

	background: url(images/leftmenu_mid.jpg) repeat-y;

}

#leftmenu_mid img {

	float: center;

	padding-right: 5px;

}

#leftmenu_mid span {

	font-weight: bold;

	color: #00FF00;

}

#leftmenu_bot {

	float: left;

	width: 240px;

	height: 37px;

	background: url(images/bottom_menu.png) no-repeat;

}

#rightcontent_section {

	float: left;

	width: 504px;

	margin-top: 0px;

	text-align: left;

}

#rightcontent_section img{

	float: left;

	padding-right: 10px;

}

#rightcontent_section a:link, #rightcontent_section a:visited { color: #FFFFff; text-decoration: none; font-weight: bold; } 

#rightcontent_section a:active, #rightcontent_section a:hover { color: #fff; text-decoration: none; font-weight: bold; }

#content_left {

	float: left;

	width: 18px;

	height: 721px;

	background: url(images/left_corner.jpg) no-repeat;

}

#content_mid {

	float: left;

	width: 814px;

	height: 721px;

}

#content_right {

	float: left;

	width: 68px;

	height: 721px;

	background: url(images/right_corner.jpg) no-repeat;

}

#footer_section {

	float: left;

	width: 900px;

	height: 159px;

	color: #adad7b;

	background: url(images/footer.jpg) no-repeat;

}

#footer_left {

	float: left;

	width: 440px;

	padding: 40px 0px 0px 0px;

	text-align: center;

}

#footer_right {

	float: left;

	width: 400px;

	padding: 50px 0px 0px 50px;

}

.line {

	border-bottom: dashed 1px #fff;

	width: 100%;

}
