html {
	padding: 0;
	margin: 0;
	background: #fff url(../img/template/sky.gif) repeat-x 50% 0;
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	/*background: url(../img/template/background.jpg) no-repeat 50% 0;*/
}

#content {
	background-color: white;
	margin: auto;
	width: 800px;
}

#top {
	height: 138px;
}

#bottom {
	width: 800px;
	margin: auto;
	background-color: white;
	height: 200px;
}

#bottom_links {
	margin-top: 10px;
	text-align: center;
}

#bottom_links a {
	font-size: 13px;
	color: #03f;
	text-decoration: underline;
}

#body {
	/*height: 970px;*/
	padding: 15px;
}

#body ul {
	line-height: 18px;
}

#body a {
	text-decoration: underline;
	color: #03f;
}

#body a:hover {
	text-decoration: underline;
}

#body p {
	margin-top: 1em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#body br {
	line-height: 1.33em;
}

#body h1 {
	font-size: 1.67em;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 0px;
}

.rollover {
	border: 0;
}