*, html {
    margin: 0;
    padding: 0;
}

html {

}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 80%;
	background: url(images/body_gradient.png) top left repeat-x #F7F5C8 fixed;
	color: #9A6A36;
}

#container {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

h1#header {
    height: 187px;
	width: 159px;
    background: url(images/logo.jpg) top left no-repeat;
    text-indent: -2000px;
}

#logo_header {
    height: 187px;
	width: 159px;
    background: url(images/logo.jpg) top left no-repeat;
}


div#content {
    display: inline;
    float: left;
    width: 457px;
	background: #FEFEFE;
	/*padding: 5px 10px;*/
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0;
}

div#words {
	height: 560px;
	margin-left: 10px;
	overflow: scroll;
	background: #FEFEFE;
	overflow-x: hidden;
}

div#left_sidebar{
      display: inline;
    width: 160px;
    float: left;
	margin-top: 33px;
	margin-left: 15px;
	background: url(images/left_div_bottom.png) bottom right no-repeat #B9A275;
	padding-bottom: 30px;
}

div#right_sidebar{
    padding-top: 45px;
	padding-left: 0px;
}


div#footer {
    clear: both;
    background: url(images/footer.png) top center no-repeat;
    /*height: 56px;*/
    bottom: 0;
	padding-top: 10px;
	margin-top: 0px;
	width: 457px;
	margin-left: 175px;
}

div.sidebar {
    background: url(images/sidebar_body.png) top left repeat-y;
    margin-bottom: 1em;
    width: 190px;
    padding: 20px;
}

/*
*=STYLES
*/

p, h3, a, li {
    color: #9A6A36;
    line-height: 1.4em;	
}

h3, a, li {
	font-weight: bold;
}

p {
	font-weight: normal;
}

h1 {
	text-align: right;
    color: #C5CF8E;
    line-height: 1.4em;
	font-size: 1.9em;
}

h2 {
	text-align: right;
    color: #C5CF8E;
    line-height: 1.4em;
	font-size: 1.9em;
}

p, h2 {
    margin-bottom: 1em;
}

fieldset {
    border: none;
}

div.sidebar li {
    list-style: none;
    background: url(images/underline.png) bottom left no-repeat;
    padding-bottom: 3px;
}

div.sidebar p {
    font-size: 0.8em;
}

div#content li {
	margin-left: 40px;
}

div#content ul {
	margin-bottom: 1em;
}

div#content label, div#content select, div#content submit {
	clear: left;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

div#content select {
	background: #EDEABE;
}

div#content input, div#content textarea  {
	clear: left;
	float: left;
	background: #EDEABE;
}

div#content h2, div#content h3, div#content p {
	margin-left: 10px;
	margin-right: 10px;
}
/*
* = NAVIGATION
*/

ul#topnav {
    background: url(images/navigation.png) top left no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#topnav li {
	position: relative;
    float: left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 160px;
}

ul#topnav li a {
	width: 150px;
	display: block;
	padding : 5px;
	text-align: right;
	color: #fff;
	background: #61692D;
	border-bottom: 3px solid #B9A276;
	text-decoration: none;
}

ul#topnav li ul {
	position : absolute;
	left: -999em;
	margin-left : 160px;
	margin-top : -0px;
	list-style: none;
}

ul#topnav li:hover ul, ul#topnav li.over ul {
	left: auto;
	top: -0px;
}

ul#topnav li a:hover {
	background: #949F45;
}

ul#topnav li li a {

}

ul#topnav li#first {
}

ul#topnav li#last {
}

ul#topnav li li {
	clear: left;
}



ul#topnav li li a {

}

ul#topnav li li a:hover {

}
/*
*=FOOTER STYLES
*/

div#footer ul {
    margin-top: 13px;
    margin-left: 10px;
}

div#footer li {
    list-style: none;
    display: inline;
    font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #000;
	padding-right: 5px;
	color: #fff;
}

div#footer li a {
    text-decoration: none;
}