/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: small;
	background-color: #A14950;
	margin: 0px;
	color: #660000;
}
h1 {
	color: #660000;
	font-weight: bold;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #F3C;
	font-weight: bold;
	font-size: x-large;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #CFB8A9;
}

#header {
	width: 800px;
	height: 175px;
	padding-left: 20px; 
	padding-right: 20px; 
    margin: 25px auto 0px auto; 
	position: relative;
	z-index: 6;
	background: url(images/head_bg.png) center no-repeat;
}	

#menu {
	width: 100%;
	height: 30px;
	padding-left: 20px; 
	padding-right: 20px; 
    margin: 25px auto 0px auto;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	position: relative;
}
#menu p {
	text-align: center;
	padding-top: 3px;
}
#menu a:link, a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#menu a:hover, a:active { 
	text-decoration: none; 
	color: #660000; 
}
#container {
	width: 800px;
	height: auto;
	padding-left: 20px; 
	padding-right: 20px; 
    margin: 25px auto 0px auto; 
	position: relative;
	z-index: 6;
}
#container2 {
	width: 800px;
	height: 890px;
	padding-left: 20px; 
	padding-right: 20px; 
    margin: 25px auto 0px auto; 
	position: relative;
	z-index: 6;
}
#left {
	width: 150px;
	float: left;
}
#main{
	width: 641px;
	height: auto;
	position: absolute;
	top: -3px;
	left: 150px;
	padding-left: 25px;
	padding-right: 25px;
}
#main a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}

#main a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #660000;
}
#main2{
	width: 641px;
	height: 847px;
	position: absolute;
	top: -3px;
	left: 150px;
	padding-left: 25px;
	padding-right: 25px;
}
#main2 a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}

#main2 a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #660000;
}
#text{
	background-color: #DFCFC5;
	padding-left: 20px;
	padding-right: 20px;
}
#photo_top {
	float: right;
	padding-right: 25px;
	padding-top: 13px;
}
.footer {
	font-size: 11px;
	color: #DFCFC5;
}
.footer a:link, a:visited {
	color: #DFCFC5;
	text-decoration:none;
}
