/* CSS Document */
html,body {
	margin: 0;;
	padding: 0
}
body {background-color: #333333;
	FONT-SIZE: 16px;
	FONT-FAMILY: "Comic Sans MS", "Bookman Old Style", "Franklin Gothic Medium";
	color:#CCCCCC;
	width:100%;
	}
ul {margin-left:-13px;
	text-align:left;}
a:link {
	FONT-SIZE: 16px;
	FONT-FAMILY: "Comic Sans MS", "Bookman Old Style", "Franklin Gothic Medium";
	text-decoration: none;
	color:#CCCCCC;
	}
a:visited {
	FONT-SIZE: 16px;
	FONT-FAMILY: "Comic Sans MS", "Bookman Old Style", "Franklin Gothic Medium";
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	FONT-SIZE: 16px;
	FONT-FAMILY: "Comic Sans MS", "Bookman Old Style", "Franklin Gothic Medium";
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	FONT-SIZE: 16px;
	FONT-FAMILY: "Comic Sans MS", "Bookman Old Style", "Franklin Gothic Medium";
	text-decoration: none;
	color:#CCCCCC;
}
img {
	border-width: thin;
	border-style: solid;
	border-color:#CCCCCC;
}
.n {border: 0;}
div#container {
	width:850px;
	padding-bottom:50px;
	margin: 0 auto;
	background-color:#444444;
}
div#wrapper {
	float: left;
	width: 100%;
}
#header {
background-color:#555555;
margin-top:10px;
margin-left:460px;
padding-left:30px;
height: 30px;
width: 320px;
}
#footer {
	float:left;
	background-color:#555555;
	text-align:right;
	height:60px;
	width: 400px;
	padding-right:30px;
	padding-top:10px;
	margin-top:10px;
	margin-left:380px;
}
#menu {
	float: left;
	margin-left:-50px;
	width:180px;
	background-color:#555555;
}
#content {
	margin: 0 -150px 0 50px;
	text-align:center;
	padding-top:10px;
	width:850px;
	}