body{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	background-image: url("photos/resampledpics/background.jpg");
	background-attachment:fixed;
}
/*#FCCC00; the background color, kinda
		*/
#page{
	margin:25px;
}
#logo{
	border-bottom:3px solid black;
}
.logo_item img{
	border:none;
}
#menu{
	border-right:3px solid black;
	width:165px;	
	height:100%;
	float:left;
}
.menu_item a{
	width:150px;
	height:25px;
	border:1px solid black;
	display:block;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	color:black;
}
.menu_item a:hover{
	text-decoration:underline;
}
#contents{
	margin-left:175px;
	padding-left:10px;
	font-size:.75em;
}
h1{
	font-size:2em;
	font-weight:bold;
}	
h3{
	font-size:1em;
	font-weight:bold;
}
.contactus{
	text-align:center;
}
.contactus:first-line{
	font-weight:bold;
}
.contactus a{
	color: blue
	text-decoration:underline;
}