body {
	font-family: "Garamond", serif;
	color: #320407;
	background:#1D0C09 url(images/bg.jpg) repeat-y top center;
	margin:0;
	padding:0;
	font-family: "Garamond", serif;
	font-size: 13px;
	line-height: 16px;
	width:100%;
	height:100%;
}

#mainContainer {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#contenContainer {
	width:800px;
	margin:auto;
	padding:0;
	background:#EAE8D3;
	position:relative;
}

*html #contenContainer {
	width:800px;
	margin-left:-400px;
	left:50%;
	padding:0;
	background:#EAE8D3;
	position:absolute;
}

#header {
	width:800px;
	height:353px;
	padding:0;
	margin:0;
	float:left;
	background:none;
	position:relative;
}	
	
#sectionTitle {
	width:800px;
	height:30px;
	float:left;
	margin:0;
	padding:0;
	background:none;
	position:relative;
}

#threeColumnLeftColumn {
	width:170px;
	padding:0 0 0 15;
	margin:0;
	float:left;
	background:none;
	min-height:400px;
	position:relative;
}

#threeColumnMiddleColumn {
	width:275px;
	padding:0 0 0 10;
	margin:0;
	float:left;
	background:none;
	min-height:400px;
	position:relative;
}

#threeColumnRightColumn {
	width:300px;
	padding:0 15 0 15;
	margin:0;
	float:left;
	background:none;
	min-height:400px;
	position:relative;
}

*html #threeColumnLeftColumn, *html #threeColumnMiddleColumn, *html #threeColumnRightColumn {
	height:400px;
}

#footer {
	width:800px;
	margin:0;
	padding:0 0 10 0;
	font-family: "Garamond", serif;
	font-size: 13px;
	line-height: 16px;
	color: #320407;
	float:left;
	background:none;
	text-align:bottom center;
	position:relative;
}
	
#frame {
  width:800px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  padding:0px;
  text-align:left;
  background:#EAE8D3;
}
		

p,h1,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}
		
h1 {
  font-size:14px;
  color: #320407;
  font-weight:bold;
}
h2 {
  font-size:15px;
  color: #320407;
  font-weight:bold;
}
h3 {
  font-size:16px;
  color: #320407;
  font-weight:bold;
}

a {  
  color: #000000; 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}