/* reset tags*/

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0 0 .5cm;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background:#000;
}
#nav *, #banner *, #sidebar *, #footer * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration:none;
}
h1, h2 {
	font-size:16pt;
}
/*html, body, #container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
/* define major tags*/

a {
	color: #cecece;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*major formatting*/

#container {
	margin: auto;
	padding: 0;
	position: relative;
	width: 900px;
	border:1px solid #999999;
	border-top:none;/*border-bottom:none;*/
}
#content {
	clear: both;
	background: url(i/bodyBg.jpg) no-repeat center top;
	margin:0;
	padding:0;
	overflow:hidden;
}
#body {
	margin: 30px 5px 20px;
	overflow:hidden;
}
#banner {
	overflow: hidden;
	height: 275px;
	margin: 0px;
	background:url(i/banner.jpg) no-repeat 0 bottom;
	padding:0;
}
#banner h1 {
	display:none;
}
#nav {
	position: absolute;
	top:0;
	left:0;
	right:0;
	text-align: center;
	height: 35px;
	overflow: hidden;
	background: url(i/navbg.png);
	border-bottom:1px solid #fff;
}
#nav ul {
	margin-left: 20px;
}
#nav ul li {
	display: inline;
	overflow: hidden;
}
#nav * a {
	line-height: 35px;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
}
#nav * a:hover {
	color: #000;
	background:#fff;
}

