* {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
a {
	text-decoration:none;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
}
#container {
	height: auto;
}
#header {
	width:900px;
	height:250px;
	top:0px;
	background-image:url(../Images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
}	
#footer {
	width:900px;
	height:150px;
	background-image:url(../Images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	bottom: 0px;
}
#nav {
	float:left;
	width:250px;
}
#logo {
	width: 250px;
	height: 200px;
	background-image:url(../Images/logo.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#menu {
	width: 250px;
}
#main {
	width:650px;
	float: right;
}
h1 {
	font-size: 24px;
	margin-top: 10px;
	text-transform: uppercase;
}
p {
 margin-top: 10px;
 margin-bottom: 10px;
}