body{
	background:#cccccc;
	font:12px arial;
	}

#container{
	width:750px;
	text-align:left;
	border:1px solid #999999;
	background:white;
	}
#top{
	background:#000066;
	color:white;
	border-bottom:4px solid #4488DD;
	padding:10px;
	}
#top h1{
	margin:0;
	}

#content{
	padding:20px;
	float:left;
	width:500px;
	}
#content h1, content h3{
	color:#4488DD;
	font-size:14pt;
	}
#menu{
	width:190px;
	padding:10px;
	float:left;
	}
#menu a{
	font-weight:bold;
	color:#4488DD;
	display:block;
	width:180px;
	border:1px solid #CCCCCC;
	padding:4px 5px;
	}
#bottom{
	background:#333333;
	color:#999999;
	padding:4px 20px;
	position:relative;
	clear:both;
	display:block;
	}
#bottom a{
	color:#999999;
	text-decoration:none;
	}