#center { /*This is what makes the website center in the window*/
	width:975px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:10px 0 0 0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#262626;
}

#header_container {
	width:975px;
	padding:0;
	margin:0;
	height:137px;
	float:left;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#666666;
}

#menu_top {
	width:975px;
	padding:0;
	margin:0;
	float:left;
}

#menu_home {
	width:400px;
	padding:0;
	margin:0;
	float:left;
}

#menu_top_left {
	width:575px;
	padding:0;
	margin:0;
	float:left;
}

#menu1 { /*all other menu styles should be on the menu style sheet*/
	width:575px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu1_left { /*all other menu styles should be on the menu style sheet*/
	width:380px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu1_right { /*all other menu styles should be on the menu style sheet*/
	width:195px;
	padding:7px 0 0 0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
	white-space:nowrap;
}

div#menu1_right div {
	padding:0;
	margin:0;
	float:left;
}

div#menu1_right form {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#menu1_right input {
	margin:0;
	padding:2px;
	font-size:12px;
}

#menu2 { /*all other menu styles should be on the menu style sheet*/
	width:575px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu_bar { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#store_menu { /*all other menu styles should be on the menu style sheet*/
	width:100px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu3 { /*all other menu styles should be on the menu style sheet*/
	width:850px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu_button { /*all other menu styles should be on the menu style sheet*/
	width:125px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
}

#content_container {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:757px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#main_content {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:727px;
	padding:20px 15px 0 15px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
}

#content_container_sc {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:975px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#main_content_sc {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:945px;
	padding:20px 15px 0 15px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
}

#main_right {
	width:218px;
	padding:0;
	margin:0;
	float:left;
}

#right_container {
	width:200px;
	padding:0px 9px 0 9px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
	line-height:150%;
	font-size:11px;
}

#right_container ul {
	padding:0;
	margin:0;
}

#right_container li {
	padding:0;
	margin:0;
	list-style-type:none;
	text-transform:capitalize;
}

#right_container a {
	color:#006633;
}

#right_container a:hover {
	color:#000000;
}

.clr {
	clear:both;
}

#footer {
	width:975px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
	color:#666666;
}

#footer_content {
	width:975px;
	padding:0 0 0px 0;
	margin:0;
}

#footer_menu {
	width:675px;
	padding:0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
}

#footer_map {
	width:300px;
	padding:0;
	margin:0;
	float:left;
	text-align:right;
	background-color:#FFFFFF;
}

#footer_text {
	width:970px;
	padding:0 5px 0 0;
	margin:0;
	float:left;
	font-size:10px;
	text-align:right;
	background-color:#262626;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:69px;
	color:#B2B2B2;
}

#footer_text p {
	padding-top:15px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#535353;
}

h2 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;	
}

h3 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#535353;	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#535353;	
}

h5 {
	padding:12px 0 3px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;	
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#000000;	
}

a {
	color:#006633;
}

a:hover {
	color:#000000;
}

li {
	padding-bottom:3px;
}

ul.long li {
	padding-bottom:6px;
}


/*Specific Heading Styles*/
h1.popular {
	font-size:14px;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
	text-align:center;
	border-bottom:1px solid #535353;
}

h1.recent {
	font-size:14px;	
	padding:7px 0;
	margin:14px 0 7px 0;
	text-align:center;
	border-bottom:1px solid #535353;
}

h1.categories {
	font-size:14px;	
	padding:7px 0;
	margin:14px 0 7px 0;
	text-align:center;
	border-top:1px solid #535353;
	border-bottom:1px solid #535353;
}

#right_container h6 {
	font-style:normal;
	font-size:12px;
	padding:6px 0 0 0;
	color:#535353;
}

.pic_left {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
}

.pic_right {
	float:right;
	margin:0 0 5px 5px;
	padding:0;
}