.floatfix {
	clear:both;
	height:0px;
	overflow:hidden;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6, a {
	color:#990066;
}

h1 { font-size:1.5em; }
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1em; }

#pagetitle {
	margin-top:0px;
	text-align:center;
}

body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#333300;
	font-family:tahoma, helvetica, sans-serif;
	font-size:0.8em;
}

#header {
	width:100%;
	background-color:#cc0098;
	text-align:center;
}

#topnav {
	margin:0px;
	padding:5px;
	background-color:#fff001;
	border-bottom:1px solid #cc0098;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}

	#topnav li {
		margin:0px 20px;
		display:inline;
	}
	
		#topnav li a {
			color:#000000;
			text-decoration:none;
		}
		
		#topnav li a:hover {
			text-decoration:underline;
		}

#wrapper {
	width:990px;
	margin:0px auto;
	background:url(images/wrapperbg.gif) repeat-y;
	border-bottom:1px solid #cc0098;
}

#leftnav, #rightnav {
	float:left;
	width:200px;
	text-align:center;
}

	#leftnav img, #rightnav img {
		margin:10px 50px;
	}

#splash {
	text-align:center;
}

#content2 {
	padding:10px;
}

#content {
	padding:10px 90px;
}

#homepage #content2 {
	display:inline;
	float:left;
	width:560px;
}

#google {
	width:350px;
	margin:10px auto;
	padding:5px;
	border:1px solid #000000;
}

#footer {
	margin-top:5px;
	text-align:center;
}

	#footer a {
		color:#666666;
	}