
/************************************************************/
/*                     Body and Wrapper                     */
/************************************************************/

body {
background: #000000; 
background-image: url('/images/Pegasus-C30.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
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(/images/bgtop.png) top center no-repeat; 
width: 800px;
height: 50px;
}

/************************************************************/
/*                        Content                           */
/************************************************************/

#content {
background: url(/images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/************************************************************/
/*                         Header                           */
/************************************************************/

@font-face {
    font-family: "TradeWinds";
    src: url("/modules/TradeWinds.woff2"); }
#header {
background: url(/images/header.png) top center no-repeat; 
width: 726px;
height: 86px;
margin: 0px 0px 20px 20px;
padding: 60px 0px 0px 0px;
color: #c5e2ff;
font-size: 50px;
font-family: "TradeWinds";
text-align: center;
}

/************************************************************/
/*                          Menu                            */
/************************************************************/
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: center;
}

#menu li a {
height: 37px;
height: 29px;
text-decoration: none;
text-align: center;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(/images/off.png) top center no-repeat;
padding: 8px 0 0 0;
height: 29px;
text-align: center;
}
	
#menu li a:hover {
color: blue;
background:  url(/images/on.png) top center no-repeat;
padding: 8px 0 0 0;
height: 29px;
text-align: center;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}

#stuff {
width: 520px;
margin: 0px 0px 0px 220px;
border: 2px navy;
}

img {
border: none;
} 

/************************************************************/
/*                         Bottom                           */
/************************************************************/

#bottom {
background: url(/images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

