@charset "UTF-8";

html{	
	width: 100%;
	height: 100%;
}

* {
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	color:#666666;
	line-height:15px;
}

a img{
	border:0;
}

.clear{
	clear:both;
}


body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align:center;
	color: #777471;
}

 h1 {
 	color: #9f9386;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	border-bottom: 1px solid #f0eeeb;
 }
 
  h2 {
 	color: #9f9386;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	border-bottom: 1px solid #f0eeeb;
 }

a, a:active, a:visited {
	color:#9f9386;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width:535px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
	text-align:center;
}

#header {
	width:535px;
	height: 431px;
}

#body-content {
	width:523px;
	height:100%;
	padding:5px;
	border-left:1px solid #f0eeeb;
	border-right: 1px solid #f0eeeb;
	min-height:100%;
	text-align:left;
}
#body-content a {
	font-weight:bold;
	text-decoration: none;
}
#body-content a:hover {
	text-decoration: underline;
}

#footer {
	width:535px;
	height:31px;
}

.menu {
	width: 520px;
	height: 25px;
	word-spacing:8px;
	position: absolute;
	top: 395px;
}
.menu a {
	text-decoration:underline;
}
.menu a:hover {
	text-decoration:none;
}

.small {
	width:500px;
	font-size:9px;
	text-align:center;
	line-height: 10px;
	border-top: 1px solid #f0eeeb;
	padding:3px;
	margin-top:20px;
}

blockquote {
	padding-left:30px;
}
