/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

#container {
	margin: 0 auto;
	width:930px;
	height:auto;
}

/* TOP IMAGE SECTION */

.container_blur {
	width:930px;
	height:392px;
}

.container_image {
	width:900px;
	height:362px;
	padding:14px 14px 14px 14px;
}

.container_gallery {
	width:900px;
	height:362px;
	padding:14px 14px 14px 14px;
}

/* BOTTOM IMAGE SECTION */

.orange_middle_blur {
	width:930px;
	height:22px;	
}

.bottom_container {
	display:block;
	width:930px;
	background-image: url(images/blur_strip.gif);
	background-repeat: repeat-y;
}

.menu_container {
	width:226px;
	height:220px;
	float:left;	
	padding:0px 16px 0px 16px;
}

.body_container {
	width:613px;
	height:auto;
	float:left;	
	padding:12px 15px 0px 15px
}

.body_container p, .thumbnail_textbox p{
	font-size: small;
	color: #FFFFFF;
	font-weight:normal;
}

.body_container a, .body_container a:hover, .thumbnail_textbox a, .thumbnail_textbox a:hover {
	font-size: small;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.body_container a:hover, .thumbnail_textbox a:hover {
	font-size: small;
	color: #FF4100;
}

.body_container li
{
	display:list-item;
}

.thumbnail_textbox li
{
	display:inline;
	margin-right:5px;
}

.body_container ul, .thumbnail_textbox ul
{
	margin-left:-40px;
}

html/**/body .body_container ul, .thumbnail_textbox ul {
	margin-left:0px;
}

h1 {
	font-size: medium;
	color: #FF4100;
	font-weight:lighter;
}

h3 {
	font-size: small;
	color: #FF4100;
	font-weight:normal;
	font-style: italic;
}

h2 {
	font-size: small;
	color: #CCCCCC;
	font-weight:normal;
}

.bottom_blur {
	width:930px;
	height:24px;
	clear:both;	
}

.hidden-item
{
position:absolute;
left:-999em;
}

/* GALLERY */

.thumbnail_container {
	width:613px;
	height:160px;
	float:left;
	padding:12px 15px 0px 15px;
	overflow: auto;
}

.thumbnail_container img{
	margin:0px 5px 0px 5px;
	border:none;
}

.thumbnail_textbox {
	width:613px;
	height:auto;
	float:left;	
	padding:12px 15px 0px 15px
}

