@charset "utf-8";
/* CSS Document */

body {
	background:url(bg_clouds.png);
	margin: 0px; 
	padding: 0px;
}

.navroll{
	height: 35px;
	width: 198px;
	overflow: hidden;
	background: url(button_roll.png) top left no-repeat;
	display: block;
}

.navroll:hover{
	background-position: bottom left;
}

.menutext {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 43px;
	margin-top: 10px;
}

a:hover { text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }

.content {
	width: 525px;
	position:absolute;left:250px;top:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: left;
} 

.super {
	font-size: 50%;
	vertical-align: text-top;
}

img {
	border: none;
}
