/* General Styles */

body
{
	margin: 0px;
	background-image: url(../img/site/background.png);
	background-repeat: repeat-y;
	background-color: #000000;
	color: #ffffff;
}

#header
{
	position: relative;
	width: 100%;
	height: 50px;
}

#header #name
{
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #0000ff;
	visibility: hidden;
}

#hnav
{
	position: absolute;
	left: 270px;
	bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
}

#hnav span { cursor: pointer; }
#hnav span.act, #hnav span:hover { color: #0000ff; }

#content
{
	position: absolute;
	top: 75px;
	bottom: 100px;
	left: 270px;
	right: 0px;
	white-space: nowrap;
	overflow: hidden;
}

#bigImg
{
	position: relative;
	height: 100%;
}

#prevImg, #nextImg
{
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
}

#prevImg
{
	left: 5px;
	background-image: url(../img/site/prevImg.png);
	background-repeat: no-repeat;
}

#nextImg
{
	right: 5px;
	background-image: url(../img/site/nextImg.png);
	background-repeat: no-repeat;
}

#footer
{
	position: absolute;
	height: 150px;
	bottom: 35px;
	left: 270px;
	right: 20px;
}

#footer #l-nav
{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../img/site/arrow-left.png);
	background-repeat: no-repeat;
	background-position: -30px;
}

#footer #r-nav
{
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../img/site/arrow-right.png);
	background-repeat: no-repeat;
	background-position: -30px;
}

#footer #l-nav:hover, #footer #r-nav:hover
{
	background-position: 0px;
	cursor: pointer;
}

#thumbs
{
	position: absolute;
	bottom: 0px;
	left: 50px;
	right: 50px;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

#menu
{
	position: absolute;
	bottom: 0px;
	cursor: pointer;
}

a
{
	color: #0000ff;
	text-decoration: none;
}

a:hover { text-decoration: underline; }



/* Content Elements */

#content div.name
{
	height: 70px;
	font-family: Arial, sans-serif;
	font-size: 60px;
	color: #00F;
	font-weight: bold;
}

#start
{
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#start div.startmenu
{
}

#start span
{
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #00F;
	margin-left: 20px;
	cursor: pointer;
}

#start span:hover
{
	color: #FFF;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #0000ff;
}

table, td, span.text
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

td
{
	vertical-align: top;
	padding: 0 25px 5px 0;
}