@charset "UTF-8";
/* CSS Document */

/* The header, and main content will have the same background image */

body{
	margin: 0;
	background-image: url(../images/bodybg.jpg);
	background-color: #433533;
}

#container{
	width: 950px;
	margin: auto;
} 

#topheader{
	width: 920px;
	float: left;
	height: 103px;
	background-image: url(../images/topheaderbg2.jpg);
	background-position: top center;
	padding-top: 35px;
	padding-right: 30px;
}
	
	#header{ /* Standard container bg img */
	width: 890px;
	float: left;
	background-image: url(../images/cntnr_bg_img.jpg);
	padding: 0px 30px 0px 30px;
	}  

		#headerbanner{
	width: 890px;
	float: left;
	height: 194px;
	background-color: #F7EDD1;
		}  
		
		#mainnav{
	width: 890px;
	float: left;
	height: 30px;
	background-image: url(../images/bodybg.jpg);
		}  
.maincontent{ /* Standard container bg img */
	width: 890px;
	float: left;
	background-image: url(../images/cntnr_bg_img.jpg);
	padding: 0px 30px 0px 30px;
	} 
.maincontent_upper{ /* Tan suede pattern bg img */
	width: 855px;
	float: left;
	background-image: url(../images/tansuedebg.jpg);
	padding: 18px;
		}  
		
			#mc_upper_beige{ /* Beige Suede bg img */
	background-image: url(../images/beigsuedebg.jpg);
	padding: 10px;
	width: 830px;
	float: left;
			}

				#mc_upper_lc{
	background-color: #fff8ef;
	width: 420px;
	float: left;
	padding: 15px;
				} 

				#mc_upper_rc{
	width: 350px;
	float: left;
	padding: 15px;
				} 
.maincontentseparator{
	background-image: url(../images/mclowertopbg.jpg);
	width: 950px;
	float: left;
	height: 26px;
	}

		#maincontent_lower{ /* Beige Suede bg img */
	width: 887px;
	float: left;
	background-image: url(../images/beigsuedebg.jpg);
	margin-left: 1px;
	display: inline;
		} 
		
			#mc_lower_top{
	width: 885px;
	float: left;
			}  
			
			#mc_lower_main{
	width: 885px;
	float: left;
			}  
			
			#mc_lower_base{  /* Unique bg img (This has a drop shadow) */
	width: 950px;
	float: left;
	background-image: url(../images/cntnr_base_img.jpg);
	height: 28px;
			}  

	#footer{
	width: 890px;
	float: left;
	padding: 10px 30px 0px 30px;
	text-align: center;
	} 

		.footerrow{
	width: 880px;
	float: left;
	padding: 5px;
		} 


/* Miscellany CSS */

/* Photo Styles */

.photoleft{
	padding: 0px 10px 0px 0px;
}

.photoright{
}
/* Home Page Button Images */

.imgbtntable{
width:350px;
float: left;
}
.imgbtnrow{
width:350px;
float:left;
}
.imgbtncell{
	width:113px;
	float:left;
	padding:5px 30px 5px 30px;
	text-align: center;
}

