BODY {
	background-color: #504533;
	text-align: center;
	margin: 0;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
img {
	border: none;
}
#container {
	width: 770px;
	height: 600px;
	margin: auto;
}
#header {
	background-image: url('img/header.jpg');
	height: 120px;
	width: 770px;
	text-align: center;
	margin: 0
}
#content {
	text-align: left;
	background-color: #F2F2F2;
	height: 480px;
	border-bottom: 1px solid #A1A1A1;
	background: url('img/contentbg.jpg') repeat-x top;
	padding: 10px;
	color: #FFF9E3
}
#content hr {
	color: #FFE8B7;
	height: 1px;
	width: 300px;
	text-align: center;
}
#content h3 {
	color: #A87F2B;
	font-weight: bold;
	margin: 0;
}
#content h4 {
	color: #999966;
	font-weight: bold;
	margin: 0;
}
#content h5 {
	color: #A87F2B;
	font-weight: bold;
		margin: 0;
}
#content p {
	font-size: 13px;
}
#content a:hover {
	color: #FFFFFF;
}
#content a {
	color: #A87F2B;
	text-decoration: none;
}
#footer {
	width: 770px;
	height: 20px;
	text-align: center;
	color: #A87F2B;
	background-color: #1A1B20;
	font-size: 10px;
}
#footer a {
	color: #A87F2B;
	text-decoration: none;
}
#footer a:hover {
	color: #A87F2B;
}
#navigation {
        background: #1A1B20;
        border-bottom: 1px solid #A1A1A1;
        margin: 0;
        padding: 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url('img/tableft.gif') no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}
#navigation ul li span {
        background: url('img/tabright.jpg') no-repeat right top;
        margin-left:4px; margin-right:0; margin-top:4px; margin-bottom:4px; padding-left:3px; padding-right:7px; padding-top:5px; padding-bottom:5px
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
/**/