body /* Internet Explorer */
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	overflow-y: auto;
	background-color: #ffffff;
	margin-top: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}

h1 {
	color: #00498f;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	color: #00498f;
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FF810A;
}

a {
	color: #00498f;
}

a:hover {
	color: #8cc1d7;
}

#dashboard {
	margin-top: 35px;
	width: 150px;
}

#container {
	background-color: #ffffff;
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -480px;
	min-height: 600px;
	padding: 2px;
	padding-bottom: 50px;
	border: 1px solid #000088;
}

#top {
	position: relative;
	width: 980px;
	height: 146px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#date_field {
	position: absolute;
	right: 30px;
	bottom: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

#menu_container {
	top: -30px;
	position: relative;
	width: 980px;
}

#menu {
	position: absolute;
	left: 20px;
	width: 970px;
}

#menu li {
	float: left;
	margin-right: 39px;
	font-size: 18px;
	font-weigth: bold;
	list-style: none;
}

#menu a {
	font-style: italic;
}

#randomphoto img {
	border: 1px solid #000000;
}

#main {
	margin-top: 20px;
	width: 960px;
	text-align: left;
}

#left {
	float: left;
	margin-left: 5px;
	width: 150px;
}

#middle {
	float: left;
	margin-left: 20px;
	width: 580px;
	text-align: center;
}

#middle_big {
	float: left;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	width: 750px;
}

#right {
	float: left;
	width: 170px;
	margin-left: 20px;
}

#weather {
	width: 170px;
	text-align: center;
}

#clock {
	border: 1px solid #000000;
	width: 170px;
	margin-top: 35px;
	padding: 0px;
}

#weblog {
	border: 1px solid #000000;
	width: 170px;
	margin-top: 20px;
	padding: 0px;
}

#weblog_title {
	width: 167px;
	height: 17px;
	background-color: #00498f;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

#weblog_content {
	left: 0px;
	top: 0px;
	width: 160px;
}

#rss {
	border: 1px solid #000000;
	width: 500px;
	margin-top: 20px;
	padding: 0px;
}

#rss_title {
	width: 497px;
	height: 17px;
	background-color: #00498f;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

#rss_content {
	left: 0px;
	top: 0px;
	width: 492px;
	text-align: left;
	padding: 4px;
	padding-bottom: 10px;
}

#odd {
	width: 160px;
	margin: 0px;
	padding: 5px;
	background-color: #f0f9ff;
}

#even {
	width: 160px;
	margin: 0px;
	padding: 5px;
	background-color: #ddeeff;
}

.odd {
	background-color: #f0f9ff;
}

.even {
	background-color: #ddeeff;
}

#person {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

#description {
	width: 60%;
	float: left;
	line-height: 19px;
}

#facts {
	width: 35%;
	float: right;
	border: 1px solid #000000;
	font-size: 10px;
}

#person textarea {
	width: 100%;
	height: 312px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #000000;
}

#person input {
	width: 90%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #000000;
}

.clear {
	clear: both;
}