body{
	margin: 0px auto;
	text-align:center;
	background:#2E2B24 url(http://www.brainstormdesign.net/blog/wp-content/themes/brainstorm/images/bg01.jpg) repeat-x;
}

#container{
	margin: 0px auto;
	text-align:left;
	width:1060px;
}

a{                
        text-decoration:none;
}
img{  
        border: 0px;
}

#header{
	background: url(/images/header.png);
	width:1060px;
	height:118px;
	display:block;
}

#header-quote{
	width:1060px;
	height:51px;
}

#content-wrapper{
	background: url(/images/body-bg.gif);
	width: 1060px;
	background-repeat: repeat;
}

#content{
	background: url(/images/vertical-dots.jpg) repeat-y 52%;
	width: 1060px;
        font-size: 11px;
        color: #333333;
        font-family: Verdana;
        letter-spacing: 0.02em;
        line-height: 18px;

}
#footer{
	background: url(/images/footer.png);
	width:1060px;
	height:149px;
	display:block;
}

#left-column{
	float:left;
	width:475px;
	background: url(/images/left-content-bg.jpg) no-repeat bottom left;
	margin-left: 57px;
	padding: 0px 10px;
	display:inline;
}

#right-column{
	float:right;
	width:450px;
	margin-right:50px;
	display:inline;
}
	
#clear{
	clear:both;
}

#header-nav{
	float: left;
	position: relative;
	margin: -80px 0px 0px 130px;
	display:inline;
	font-size:9pt;
}
#header-nav ul
{
	padding-left: 0;
	margin-left: 0;
	color: #a7900e;
	float: left;
	font-family: verdana;
}

#header-nav ul li { 
	display: inline; 
}

#header-nav ul li a
{
	padding: 0.2em 1em 1.4em;
	color: #a7900e;
	text-decoration: none;
	float: left;
}

#header-nav ul li a:hover
{
	background-color: #a7900e;
	color: #fff;
}

#map{
	width: 465px;
	height: 185px;
	margin: -25px 0px 15px 5px;
	position:relative;
}
#tag-line{
        width: 100%;
        text-align: center;
        margin: -5px 0px 20px;
        color: #CA6700;
}

