/* @group Body */
* {
	margin:0;
	padding:0;
}
html,body {
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #00000a url(images/background.jpg) repeat-x center top;
}	
body {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/* @end */
/* header navigation */
#heading {
	width: 900px;
	margin: auto;
	text-align: left;
	height: 60px;
}
#heading #brandlogo {
	float: right;
	padding-top: 15px;
	display: none;
}
#nav {
	padding-top: 25px;
}
#nav li {
	list-style: none;
	float: left;
	line-height: normal;
	font-size: 14px;
	padding: 0 20px;
}
#nav .current {
	border: 1px solid #0072cc;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	display: block;
}
#nav a:hover {
	background: #005fb2;
	text-decoration: none;
}
#page {
	width: 900px;
	margin: auto;
	text-align: center;
	z-index: 1;
	vertical-align: middle;
	color: #333;
	background: #fff;
	min-height: 400px;
}
#page-content {
	padding: 40px 50px;
	text-align: left;
}
#page-top {
	clear: both;
	width: 900px;
	margin: auto;
	background: url(images/page-top.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
#page-bot {
	width: 900px;
	margin: auto;
	background: url(images/page-bottom.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
#footer {
	font-size: 10px;
	padding: 15px 0;
	color: #404047;
}

#page-content p {
	margin-bottom: 10px;
}
#page-content ul {
	margin-bottom: 10px;
	margin-left: 25px;
}
#page-content h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #999;
}
#page-content h2, h3 {
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #999;
	border-bottom: 2px dotted #ccc;
}
#page-content #pagelogo {
	float: right;
	margin: -30px;
}
.col1 {
	width: 370px;
	float: left;
}
.col2 {
	width: 370px;
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}