/* Doug Dickerson - www.dougdickerson.com */

body {
	background-color: #ffffff;
	background-image: url('../images/page_bkgd.gif');
	background-repeat: repeat-y;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:arial; background-position-y:50%
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #262262;
}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #262262;
}

a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #262262;
}

h1 { 
	font: bold 14px arial;
	color: #000000;
}

h2 { 
	font: normal 12px verdana;
	color: #000000;
}

h3 { 
	font: normal 12px verdana;
	color: #666666;
}

/* Containers */

#mcontainer {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#mbanner {
	width: 900px;
	height: 243px;
	background-image:url('../images/main_banner.jpg');
	background-repeat:no-repeat; background-position-y:50%
}

#content {
	width: 900px;
}

#footer {
	width: 900px;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	
}

/* Content */

#navbar {
	width: 900px;
	height: 30px;
	background-color: #262262;
	text-align: right;
}

.text {
	margin: 30px;
}

/* Photo Gallery */

#gallery_container {
	width: 500px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}

#gallery_buttons {
	width: 500px;
	margin: auto;
	background-color: #ffffff;
	text-align: center;
	padding-top: 10px;
}