body {
/*	background-image:	url(../images/top.jpg);
    	background-position: 	160px 10px;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	*/
	color:			#000033;
	background-color:	#ffffff;
	font:			11px verdana, arial, helvetica, sans-serif;
}


a {
	color:			#545454;
	font-size:		11px;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-weight:		600;
	text-decoration:	none;
}

a:link {color:#545454;}
a:visited {color:#777777;}
a:hover {background-color:#eeeeee;}
a:active {color:#ffcccc;}

h1 {
	color:			#0000ff;
        font-family:            utopia, helvetica, serif, sans, sans-serif;
        font-style:             italic;
        font-size:              36px;
}

.menu {
	background-color:	#ffffff;
	position:		absolute;
	top:			120px;
	margin:			0px 0px 0px 5px;
	padding-left:		5px;
}
// .content>p {margin: 0px;}
.content>p+p {text-indent: 30px;}

.content {
	position:		relative;
	border:			1px solid;
	width:			563px;
	height:			auto;
	top:			120px;
	padding:		5px 5px 5px 5px;
	margin:			5px 0px 0px 0px;
	background-color:	#b8b8b8;
	left:			150px;
}

#header {
	position:		absolute;
	width:			563px;
	height:			85px;
	text-align:		center;
	margin:			10px 0px 0px 150px;
}

