BODY {
    color: #3f3f3c;
    font-family: 'Tahoma', 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
	margin: 0px;
	background: #ffffff url(img/browserbg.jpg) repeat scroll top left;
}

#centerblock {
	margin-top: 20px;
	margin-bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
	word-wrap: break-word;  
	text-align: left; 
	width: 700px; 
	background: transparent url(img/paper3.jpg) repeat scroll top left;
}

#menu {
	font-size: 14px;
	color: #817b67;
	margin-left: 15px;
	text-align: left;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}

#menu li.current_page_item a { 
	color: #3f3f3c;
}
#menu a { 
	text-decoration: none;
}

#title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

#content {
	width: 500px; 
	top: 100px;
	padding: 10px;

}

#header {
	height: 85px;
	padding-left: 10px;
}

#footer {
	font-size: 10px;
	text-align:center; 
}

#footer li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}

#footer li.current_page_item a { 
	color: #3f3f3c;
}

#footer a {
	text-decoration: none;
}

#box {
	position: absolute; 
	font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
	font-size: 12px;
	left: 530px;
	top: 130px; 
	width: 173px; 
}

img {
   behavior: url("pngbehavior.htc");
}


a {
    color: #817b67;
    text-decoration: none;
}
a:visited {
    color: #817b67;
    text-decoration: none;
}
a:hover {
    color: #3f3f3c;
    text-decoration: underline;
}

