@CHARSET "UTF-8";
body
{
	font-family: verdana,helvetica,san-serif;
	background-color: #111111;
	font-size: 12px;
}
#container
{
	color: #ffffff;
	margin: auto;
	width: 900px;
	/* height: 800px;*/
	overflow: none;
	background-image: url("img/body-bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
}

#header
{
	height: 92px;
	background-image: url("img/header-bg.png");
}

#footer
{
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #444444;
	text-align: center;
}

#menu
{
	padding-top: 64px;
	width: 100%;
	text-align: center;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

a.mainmenuitem
{
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0;
	
	height: 100%;
	display: inline-table;
	text-decoration: none;
	color: #aaaaaa;
}

a.mainmenuitem:hover
{
	color: #ffffff;
}

a.mainmenuselected
{
	color: #ffffff;
}

.photoframe
{
	width: 700px;
	height: 466px;
}

.tabpage
{
	border-top:1px solid #555555;
}

.textcontent, .tabpage
{
	width:700px;
	height:466px;
	
	margin:0;
	padding:0;
	
	background-color:#101010;
	
	padding-left: 5px;
	padding-right: 5px;
}

.textcontent a, .tabpage a
{
	text-decoration: none;
	color: #0099cc;
}

.textcontent a:hover, .tabpage a:hover
{
	text-decoration: underline;
}

/* TAB Navigation */

ul.tabNav
{
	display: block;
	height:20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.tabNav > li
{
	margin: 0;
	display: inline-table;
	margin-left: 2px;
	margin-right: 2px;
	width: 100px;
	height: 20px;
	background-color: #202020;
}

ul.tabNav a
{
	margin: 0;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #202020;
	color: #aaaaaa;
}


ul.tabNav a.selected, ul.tabNav a:hover
{
	background-color: #555555;
	color: #ffffff;
}
