body{ font-family:Lucida Grande,Helvetica,Verdana, Arial,sans-serif; margin-top:10px;}

#title{
	background-image: url('title.png');
	width: 400px;
	height: 106px;
	position: absolute;
	margin-top: 400px;
	margin-left: 50px;
}

#box{
	height: 550px;
	width: 980px;
	margin: auto;
	margin-top: 30px;
	position:relative;
}


#menu{
	height: 29px;
	width: 900px;
	margin: auto;
	background-image: url(menu.jpg);
	padding-top: 7px;
	text-align: center;
	word-spacing: 30px;
}

#footer{
	width: 900px;
	margin: auto;
	margin-top: 130px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-family:  "Myriad Pro", "Arial";
}

a.gray{
	font-family: Garamond;
	text-decoration: none;
	font-size: larger;
	color: #999999;
	word-spacing: 0px;
}

a.gray:hover{
	font-family: Garamond;
	text-decoration: none;
	color: black;
	text-shadow: 1px 1px 2px #666;
}

a.normal{
	font-family:  Garamond;
	text-decoration: none;
	font-size: larger;
	color: black;
	word-spacing: 0px;
}

a.normal:hover{
	font-family: Garamond;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
}

a.footer_link{
	color: #5d89a2;
	text-decoration: none;
}

a.footer_link:hover{
	color: black;
	text-decoration: underline;
}

#issuu{
	background-image: url('issuu_logo.gif');
	width: 30px;
	height: 32px;
	position: relative;
	margin-top: -25px;
	margin-left: 780px;
}