﻿/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/




body {
	background: #000099 url(images/back.png) top center repeat-x;
	margin: 0;
	padding: 0;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	text-align: center;
	 }
	 
#container {
width: 800px ;
margin-left: auto ;
margin-right: auto ;
}	 

#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: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	background: url(images/header.png) top center no-repeat;
	width: 746px;
	height: 10px;
	color: white;
	font-size: 50px;


    text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
display: inline;
}

#menu li a {

height: 29px;
text-decoration: none;
text-align: left;
}	
	
#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 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
	background:  url(images/bgmiddle.png) center repeat-y;
	/*width: 0px;*/
	padding-top: 0px;
	border: 2px navy;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}

img {
	border-top-style: ;
	border-right-style: ;
	border-bottom-style: ;
	border-left-style: ;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}nonunderline {
	text-decoration: none;
}

