body {
	background: #ffffff;
	margin: 0px;
	text-align: center;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#container {
	width: 902px;
	height: auto;
	margin: 0px auto;
}
#logo {
	background: url(images/logo.jpg) no-repeat 0px 50%;
	width: 902px;
	height: 135px;
}
#header {
	width: 902px;
	height: 200px;
	margin-bottom: 10px;
}
#header img {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#contents {
	background: #0e324d;
	width: 862px;
	height: auto;
	padding: 20px;
	text-align: left;
	text-shadow: 2px 2px 2px #072134;
	color: #ffffff;
	line-height: 175%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
}
#contents h2 {
	font-size: 25px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 20px;
	color: #ff8f35;
}
#contents a {
	color: #a3de45;
	text-decoration: none;
}
#contents a:hover {
	color: #f2b22a;
}
#contents u {
	text-decoration: none;
	color: #ffc000;
}
#contents img {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#contents p.enter {
	font-size: 35px;
	font-weight: bold;
}
#contents a img, #contents a:hover img {
	border: 0px;
}
#contents blockquote {
	background: #193c56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 165%;
	font-style: italic;
	color: #aad6f7;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
