body{
	margin: 0;  
	font-family: Arial, Helvetica, sans-serif;
	
}

#header{
	background-image: url(images/bghdr.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0;
	height: 149px;
	width: 700px;
}

#mainmenu{

	background-image: url(images/bgside.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	width: 750px;
}


#side{
	background-image: url(images/bgside.gif);
	background-repeat: no-repeat;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	float: left;
	width: 175px;
	font-size: 80%;
	color: #000099;
	text-align: left;
	font-weight: bold;
	background-position: top;
	border: none;
	top: 150px;

	
}

#content{
	margin: 0 10px 0 180px;
	padding: 0 5px 0 0;
	width: 500px;

}

#footer{
	background-color: #000099;
	clear: both;
	text-align: center;
	color: white;
	font-size: 60%;
	margin: 0px 0 0 0;
	padding: 0 8em 0 0;
	height: 15px;
	width: 630px;
}

.memberside{
	background-color: #FFFFE0;
	border: thin dotted #A0522D;
	padding: 5px 5px 5px 5px;
	margin: 0 5px 0 5px;
	float: left;
	clear: left;
	width: 152px;
	font-size: 75%;
	color: #3F3D9C;
	text-align: center;
	font-weight: bold;
}

input.button{
	background-color: #006666;
	color: white;
	margin: 3px 0 0 0;
}

h1{
	font-size: 125%;
	color: #000099;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;

}
a:link {
	color: #000099;
	text-decoration: none;

}
a:visited {
	color: #000099;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;

}
a:active {
	color: #FFCC66;
}
