@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/ZeusWeb_folioBgd.gif);
	background-repeat: no-repeat;
	text-align: center;
}
p.maincontent {
	height: 250px;
	width: 520px;
	left: 250px;
	top: 250px;
	position: absolute;
	clear: left;
	font-family: Courier, "Courier New", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	position: absolute;
	left: 220px;
	top: 100px;
	font-family: Courier, "Courier New", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-align: left;
	padding: 10px;
	max-width: 650px;
	}

#menuPane {
	position: absolute;
	left: 35px;
	top: 100px;
	width: 160px;
	}
#folio_box {
	width: 620px;
	position: absolute;
	text-align: right;
	top: 595px;
	left: 230px;
}
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 75px;
	text-align: right;
}
.bottomline a:visited {
	color: #9999CC;
	text-decoration: none;
}
.bottomline a:link {
	color: #666666;
	text-decoration: none;
}
.bottomline a:hover {
	color: #660099;
	text-decoration: none;
}
.bottomline a:active {
	color: #660099;
	text-decoration: none;
}

#tv_box {
	width: 480px;
	position: absolute;
	left: 260px;
	top: 180px;
	padding: 10px;
}	
