﻿
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url("epgb/images/back.png") top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url("epgb/images/bgtop.png") top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url("epgb/images/bgmiddle.png") center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url("epgb/images/header.png") top center no-repeat; 
width: 766px;
height: 75px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
width: 100px;
height: 100%;
margin-left: 20px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url("epgb/images/off.png") top center no-repeat;
padding: 3px 0 0 5px;
height: 23px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url("epgb/images/on.png") top center no-repeat;
padding: 3px 0 0 5px;
height: 23px;
text-align: left;
}	

menu {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
margin: 0px 0px 0px 0px;
padding-top: 0px;
border: 2px navy;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url("epgb/images/bgbottom.png") bottom center no-repeat; 
width: 800px;
height: 50px;
}



