@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-repeat: repeat;
	background-color: #0c2131;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	height: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #244258;
}
#header {
	background-attachment: scroll;
	background-image: url(../images/img_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 450px;
	width: 940px;
}
#logo {
	height: 130px;
	width: 500px;
	margin-top: 15px;
	margin-left: 20px;
}
#logo a {
	text-indent: -12000px;
	display: block;
	height: 130px;
	width: 500px;
}

#menu  {
	height: 35px;
	width: 940px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #27689C;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	background-attachment: scroll;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat;
	background-position: center center;
}
#content {
	height: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 24px;
}
#content h2 {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content p {
	line-height: 20px;
	padding-bottom: 20px;
}
#reg_list li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 25px;
	padding-left: 10px;
}
#reg_list  {
	padding-bottom: 20px;
}



#footer {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/footer_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	width: 940px;
	padding-top: 23px;
}
