body {
	margin:		0px;
	font-family:	Verdana, Arial, sans-serif;
	font-size:	12px;
}

div#header {
	width:		429px;
	height:		35px;
	margin-left:	455px;
	margin-top:	30px;
	padding-bottom: 10px;
	border-bottom:	2px solid #000000;
}

div#menu {
	text-align:	right;
	font-size:	18px;
	text-transform:	uppercase;
	font-weight:	bold;
	width:		120px;
	float:		left;
	margin-left:	30px;
	margin-right:	20px;
	border-left:	2px solid #000000;
	border-top:	2px solid #000000;
	padding-right:	10px;
	padding-top:	10px;
}

div#content {
	float:		left;
	border-right:	2px solid #000000;
	width:		700px;
}

div#footer {
	font-size:	10px;
	margin-left:	180px;
	clear:		both;
}

a {
	color:		#3399cc;
	text-decoration:none;
}

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

