@charset "utf-8";

body {
	margin:0;
	padding:0;
	width: 100%;
	background-color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	margin-top: -20px;
	font-style: italic;
	color: #FF6600;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #96D5FB;
}


h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #96D5FB;
}

h3 {
	margin-top: -40px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #FFF;
}

#header_wrap {
	width: 900px;
	margin: 20px auto;
	padding: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}

#content_wrap {
	width: 900px;
	height: 700px;
	display: block;
	text-align: center;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#Footer_wrap {
	width:900px;
	margin:20px auto;
	padding:10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ff6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
