body {
	margin: 0;
	background: #fff;
	color: #333;
	font-family: "myriad-pro-1","myriad-pro-2", sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

/* All clearfix does is make divs behave. Best not to fuss with it :) */
	
.clearfix {
	_height: 1%;
	_overflow: visible;
	*min-height: 1%;
}
	
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}	
	
img {
	margin: 0;
	vertical-align: top;
}	

div.container {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

/* sidebar properties */

div.sidebar {
	position: relative;
	width: 160px;
	}
	
div.sidebar ul {
	padding: 0;
}	

div.sidebar li {
	list-style: none;
	margin-left: 0;
}

div.sidebar img {
	border: none;
}

div.sidebar_divider_one {
	width: 160px;
	height: 1px;
	margin: 30px 0;
	background: url('images/sb_div1.jpg');
}

div.sidebar_divider_two {
	width: 160px;
	height: 1px;
	margin: 30px 0;
	background: url('images/sb_div2.jpg');
}

/* right column (content) */

div.content {
	width: 772px;
	position: absolute;
	margin: 0 0 100px 200px;
}

div.content_text {
	margin: 0 0 80px;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	color: #555;
}

div.content_text img {
	margin: 30px 0;
}

a.title {
	display: inline-block;
	margin: 0 8px 15px 0;
}	

div.home_grid {
	width: 245px;
	float: left;
	margin-right: 12px;
}

div.home_grid a {
	display: inline-block;
	margin: 0 8px 15px 0;
}

div.home_divider_one {
	width: 245px;
	height: 1px;
	margin: 0 0 30px;
	background: url('images/home_div1.jpg');	
}

div.home_divider_two {
	width: 245px;
	height: 1px;
	margin: 0 0 30px;
	background: url('images/home_div2.jpg');	
}

div.detail_divider {
	width: 760px;
	height: 1px;
	margin: 0 0 30px;
	background: url('images/detail_div1.jpg');	
}



h1 {
	font-weight: 400;
	font-size: 28px;
	margin: 0 0 10px;
	border-top: 1px solid #cdcdcd;
	padding-top: 18px;
}

h1.static {
	margin: 0 0 26px;
}

div.last {
	margin-right: 0;
}

/* if you want to fiddle with link colors, change the color: here.*/

a {
	outline: none;
	color: #009eb5;
	text-decoration: none;	
	}
	
a:hover {
	text-decoration: underline;
}

