/* CSS Document */
body {
text-align:center;
}
#page {
color:#333333;
font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
margin-left:auto;
margin-right:auto;
width:70em;
letter-spacing:-1px;
}

#header {
position:absolute
top: 30px;
text-align: center;
width: 70em;
}

#picture {
	background-image: url(../images/andyevannewbrunswick.jpg);
	background-position: center;
	height: 403px;
	width: 600px;
	left: 200px;
	top: 100px;
	position: relative;
	vertical-align: top;
	background-repeat: no-repeat;
}

#showList {
    list-style-type:none;
    display:block;
    border-bottom:thin solid #aaa;
}

#showList a {
	color:#333333;
	text-decoration:none;
}
	
#showList a:hover {
	color:#FF0000;
	text-decoration:none;
}

#textblock {
	background-image: url(../images/box.jpg);
	background-position: center;
	height: 403px;
	width: 600px;
	left: 200px;
	top: 82px;
	position: relative;
	text-align:left;
	vertical-align: top;
	background-repeat: no-repeat;
	color: #333333;
	padding-left:30px;
	padding-right:5px;
}

#textblock a {
	color:#333333;
	text-decoration:none;
}
	
#textblock a:hover {
	color:#FF0000;
	text-decoration:none;
}

#footer {
    width: 70em;
    height: 100px;
    display:inline;
    padding-left:5px;
    padding-right:5px;
    position: absolute;
    text-align: center;
    top: 423px;
    left:-195px;
}

#footer li {
    display:inline;
    padding-left:5px;
    padding-right:5px;
}

#footer a {
    color: #333333;
    text-decoration: none;
}

#footer li a:hover {
	color: #FF0000;
	text-decoration:none;
}
