/* CSS Document */

body {
    text-align: center;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000 ;
	font-size: 76%;	
	line-height: 160%;	
	background-color: #d4d4d4;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#container {
	position: relative;
	display: block;	
	margin: 0 auto;
	width: 760px;
	height: 960px;
    text-align: left;
	font-size: 120%;
}
div#logo{
	display: block;
	float: left;
}

div#nav{
	display: block;
	float: left;
	margin-top: 88px;
}
div#nav a{
	color: #000000;
}

div#nav a.active{
	color: #a1642d;
}

a{
	color: #a1642d;
	text-decoration: none;
}

a:hover, div#nav a:hover{
	color: #a1642d;
	text-decoration: none;
	border-bottom: 1px solid #a1642d;
}
h1, h2, h3{
	line-height: 100%;
	color: #7a4617;
	margin-top: 0;
}

div#text{
	display: inline;
	float: left;
	position: relative;
	width: 520px;
	margin-left: 146px;
	margin-bottom: 80px;
	font-size: 90%;
	background-color: #FFFFFF;
}

#home #text{
	width: 400px;	
}
div#rightcolumn{
	display: inline;
	float: left;
	position: relative;
	width: 160px;
	margin-left: 26px;
	margin-bottom: 80px;
	font-size: 90%;
	background-color: #FFFFFF;

}


ul{

}