/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #85A4BA;
}

h1
{
	font-size: 12pt;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#menu
{
	position: absolute;
	top: 8px;
	right: 40px;
	left: 270px;
	width: 460px;
	height: 30px;
	background: #004080;
}

#menu ul
{
	text-align: center;
	padding-left: 0;
	font-size: 8px;
	font-family: arial narrow;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}

#menu li
{
	display: inline;
	padding: 5px;
}

#menu a:link
{
	color: #CCDEFF;
	font-size: 8px;
}

#menu a:hover
{
	color: #ECECEC;
	font-size: 8px;
}

#menu a:visited
{
	color: #CCDEFF;
	font-size: 8px;
}

#leftbar
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 250px;
	height: 500px;
	background: #CCDEFF;
}

#profileimg
{
	margin-top: 40px;
	margin-left: 20px;
}

#rightbar
{
	position: absolute;
	top: 50px;
	right: 40px;
	left: 270px;
	width: 500px;
	height: 470px;
	background: #CCDEFF;
}

.newsstory
{
	position: left;
	margin: 10px;
}

#footer
{
	position: absolute;
	right: 190px;
	left: 250px;
	top: 420px;
	width: 300px;
	text-align: center;
	color: #787878;
}

#footer a:link
{
	color: #787878;
}

#footer a:hover
{
	color: #000;
}
