* {
	margin : 0;
	padding : 0;
	}

img {
	border: 0
	}

a {color:#FFF; text-decoration:underline;}
a:hover {color:#F90; text-decoration:underline;}

h2 {margin-bottom:5px; font-weight:normal; color:#FF9900;}

#container {
	margin: 0 auto;
	width:800px;
	text-align: left;
	background:#404040;
	}

html, body {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 1.5em;
	text-align:left;
	}
	
#gallery {
	width:984px;
	text-align:center;
	margin:0px 20px 0px 20px;
	}
	
#gallery img {
	border:solid 2px #FFF;
	margin:5px 5px 0px 0px;
	}
	
td {padding-top:10px;}

#container {
	width: 1024px;
	}

#header {
	height: 100px;
	background:url(images/header.jpg) no-repeat top;
	padding-left: 400px;
	}

#image {
	width: 1024px;
	}
	
#image_gallery {
	width: 1024px;
	background:url(images/bg_regular.jpg) top center no-repeat;
	padding:0px;
	margin:0px;
	}	
	
#submenu {
	overflow:hidden;
	}

.submenu ul{
	padding-left: 100px;
	padding-right:25px;
	list-style-type: none;
	}

.submenu li{
	display: inline;
	}

.submenu li a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom:1px solid #666;
	color:#FFF;
	margin-bottom:5px;
	margin-right:6px;
	background:#404040;
	}

.submenu li a:visited{
	color: white;
	}

.submenu li a:hover, .submenu li.selected a{
	background:#F90;
	color:#000;
	}
	
#content {
	clear:both;
	background:url(images/main_left.jpg) left bottom no-repeat;
	margin-top:25px;
	padding:5px 25px 50px 100px;
	overflow:hidden;
	}
	
#text_left {
	float:left;
	width:280px;
	padding-right:25px;
	}
	
#text_right {
	float:left;
	width:280px;
	}

#banner {
	float:right;
	width:300px;
	}
	
#footer {
	clear:both;
	overflow:hidden;
	padding:15px 0px 25px 0px;
	font-size:9px;
	}
	
.orange {
	color:#FF9900;
	}
	
#blackbox {
	background:#000;
	float:right;
	padding:5px 25px 5px 25px;
	}