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:425px;
	background: url(/images/left-content-bg.jpg) no-repeat bottom left;
	margin-left: 57px;
	padding: 0px 35px;
	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;
}
#lightbox-header{
        background: url(/images/lightbox-header.png);
        display:block;
        height:26px;
        width:726px;
        float:left;
        margin-top: -11px;
        position: relative;
        z-index: 900;
}

#lightbox-footer{
        background: url(/images/lightbox-footer.png);
        display:block;
        height:72px;
        width:726px;
        float:left;
        margin-top: -37px;
        position: relative;
        z-index: 900;
}

#lightbox-content{
        background: url(/images/lightbox-bg.png);
        width: 100%;
        position: relative;
        z-index: 900;
        margin-top: 15px;
}

a.close{
        display:block;
        float:right;
        width:30px;
        height:30px;
}
#nav-links a, #nav-links a:visited, #nav-links, #info a, #info a:visited{
        color: #CA6700;
}

#nav-links a:hover, #info a:hover{
        color: #A7900E;
}
#info{
        color:#333333;
        font-family:Verdana;
        font-size:11px;
        letter-spacing:0.02em;
        line-height:18px;
}
#image{
        position: relative;
}


