@charset "utf-8";
/* CSS Document */
body
{
	background-color:#294018;
}
#bigWrapper
{
	width:1006px;
	height:auto;
	position:relative;
}
#bannerWrapper
{
	width:1006px;
	height:284px;
	position:relative;
}
#contentWrapper
{
	width:1006px;
	height:auto;
	position:relative;
	background-image:url(http://www.douglasmichaelsinger.com/images/creationpath/wallpaper.jpg);
	background-repeat:repeat-y;
}
#bannerTop
{
	width:1006px;
	height:183px;
	background-image:url(http://www.douglasmichaelsinger.com/images/creationpath/bannerTop.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#linksWrapper
{
        width:1006px;
        height:33px;
        position:relative;
}

#bannerBottom
{
	width:1006px;
	height:68px;
	background-image:url(http://www.douglasmichaelsinger.com/images/creationpath/bannerBottom.jpg);
	background-repeat:no-repeat;
	position:relative;

}
#content
{
	width:700px;
	height:auto;
	padding-top:13px;
	margin-left:23px;
	margin-right:13px;
	position:relative;
	float:left;
}
#sideBar
{
	padding-top:13px;
	margin-left:13px;
	width:235px;
	margin-right:22px;
	position:relative;
	float:left;
}