body {
	font: 11px/18px helvetica,arial,verdana,sans-serif;
	margin:0;
	padding:0;
	background: #000000;
	/* min-width:950px; */
	text-align: center;
}
/***********************************************************************
* Header                                                               *
***********************************************************************/
#header {
	height:205px;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial,$
}
#header h1{
	padding-top: 5px;
	text-align:center;
	/* padding-left: 10px; */
	font-size: 32px;
	margin-bottom:0px;
}
#header h1 a {
        color: #ffffff;
        /* font-weight:normal; */
        font-weight:bold;
        text-decoration: none;
}
#header h1 a:hover {
	color: #555;
}
#header h2 {
	margin-top:5px;
	font-weight:normal;
	text-align:center;
	font-size: 12px;
	padding: 5px;
	/* color: #ffffff; */
	font-family: Georgia, verdana, helvetica, sans-serif;
}
#header h2 a {
	/* color: #ffffff; */
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:5px;
}
#header h2 a:hover {
	color: #555;
}
/***********************************************************************
* Navigation Bar                                                       *
***********************************************************************/
#navdiv{
	margin:-40px;
	margin-bottom:25px;
	margin-right:0px;
	margin-left:0px;
	/* border-bottom: 1px solid #bbb; */
	background: #ccc;
	/* font-size: 12px; */
	color: #ccc;
	height: 20px;
}

/****** Main Content ******/
#content{
	margin-top: 15px;
	margin-bottom: 15px;
	/* margin-left: 50px; */
        /* width: 800px; */
	text-align: center;
}

