/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {background: #000000; font: Arial, Helvetica, sans-serif 12px; color: #ffffff; text-align:left; overflow:hidden;}

/* links */
a, a:visited {text-decoration: none; color: #ffffff; text-decoration:underline;	background: inherit;}
a:hover {color: #ff0000; background: inherit; text-decoration: underline;}
.style1 {font-size: 14px; font-family:Arial, Helvetica, sans-serif}
.style2 {font-size: 18px;font-weight: bold; font-family:Arial, Helvetica, sans-serif}
.style3 {font-size: 12px; font-family:Arial, Helvetica, sans-serif}
.style4 {font-size: 13px;font-weight: bold; font-family:Arial, Helvetica, sans-serif}
.style5 {font-size: 14px;font-weight:bold; font-family:Arial, Helvetica, sans-serif}
.style6 {font-size: 16px;font-weight:bold; font-family:Arial, Helvetica, sans-serif}
/********************************************
   LAYOUT
********************************************/ 
#container {font-family:Verdana, Arial, Helvetica, sans-serif; position:relative; width: 1024px; height:800px; background: #000000; margin: 0 auto;text-align: left;overflow:hidden;}
#top {position: absolute; width: 1024px; height: 157px; top:0px; background-image:url(../images/demo/header.jpg); padding: 0; color:#000000;}
#epwindow {
	position:absolute;
	width:480px;
	height:270px;
	top:203px;
	left:125px;
		}
#pagenav{position:absolute;	width:300px; height:800px; top:200px; left:650px; overflow:auto;}
#eptitle {
	position:absolute;
	width:480px;
	height:110px;
	top:508px;
	left:118px;
	
}



/* Menu Items*/
#menuitem {position:relative; height:60px; width:250px; margin-left:7px; margin-bottom:4px;}
#menuitempic {position:absolute; width:50px; height:50px; top:3px;}
#menuitemname {position:absolute; width:200px; height:60px; left:65px; line-height:60px;}
#menuitemep {position:absolute; width:200px; height:60px; left:60px;}

/* Footer */	
#footer {position:absolute; top:730px; width: 1024px; height: 60px; text-align: center; font-size: 9px;}
