
/**************************************************/
/*                79AEFF                   Body and Wrapper                             */
/**************************************************/
/*#79AEFF url(/images/bri.jpg)top center repeat-x fixed;*/
body {
/*#background: url(/images/bri.jpg);*/
#color: #79AEFF;
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
#color: #FFFF00;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
/*#background: url(/images/bgtop.png) top center no-repeat; */
#color: yellow;
width: 400px;
height: 68px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
/*#background: url(/images/bgmiddle.png) center repeat-y; */
#color: yellow;
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

header {
/*#background: url(/images/header.png) top center no-repeat; */
#color: yellow;
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
#}
/*                    Menu                   */
#menu {
width: 200px;
#color: yellow;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
#color: yellow;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
#color: #ff00ff;
display: block;
/*#background:  url(/images/bgmiddle.png);*/
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color: #0A2441;
/*#background:  url(/images/on.png);*/
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
#color: yellow;
padding: 0;
text-align: left;
}

#stuff {
width: 525px;
margin: 0px 0px 0px 210px;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
/*#background: url(/images/bgbottom.png) bottom center no-repeat; */
#color: yellow;
#width: 800px;
#height: 100px;
}

