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
}
img {
	border: none;
}
#container {
	width: 800px;
	height: auto;
	margin: auto;
}
#header {
	background-image: url('img/header.jpg');
	height: 160px;
	width: 800px;
	text-align: left;
	margin: 0
}
#header h2 {
	color: #504533;
	margin: 0;
	font-size: 30px;
}

#content {
	text-align: left;
	background-color: f2f2f2;
	min-height: 800px;
	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: #DFA286;
	font: bolder italic;
	margin: 0;
}
#content p {
	font-size: 13px;
}
#content a:hover {
	color: #ABABAB;
}
#content a {
	color: #70A1EB;
	text-decoration: none;
}

#img_resize img {
	width: 55px;
	height: auto;
}

#img_resize img:hover {
	width: 330px;
	height: auto;
}

#news {
	background-color: #45290B;
	color: white;
	border: 1px dashed yellow;
	width: 240px;
	padding: 4px;
	clear: right;
	float: right;
	text-align: left;
}
#news .header {
	color: Yellow;
	font-weight: bolder;
	font-size: 14px;
	border-bottom: thin dotted white;
}
#news p {
	font-size: 11px;
	margin: 2px 0 2px 0;
}
#news .link {
	text-align:center;
}
#news a {
	color: #ABABAB;
	text-decoration: none;
}
#news a:hover {
	color: #70A1EB;
}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}

#footer {
	border-top: 1px solid #A1A1A1;
    margin: 20px 0px 0px 0px;
	width: 800px;
	height: 12px;
	text-align: center;
	color: #F0A830;
	background-color: #1A1B20;
	font-size: 8px;
}
#footer a {
	color: #ABABAB;
	text-decoration: none;
}
#footer a:hover {
	color: #70A1EB;
}
#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.gif') 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;
}
.text-center {
	text-align: center;
}

/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#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;
}
/**/
