*{
	margin:0;
	padding:0;
}

body{
	font-family: Helvetica,Arial,"Times New Roman";
}

h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}

h1{
	font-size:20pt;
}

h2{
	font-size: 17pt;
}

h3{
	font-size: 14pt;
}

.clear{
	clear:both;
}

.alignleft{
	float:left;
}

.alignright{
	float: right;
}

.aligncenter{
	display: block;
	margin: 0 auto;
}

#main{
	margin: 0 auto;
	background-color: #f6f6f6;
}

header{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header-bg{
	background: #2a3946 url("../images/bg.png") repeat 0 0;
	width: 100%;
}

#logo{
	background: #2a3946 url("../images/logo.png") center center no-repeat;
	display: block;
	width: 227px;
	height: 57px;
	padding: 10px;
}

#menu {
	width: 100%;
	text-align: center;
	height: 50px;
	overflow:hidden;
}

#menu li {
	display: inline-block;
}

#menu li a{
	font-family: "Segoe UI Light","Segoe UI";
	font-weight: 300;
	font-size:	15pt;
	color: #fff;
	padding: 8px 13px 14px;
	display: block;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active{
	background-color: rgba(86, 171, 219, 0.3);
}

#content{
	background-color: #fff;
	width: 960px;
	margin: 20px auto;
	padding: 20px;
	font-size: 11pt;
	line-height: 180%;
	border-radius: 10px;
}

#content p{
	margin: 0 0 15px;
}

#content img{
	border-radius: 7px;
	box-shadow: 5px 5px 3px -3px rgba(0,0,0,0.2);
}

#content a{
	text-decoration: none;
	color: #428BCA;
}

#content a:hover{
	text-decoration: underline;
	color: #2A6496;
}

#content li{
	margin: 5px  0 5px 40px;
}

#reg_button {
	margin: 15px auto;
	background-color: #2B3947;
	padding: 13px 20px 20px 20px;
	border-radius: 15px;
}

a#reg_button {
	display: block;
	width: 295px;
	color: #fff;
	font-family: "Segoe UI Light","Segoe UI";
	font-weight: 300;
	font-size:	15pt;
	text-align:center;
}

a:hover#reg_button{
	color: #fff;
	background-color: #375C74;
}

#footer-bg{
	background: #2a3946 url("../images/bg.png") repeat 0 0;
	width: 100%;
	height: auto;
}

footer{
	width: 1000px;
	margin: 0 auto;
}

#bottom_nav{
	text-align: center;
	padding: 10px 10px 30px;
}

#bottom_nav li{
	display: inline;
}

#bottom_nav li a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#bottom_nav li a:hover{
	text-decoration: underline;
}

#copy{
	text-align: center;
	color: #c1c4c5;
	padding-bottom: 25px;
}

#copy a{
	color: #c1c4c5;
	text-decoration: none;
}

#copy a:hover{
	text-decoration: underline;
}

.capcha{
	display: block;
	margin: 0 auto;
}

.banner-left{
	float: left;
	padding-right: 15px;
}

.sepproject{
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.title-scum{
	color: #B71C1C;
}

.scum{
	color: #B71C1C;
	font-size: 14pt;
	text-align: center;
}

figure{
    margin: 5px;
}

figcaption{
    font-family: Helvetica,Arial,"Times New Roman";
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}