@charset "utf-8";
/* CSS Document */
body{
	background-image: url(bg-body.gif);
	/*background-position: center top;
	background-repeat: repeat-y;*/
	background-attachment: fixed;
	background-color: #000000;
	position:relative;
	background-repeat: repeat-x;
	background-position: center top;
}
#title{
	height: 90px;
	width: 700px;
	background-image: url(bg-title.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	color: #dfe7ce;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center bottom;
}
/*#title p{
	padding-top: 51px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 45px;
	line-height: 47px;
}*/
#left-column{
	width: 525px;
	color: #231F20;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 54px;
	background-color: #F4F0E7;
}
#left-column h3{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
	color: #6B1B32;
	letter-spacing: 2px;
}
#left-column h2{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #6B1B32;
}
#left-column p{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 16px;
}
#left-column a:visited{
	text-decoration: underline;
	color: #6B1B32;
}
.left-column ul{
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 14px;
	padding-right: 20px;
	margin-left: 0px;
}
.left-column ul li{
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	margin: 0px;
}
.left-column ul ul{
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 20px;
}
.left-column li li{}
.left-column ul ul a{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #949C51;
}
.left-column ul ul a:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #949C51;
	font-size: 11px;
	line-height: 13px;
}
.left-column ul ul a:active{
	font-weight: normal;
	text-decoration: underline;
	color: #949C51;
	font-size: 11px;
	line-height: 13px;
}
.left-column ul ul a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #949C51;
	font-size: 11px;
	line-height: 13px;
}
.left-column a{
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	color: #6B1B32;
}
.left-column a:hover{
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #6B1B32;
}
#right-column{
	width: 175px;
	background-color: #dbd2b1;
}
.clear_float{clear:both;}
#footer{
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.wrapper{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f0e7;
}
.divider{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBD2B1;
	clear:both;
}
.photo-right{
	float:right;
	border: 1px solid #DBD2B1;
	margin-bottom: 20px;
	margin-left: 20px;
}
