html {

	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #000;
	}
p { 
	color:#fff;
	}
h1 {
	text-align: center;
	font-size: 22px;
	}
h2 {
	text-align: center;
	font-size: 18px;
	}
a {
	text-decoration:none;
	color:#fff;
	}
a:hover {
	background: #ccc; 
	color: #000; 
	}





/* Page Layout */

/*wrapper contains everything; header, menu, content, footer*/
#wrapper {

	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
}

#header {
	clear: both;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	background: #CCC;
	width: 755px;
	}

/*container contains menu and content divs*/
#container {
	margin:5px 0px 5px 0px;
	text-align:left;
	width: 775px;
}

#menu {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 125px;
	}

#menu ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0;
	border: none;
}

#menu li {
	margin: 0;
	padding: 8px 0px 8px 0px;
	display: block;
}

#menu a {
	text-decoration: none;
	color:#fff;
}
#menu a:hover { 
	background: #CCC; 
	color: #000; 
} 

#content {
	position: relative;
	float: left;
	border:1px solid #000;
	margin:0px 0px 0px 5px;
	padding: 10px 10px 10px 10px;
	width: 593px;
	vertical-align: middle;
	}

#footer {
	clear: both;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	background: #CCC;
	width: 755px;
}

#container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#container {display:inline-block;} /* Force IE7 to respect generated content */
/* IE box model */
* html #menu{width:125px;wid\th:125px;}
* html #content {width:593px;wid\th:593px;}
