body{
	background: #343434 url(bg.jpg) no-repeat center top;
	color: #fff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container{
	width: 900px;
	margin: 0 auto;	
}

#branding{
	margin: 30px 0;
	height: 175px;
	position: relative;
}

#branding #title{
	margin: 0 0 0 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 440px;
	height: 80px;
}

#branding #navigation{
	position: absolute;
	left: 60px;
	display: block;
	width: 800px;
	font-size:1.1em;
	top:110px;
}

#branding #navigation a{
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2em;
	float: left;
	display: block;
	margin: 10px;
	text-decoration: none;
}

#branding #navigation a:hover, #branding #navigation .active a{
	text-decoration: underline;
}

#content{
	display: block;
	width: 435px;
	background: url(contentBgRepeat.png) repeat-y;
	color: #434343;
	padding: 20px 66px 0 66px;
	position: relative;
	margin-top: 103px;
	margin-left: 35px;
	float: left;
}

#content h1{
	display: block;
	background: url(contentBgTop.png) no-repeat;
	width: 441px;
	height: 103px;
	position: absolute;
	left: 0;
	top: -103px;
	padding:100px 30px 0 66px;
	font-size:1.5em;
font-weight:normal;	
}

#content p{
	margin: 1em 0;
	line-height: 1.2em;	
}

#content .contentClose{
	display: block;
	background: url(contentBgBottom.png) no-repeat;
	width: 567px;
	height: 162px;
	position: absolute;
	left: 0;
	margin-top:-14px;
}

#aside{
	float: left;
	width:298px;	
	margin-top:60px;
}

#aside div{
	margin-bottom: 40px;
	clear: both;
	width: 298px;
	display:inline-block;
}

#aside strong{
	font-size:1.1em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1em;
	display: block;
}

#aside dl dt{
	font-weight: bold;
	float: left;
	width: 100px;
	line-height: 2em;
}

#aside dl dd{
	width: 198px;
	float: left;
	line-height: 2em;	
}

#aside dl dd a{
	color: #ffffff;
	text-decoration: none;
}

#aside dl dd a:hover{
	text-decoration: underline;
}

#aside ul li a{
	color: #ffffff;
	text-decoration: none;
}

#aside ul li a:hover{
	text-decoration: underline;
}

#footer{
	clear: both;
	padding:125px 0 30px 195px;
}
