body {
	background-color: #000000;
	margin:10px 0px 0px 0px;
	padding:0px;
}


/* ------------- CONTAINER STYLES ----------------*/
#container_outer {
	position:relative;
	width:990px;
	min-height:940px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	padding-top:42px;
	overflow:hidden;
}

#container_inner {
	position:relative;
	width: 716px;
	margin:auto;
	padding: 0px;
}

/* ------------- HEADER STYLES ----------------*/
#header {
	position:relative;
	width: 716px;
	height:354px;
	background-image:url(../images/flash_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#topnav {
	position:absolute;
	bottom:238px;
	right:62px;
	text-align:right;
}
#topnav a{
	padding-left:15px;
	color:#ffffff;
	text-decoration:none;
}
#topnav a:hover {color:#e0dcc5;}

#flash {
	position:absolute;
	width:600px;
	height:225px;
	bottom:0px;
	left:58px;
	background-image:url(../images/flash.jpg);
}

/* ------------- CONTENT STYLES ----------------*/
#contentarea {
	position:relative;
	width: 716px;
	margin:auto;
	padding-top:15px;
	background-image:url(../images/contentarea_bg.png);
	background-repeat:repeat-y;
}

#menu {
	position:relative;
	width:580px;
	height:60px;
	margin:auto;
	z-index:100;
}
#sectionmenu {
	position:relative;
	
}
#categorymenu {
	position:relative;
	text-align:right;
	color:#999685;
	font-size:11px;
}

#content {
	position:relative;
	width:540px;
	margin:auto;
	text-align:left;
	padding: 10px 15px 15px 15px;
	background-color:#e0dcc5;
	height:400px;
	overflow:hidden;
}

#content_full {
	position:relative;
	width:570px;
	margin:auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	background-color:#e0dcc5;
	height:425px;
	overflow:hidden;
}

/* ------------- FOOTER STYLES ----------------*/
#footer_outer {
	position:relative;
	width: 716px;
	height:70px;
	background-image: url(../images/footer_bg.png);
}
#footer_inner {
	position:relative;
	width:600px;
	margin:auto;
	font-size:9px;
	color:#ffffff;
}
#copyright {
	position:absolute;
	top:35px;
	left:0px;
	text-align:left;
}
#photocredit {
	position:absolute;
	top:35px;
	right:0px;
	text-align:right;
}


/* ------------- GENERAL STYLES ----------------*/

.clearfloat {clear:both;}

a {
	color:#d66b31;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#content ul li {list-style:disk;}
#content ol li {list-style:decimal;}

