/*
divs2.css
Titan Post Anchor
www.ideas-for-deck-designs.com
Designer: Kaela Roy
Created: June 11, 2009
Last edited: july 3 2009
*/

*{
	margin:0;
	padding: 0;
}

body {
	color:#202020;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center; /* for IE because its stupid and hateful */
	background:#202020 url(../img-style/body_bg2.jpg) top center repeat-y;
}

#wrapper{
	position:relative;
	width: 960px;
	text-align:left;
	background: #FFF;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#header{
	background: #D1D8EA;
	height:206px;
	clear:both;
}

#leftColumn{
	position:absolute;
	left:0;
	width:166px;
	margin:0;
	background: #EAE5CF URL(../img-style/bg_grey.gif) repeat-x;
}

#leftContent{
	margin:10px;
}

#rightColumn{
	position:absolute;
	right:0;
	width:166px;
	background: #EAE5CF URL(../img-style/bg_grey.gif) repeat-x;
}

#rightContent{
	margin:10px;
}

#mainContent{
	margin: 0 166px;
	display:block;
	padding-top:10px;
	background:#FFF URL(../img-style/bg_white.gif) repeat-x top;
}

#wrapContent{
	border: 1px solid #CDAA83;
	padding:5px;
	margin:5px;
}

#footer{
	padding: 10px;
	background-color:#FFF;
	font-size:8pt;
}

.half-width-box-right{
	background-color: #fff;
	margin: 5px 0 5px 5px;
	border: none;
	padding: 5px;
	float: right;
}

.half-width-box-left{
	background-color: #fff;
	margin: 5px 5px 5px 0px;
	border: none;
	padding: 5px;
	float: left;
}


