body {

	text-align: center;
	font-size: 101%;
	background-color: #99cccc;
	}




#wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: auto;
	background-color:#99CCFF;
	text-align: left;
	font-size: .83em;
	font-family: verdana, arial, sans-serf;
	color: #333;
}

.floatright { 
float: right;
margin: 0 0 8px 8px;
background-color: #99cccc;
padding: 4px;
}

div.floatright img

{
border-top: 1px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
}


.floatleft { 
float: left;
margin: 8px 8px 8px 0px;
background-color: #99cccc;
padding: 4px;
}

div.floatleft img

{
border-top: 1px solid #555;
border-right: 1px solid #99cccc;
border-bottom: 1px solid #99cccc;
border-left: 1px solid #99cccc;
}



blockquote {
background-color: #e6e6aa;
font-size: 110%;
padding: 8px 8px 8px 8px;

}







img { behavior: url(stuff/css/iepngfix.htc); }

#header {
	width: 680px;
	background-color: #b580b5;
	float: left;
	margin: 30px 30px 0 30px;
	
}

h1 {
	padding: 15px 0 15px 15px;
	margin: 0;
}

#nav {
	width: 150px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	background-color:#99CCFF;
		
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li  {
	margin: 0;
	background-color:#3300FF;
	display: block;
	border-bottom: 4px solid #CCCCCC;
}

#nav ul li a:link, #nav ul li a:visited {color:#FFFFFF; text-decoration: none;  padding: .5em 0 .5em 15px; display:block; background-color:#3300FF;}
#nav ul li a:visited {color:#CCCCCC; }
#nav ul li a:hover, #nav ul li a:active {background-color:#99cccc;}

#maincontent {
	width: 520px;
	float: right;
	margin: 15px 30px 0 0;

}

#maincontent a {
color: green;
text-decoration: none;
border-bottom: 1px dotted green; 
}
 #maincontent a:visited {
 color: blue;
 text-decoration: none;
 border-bottom: 1px dotted blue;
 }
 
 #maincontent a:hover {
 color: red;
 text-decoration: none;
 border-bottom: 1px dotted red;
 }
 





#maincontent p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
}

#footer {
	width: 680px;
	height: auto;
	clear: both;
	padding-bottom: 20px;
}

address {
	width: 680px;
	background-color:99cccc;

	margin: 0 30px 0 30px;
	height: auto;
	line-height: 40px;
	text-indent: 1em;
}
