
body{
	margin: 0;
	background: #12142a;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
}
a{
	outline: none;
}
img{
	border: 0;
}
#header{
	width: 900px;
	margin: 0 auto;
	display: block;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	overflow: auto;
}
#content{
	margin: 0;
	padding: 15px 20px;
	background: white;
	overflow: auto;
}
#main{
	float: left;
	width: 600px;
}
.start{
	color: red;
	list-style-type: disc;
}
.start li{
	color: #ce0000;
	font-size: 19px;
	font-weight: bold;
}
#sidebar{
	float: left;
	width: 200px;
	background: #2469ca;
	margin-left: 20px;
	padding: 18px;
	color: white;
	font-size: 11px;
}
#sidebar h1{
	font-size: 14px;
	text-transform: uppercase;
}
#sidebar p{
	color: #fff;
	line-height: 13px;
}
#sidebar p.p{
	color: #ffff99;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}
#sidebar a{
	color: white;
}
.reg a{
	margin: 0 auto;
	width: 250px;
	height: 57px;
	background: top no-repeat url(images/reg.jpg);
	display: block;
}

h2{
	color: #ce0000;
	font-size: 20px;
	font-family: Georgia,serif;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
h3{
	text-transform: uppercase;
	line-height: 20px;
}
#yellow{
	color: #121429;
	font-size: 1.5em;
	font-family: Georgia,serif;
	font-style: italic;
	display: block;
	clear: left;
	padding: 12px;
	margin: 0 auto;
	width: 80%;
}
blockquote{
	color: #ce0000;
	background: #fffced;
	font-size: 20px;
	font-weight: bold;
	width: 97%;
	padding: 10px;
	margin: 0;
}
p{
	line-height: 23px;
}
.pp{
	float: left;
	border: 3px solid white;
	margin: 0 10px 2px 0;
}
span{
	color: #ea6808;
	font-weight: bold;
}
ul li{
	margin: 0;
	padding: 5px 0;
	line-height: 20px;
	color: #0d68bc;
	font-size: .9em;
	font-style: italic;
}
table{
	margin: 0 auto;
	border: 4px solid #1e5cb0;
	background: #afd8fd;
	color: #1e5cb0;
	padding: 10px;
}
#footer{
	margin: 0 auto;
	width: 770px;
	color: white;
	text-align: center;
}
#footer a{
	color: #afd8fd;
}
