body{
	background: #888888;
	color: white;
	
}

#page{
	background: black;
	width: 800px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	border: thick solid white;
}

#header{
	width: 800px;
	height: 115px;
}

/*    MENU ATTRIBUTES   */

#menu{
	width: 800px;
	height: 25px;
	float: left;
	border-top: thin solid white;
	border-bottom: thin solid white;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: thin solid white;
	text-align: center;
}

#menu ul {

}

#menu a, #menu h2 {
	font: bold 12px arial;
	display: block;
	margin: 0;
	padding: 3px 3px;
}

#menu h2 {
	color: white;
	text-transform: uppercase;
}

#menu a {
    padding-left: 10px;
    padding-right: 10px;
	color: white;
	text-decoration: none;
}

#menu a:hover {
    padding-left: 10px;
    padding-right: 10px;
	color: black;
	background: darkgray;
}

/*    END MENU ATTRIBUTES   */

#content{
	float: left;
	width: 800px;
	height: 460px;
}

iframe{
	
}

/*    BEGIN FOOTER ATTRIBUTES   */

#footer{
	float: left;
	width: 800px;
	height: 40px;
	border-top: thin solid white;
	text-align: center; 
}

#footer h1{
	font-size: 12px;
	padding: 7px;
}

/*    END FOOTER ATTRIBUTES   */




