html,body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#topbar {
	margin: 0px auto;
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
	height: 14px;
	width:100%
}

/***** wraps all headers and content with centering styles *****/
#fullwrapper {
	margin: 0px auto;
}

/***** centering styles :: adjust width for page and height of the header *****/
#header {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 170px; /* adjust height*/
	/****** choose a background image or background color that will be "under" the content div color *****/
	background-color: #ffffff; 
}

/***** centering styles :: adjust width for page and height of the header *****/
#headersec {
	margin: 0px auto; 
	width: 994px; /* adjust width*/
	height: 350px; /* adjust height*/
	/****** choose a background image or background color that will be "under" the content div color *****/
	background-color: #ffffff; 
}

/***** centering styles :: adjust width for page and height of the nav menu or bar *****/
#navbar	{
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
} 

/***** centering styles :: adjust width for page and height of the header *****/
#bannerheader {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 400px; /* adjust height*/
	/****** choose a background image or background color that will be "under" the content div color *****/
}

/***** centering styles :: adjust width for page and height of the header *****/
#bannerheader02 {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 386px; /* adjust height*/
	/****** choose a background image or background color that will be "under" the content div color *****/
}

#bannerheadersec {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 320px; /* adjust height*/
}

#topdiv {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 7px; /* adjust height*/
	line-height: 7px;
	background-color: transparent; 
	/* background-color: #B8860B; */
}

#topdivticker {
	margin: 0px auto; 
	width: 1000px; /* adjust width*/
	height: 38px; /* adjust height*/
	line-height: 38px;
	background-image: url(images/bg_ticker.png);
}

/**** centering styles :: adjust width for page and height to auto *****/
#contentwrap	{
	margin: 0px auto; 
	width: 1000px; 
	height: auto;
}

/**************************************************** 
fairly straightforward :: this is meant to work with 
contentright for split content of proper widths 
if you adjust one, you must adjust the other
******************************************************/
#contentleft	{
	width: 635px; 
	margin-left: 0px; 
	margin-right: 15px;
	float:left;
}
#contentright	{
	width: 300px; 
	margin-left: 15px;
	margin-right: 0px;	
	float:right;
}

/* full width content */
#contentfull	{
	width: 950px; 
	margin-left: 25px; 
	margin-right: 25px; 
	height:auto;
}

#roundboxcontent {
	margin: 20px auto;
	width: 950px; 
	padding-left: 40px; 
	padding-bottom: 50px; 
	padding-top: 10px;
	padding-right:25px; 
	background-color: #F8FBF8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	height:auto;
	box-shadow: 2px 2px 2px #6F3737;
}

/* adjust as necessary */
#footer	{
	margin: 0px auto; 
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; /* background-color: #20314e; */
	background-color: #52140A;
}

