

#siteContainer
{
	margin: 30px auto 10px auto;
	width: 910px;
}

#siteContainer #header
{
	height: 211px;
	font-size: 0px;
}

#siteContainer #menu
{
	width: 230px;
}

#menu #menuTop
{
	height: 10px;
	font-size: 0px;
}

#menu .menuItem
{
	padding: 5px;
	
	color: #fff;
	
	font-size: 14px;
	font-weight: bold;
	background: #5b6e83;
}

.menuItem a
{
	color: #fff;
}

#menu #menuBottom
{
	height: 10px;
	font-size: 0px;
}

#siteContainer #container
{
	width: 680px;
}

#container p
{
	
	margin-top: 5px;
	margin-bottom: 5px;
}
#container h1
{
	font-size: 28px;
}

#siteContainer #footer
{
	height: 9px;
	font-size: 0px;
}

