html, body {
	width: 875px;
	margin: auto;
	background: #efefef;
}

#header {
	background: #F6F6F6;
	border: 1px solid #D3C6D3;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:200%;
	color:#444444;
	letter-spacing:-1px;
	text-align: center;
}

#header h1 span {
	font-size: 75%;
	color:#999999;
	font-weight:normal;
}

#header h3 {
	font-size:100%;
	color:#999999;
	font-weight:normal;
	text-align:center;
}

#nav {
	margin: 0 auto;
}

#subnav {
	margin: 0 auto;
}

#subnav ul {
        list-style: none;
}

#subnav ul li {
        display: inline;
        padding: 0 10px;
}

#subnav .line {
        border-left: 1px solid #D3C6D3;
        #border-width: 0 1px;
}

#sidebar {
	float: left;
	#border-right: 1px solid #D3C6D3;
}

#content {
}
