/* CSS Document */

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CC0000;
	background-image: url(images/background/wallpaper_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	color: #333333;
}

p {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a:link, a:visited {
	color:#CC0000;
}
a:hover, a:active {
	color:#666666;
}
h1 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}
ul {
	padding:0px;
	margin:0px;
}
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	color: #CC0000;
	background-color: #FFFFFF;
}
#mainMenu {
	width: 100px;
	float: left;
	margin-left: 5px;
}
#mainMenu .home {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CC0000;
}
#mainMenu .menuItem {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 6px;
	margin-bottom: 4px;
}
#mainMenu .menuItem:hover {
	background-image: url(images/menu/roll.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#content {
	width: 634px;
	float: left;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
.bio {
}
.bio p {
	margin-top:6px;
	margin-bottom:10px;
	text-indent:10px;
}
.contact p {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 5px;
}
.column {
	float:left;
	padding:10px;
	width: 45%;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-top: 4px;
}
#footer a {
	color: #CC0000;
}
