/* CSS Document */
body {
	background-color: #000000;
}
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	
	background-repeat: repeat-y;
}
#header {
	color: #000000;
	height: 180px;
	background-color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 40px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#main {
	color: #000000;
	width: 930px;
}
#side {
	color: #FFFFFF;
	float: left;
	width: 0px;
	font-size: 24px;
	font-weight: 930;

}
#content {
	color: #000000;
	width: 930px;
	float: right;
	font-size: 22px;
	text-align: center;
}
#footer {
	color: #000000;
	clear: both;
	padding-left: 20px;
}
h1 {
	color: #000000;
	font-size: 42px;
}
h2 {
	color: #000000;
}
h3 {
	font-size: 36px;
	color: #009030;
}
#header img {
	float: right;
}
#header p {
	font-size: 25px;
	font-weight: 900;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
}
#header a:hover {
	color: #999999;
}
#application {
	text-align: left;
	height: 200px;
	width: 930px;
	font-size: 30px;
	padding-right: 40px;
}
#application img {
	float: left;
	padding-left: 30px;
	margin-right: 30px;
}
h4 {
	font-size: 42px;
	color: #0000FF;
}
