@charset "UTF-8";
/* CSS Document */

body{
	background-color: #e6e0cc;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	font-family: Times, "Times New Roman";
	font-size: 12px;
	color: #423829;
	margin: 0px;
	height:100%;
}


a{
	color:#FFFFFF;
	text-decoration: none;
}

a: active{
	color:#FFFFFF;
}

a: visited{
	color:#FFFFFF;
}

a:link:hover, a:visited:hover{
	text-decoration: underline;
}


/* Layout Elements */
#logo{
	margin: 0px;
	padding: 10px 0px 18px 20px;
}

#navigation{
	margin: 0px;
}

#navbottom{
	margin: 0px;
}

#photo{
	position: absolute;
	top: 82px;
	left: 589px;
}

#content{
	background-color: #A2BC8F;
	margin: 14px 0 0 18px;
	width: 571px;
}

#copyblock {
	width: 500px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
}

/* Text Elements */
h1{
	font-family: Times, "Times New Roman";
	font-size: 16px;
	color: #423829;
}

h2{
	font-family: Times, "Times New Roman";
	font-size: 14px;
	color: #423829;
}

#footer{
	font-family: Arial, Helvetica, Verdana;
	vertical-align: text-bottom;
	font-size: 10px;
	color: #f5f0e3;
	text-align: center;
	position: relative;
	margin-bottom: -10px;
}

