@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #2D291A url(images/home_bkg.jpg) center repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:visited {
	color: #600;
}
a:hover {
	color: #900;
}
.layout2 #container {
	width: 740px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout2 #header {
	padding: 0 20px; 
	text-align: center;
}
.layout2 #nav {
	padding: 0 20px 10px 20px; 
	text-align: center;
}
.layout2 #mainContent {
	padding: 6px 10px; 
	margin: 0 40px;
	background: #e4dfca url(images/bkg_mainContent.jpg);
}

.layout2 #footer {
	padding: 6px 20px; 
	color: #DCCDAA;
	text-align: center;
}
.layout2 #footer a {
	color: #DCCDAA;
}
.sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.majorContrib {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
h1, h2, h3, h4 {
	color: #4b452f;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}