@charset "utf-8";

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#maincontent {
	margin: 0 auto;
	width:80%;
	text-align:left;
}

p {
	font-size:17px;
	margin-top:0;
}

a:visited, a:link, a:hover, a:active{
	color:#F00;
}

a img {
	border: 1px solid #F00;
}

h1 {
	color:#666;
	font-size:22px;
	font-weight:100;
	margin-bottom:0;
	text-align:center;
}

h3 {
		color:#666;
		font-size:16px;
		font-weight:100;
}

#title {
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	width:409px;
	height:85px;
	position: relative;
	left: 50%;
	margin-left: -205px;
}

#banner {
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	height:169px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:164px;
	width:189px;
	z-index:1;
	position:absolute;
	top:100px;
	left:16px;
}

#byline {
	background-image:url(images/byline.png);
	background-repeat:no-repeat;
	width:323px;
	height:150px;
	position:absolute;
	left:50%;
	margin-left:-162px;
	top:100px;
	z-index:2;
}


#photo {
	background-image:url(images/cando.png);
	background-repeat:no-repeat;
	width:232px;
	height:258px;
	position:absolute;
	top:40px;
	z-index:1;
	right:0;
}

#menu {
	position:relative;
	text-align:center;
	z-index:3;
}

.menuitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	padding:1.5em;
	
}

.menuitem a{
	text-decoration:none;
	color:#333;
}

.menuitem a:hover {
	color:#F00;
}

#rule {
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	height:2px;
	width:100%;
}