* {padding:0; margin:0;}

html {
     overflow: -moz-scrollbars-vertical;
}

BODY { 
  	background-image: url(gradient.png);
   	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family: arial, sans-serif;
	font-size:14px;
	color: #336699;
}

a img { border: none; }

a:link {
	color: #336699;
	font-size:14px;

}
a:visited {
	color: #336699;
	font-size:14px;
}

a:hover {
	color: #336699;
	font-size:14px;
}

a:active {
	color: #336699;
	font-size:14px;
}

#topper {
	margin:auto;
	margin-top:10px;
	width:804px;
	height:32px;
}

#mastholder {
	margin:auto;
	margin-top:0px;
	width:804px;
	height:183px;
	background: url("main.png");
	background-repeat:repeat-y;
}

#masthead {
	margin:auto;
	margin-top:0px;
	width:804px;
	height:183px;
}

#nav {
	margin:auto;
	margin-top:0px;
	padding-top:5px;
	width:804px;
	height:28px;
	background: url("nav.png");
	background-repeat:repeat-y;
	font-size:20px;
	font-weight:bold;
	color:#ccccff;
}

#nav a {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

#main {
	margin:auto;
	margin-top:0px;
	padding-top:15px;
	width:804px;
	height:auto;
	background: url("main.png");
	background-repeat:repeat-y;
}

#text {
	width:744px;
	padding-left:25px;
	padding-right:25px;
	margin-left:5px;
	margin-right:5px;
	height:auto;
}

#bottom {
	font-size:10px;
	text-align: center;
}

#bottom a {font-size:10px;}

#footer {
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
	width:804px;
	height:26px;
}

.float-left
{
float: left;
width: 230px;
margin-right:15px;
margin-left:10px;
margin-bottom:10px;
display:inline;
}

.float-right
{
float: right;
width: 230px;
margin-right:10px;
margin-left:15px;
margin-top:5px;
margin-bottom:10px;
display:inline;
}


.style3 {font-size: 10px}
.style4 {font-size: 24px}
