body {
	background-image: url('/assets/site/gfx/bg.jpg');
	background-repeat: repeat-x;
	background-color: #387eff;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
}

a {
	color: #000;
	text-decoration: underline;
}	

#wrapper {

}

.column-left {
	float: left;
	width: 350px;
}
.column-right {
	float: left;
}

h1 {
	font-size: 12px;
	color: #b5b5b5;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.column-left .content .top h1, .column-right .content .top h1 {
	position: absolute;
	left: 15px;
	top: 7px;
}

.column-right .content {
	width: 384px;
}
.column-right .content .top {
	background-image: url('/assets/site/gfx/content-top.png');
	background-repeat: no-repeat;
	height: 38px;
	position: relative;
}

.column-right .content .middle {
	background-image: url('/assets/site/gfx/content-bg.png');
	background-repeat: repeat-y;
}

.column-right .content .middle .content { 
	width: 354px;
	margin-left: 15px;
}

.column-right .content .middle p { 
	margin: 0;
}

.column-right .content .bottom {
	background-image: url('/assets/site/gfx/content-bottom.png');
	background-repeat: no-repeat;
	height: 52px;
}

.clr {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#header {
	background-image: url('/assets/site/gfx/logo.jpg');
	background-repeat: no-repeat;
	height: 65px;
	position: relative;
}
#header ul.nav {
	position: absolute;
	left: 40px;
	bottom: 15px;
	font-family: Arial;
	font-size: 10px;
	color: #000;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#header ul.nav li {
	display: block;
	float: left;
	margin-right: 12px;
}

#header ul.nav li a {
	color: #000;
	text-decoration: none;
}

#header ul.nav li.active a {
	color: #FFF;
	text-decoration: none;
}