body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #0e5c06;
	background-image: url(images/body_gradiant.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 5px;
}

#name {
	position:absolute;
	left:-25px;
	top:-10px;
	width:353px;
	height:48px;
	z-index:1;
	background-image: url(images/Name.png)!important;
	background-image: url(images/Name.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content a {
	font-size: 85%;
	color: #000000;
}
#content #single_column a {
	font-weight: bold;
	font-size: 95%;
}

h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}


#rounded-top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 775px;
	float: left;
	margin-top: 5px;
}
#rounded-bottom {
	background-image: url(images/content-bottom.png)!important;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 775px;
}
#main {
	float: left;
	width: 400px;
}
h1 {
	font-size: 115%;
	margin: 0px;
	padding: 0px;
}


#content {
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 755px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #fff7d8;
}
#side {
	float: right;
	width: 270px;
	margin-right: 30px;
	margin-left: 20px;
}
#footer {
	font-size: 75%;
	color: #9C991B;
	padding-top: 10px;
	float: left;
}
#footer a {
	color: #9C991b;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	background-color: #0F5405;
	display: inline;
	float: left;
	width: 95px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #073103;
}
#navigation {
	margin-top: 3px;
}

#navigation a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #b8b31f;
}
.Wider {
	padding-right: 1px;
	padding-left: 1px;
}
#navigation a:hover {
	color: #fdedba;
}
#navigation .Active a{
	color: #fdedba;
	background-image: url(images/Active_gradiant.jpg);
	background-repeat: repeat-x;
}
#single_column {
	float: left;
	width: 700px;
}
.Reviewer {
	font-style: italic;
}
#footnotes {
	font-size: 85%;
}
.no-italics {
	font-style: normal;
}

