html
{
	overflow-y:scroll;
	height:100%;
}

body
{
	background-color:#333333;
	background-image:url(img/0_background.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CCCCCC;
	background-repeat: no-repeat;
	height:100%;
	margin:0px;
	padding-left:25px;
	padding-right:25px;

}

#container
{
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;	
	position:relative;
}

#content
{
	padding-bottom:100px;
	width:800px;
}

#footer
{
	position:absolute;
	width:100%;
	bottom:0;
}

.thumbnailsection
{
	line-height:0px;
}

h1
{
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0px;
	font-weight:normal;
	font-size:14px;
	padding-top:25px;
	letter-spacing:-1px;
}

h2
{
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0px;
	padding-top:20px;
	font-weight:normal;
	font-size:small;
}

h3
{
	color:#FFFFFF;
	margin:0px;
	font-weight:normal;
	font-size:x-small;
}

em
{
	text-transform:uppercase;
	font-style:normal;
	color:#FFCC33;
	letter-spacing:2px;
}

hr
{
	background-color: #FFCC33;
	border:0px;
	height: 1px;
	padding:0px;
	margin:0px;
}

p
{
	font-size:12px;
	margin-top:4px;
}

li
{
	font-size:12px;
}

a:link, a:visited, a:active
{
	color:#FFCC33;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#header p
{
	margin-top:-1px;
}

#header a:link, #header a:visited, #header a:active
{
	color:#CCCCCC;
	text-decoration:none;
}

#header a:hover
{
	color:#FFCC33;
	text-decoration:none;
}

#footer p
{
	margin-top:1px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
	margin:0px;
}