body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    background: #d9d6cc url(images/page_bg.gif) top center repeat-x;
    color: #666666;
    margin: 0;
    padding: 10px;
	  min-width: 760px;
}
.navtable {
	background-image: url(images/paper_bg.gif);
	background-position: -5px;
	margin-left: 20px;
}
.navtable td{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main #content hr {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.nav {
	text-decoration: none;
}
a {
    color: #575e58;
    font-weight: bold;
}
a:hover {
    color: #333333;
}
h1 {
	font-size: 24px;
	color: #666666;
	margin: 0px 0px 10px;
}
#main #content h2 {
	font-size: 1.2em;
	color: #666666;
}
#content {
	margin:0 auto;
	background: #FFFFFF url(images/body_bg.png) repeat-y;
	width: 760px;
	padding: 20px;
	height: auto;
	text-align: justify;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #999999;
	border-width: 2px;
}
