/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol {margin:0px; padding:0px;}
body{


}

#content {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #A7988F;
}

#maintext {
	width: 580px;
	padding-top: 310px;
	background-color: #DBD2C1;
	margin-left: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h1{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Myriad Pro";
	font-size: 28px;
	color: #2B1509;

}

h2{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Myriad Pro";
	font-size: 24px;
	color: #574A44;

}

h3{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Myriad Pro";
	font-size: 20px;
	color: #000000;

}

p {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: justify;
}

p a{
	font-family: Tahoma;
	font-size: 16px;
	color: #45230E;
	text-align: justify;

}

p a:hover{
	font-style: italic;
	text-decoration: underline;

}

p ul{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-align: left;

}

#header {
	background-color: #FFCC00;
	width: 1000px;
	position: absolute;
	top: 10px;
	height: 300px;
}


#leftlink{
	background-color: #A7988F;
	position: absolute;
	width: 200px;
	top: 310px;
}


#image1{
	position: absolute;
	height: 300px;
	width: 468px;
	top: 10px;

}

#image2{
	margin-left: 468px;
	position: absolute;
	height: 300px;
	width: 532px;
	top: 10px;

}


.leftlink{

}

.leftlink ul{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.leftlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

.leftlink li:hover{

}


.leftlink li a{
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #38302C;
	text-decoration: none;

}

.leftlink li a:hover{
	color: #DAD2BD;
	text-decoration: none;
	margin-left: 2px;

}

#rightlink{
	background-color: #A7988F;
	width: 200px;
	top: 310px;
	position: absolute;
	margin-left: 800px;
}

.rightlink{

}

.rightlink ul{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.rightlink li{
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;

}

.rightlink li:hover{

}

.rightlink li a{
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #38302C;
	text-decoration: none;
	font-weight: bold;

}

.rightlink li a:hover{
	color: #DDD5BE;
	text-decoration: none;
	margin-left: 2px;

}


#bottomlink{
	background-color: #574A44;


}

.bottomlink{

}


.bottomlink ul{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	

}

.bottomlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

.bottomlink li:hover{

}

.bottomlink li a{
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #2C1507;
	font-weight: bold;
	text-decoration: none;

}

.bottomlink li a:hover{
	font-weight: normal;

}


#footer{
	background-color: #2C1507;
	text-align: center;
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #C59C6E;

}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;

}
