body
{
	background-color: #FFFBFB;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-position: top left; 
	margin-top: 0px;
	margin-left: 0px;
	
}
.table-top
{
	width: 809; 
	height: 34; 
	background-image: url('images/bg_top.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}

.table-left1
{
	width: 55; 
	height: 277;
	background-image: url('images/bg_left1.png'); 
	background-repeat: no-repeat;
}

.table-left2
{
	width: 55;
	height: auto;
	background-image: url('images/bg_left2.png'); 
	background-repeat: repeat-y;
}

.table-left3
{
	width: 55;
	height: auto;
	background-image: url('images/bg_left3.png'); 
	background-repeat: repeat-y;
}

.table-right1
{
	width: 54; 
	height: 277;
	background-image: url('images/bg_right1.png'); 
	background-repeat: no-repeat;
}


.table-right2
{
	width: 54;
	height: auto;
	background-image: url('images/bg_right2.png'); 
	background-repeat: repeat-y;
}

.table-right3
{
	width: 54;
	height: auto;
	background-image: url('images/bg_right3.png'); 
	background-repeat: repeat-y;
}


.table-content
{
	font-family: "Verdana";
	background-image: url('images/bg_content.png'); 
	background-repeat: no-repeat;
	width: 700px; 
	padding: 16 32 16 32;
	background-color: white;	
	/*background-color: #FFFAFA;*/
}


.table-bottom
{
	width: 809; 
	height: 53; 
	background-image: url('images/bg_bottom.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}

.nova
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	left: 630px;
	top: 76px;
	z-index: 1;
	height: 100px;
}

a, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.table-content .content
{
	position: relative;
	left: 32px;
	width: 500px;
	line-height: 1.2em;
}

.table-content .content-wide
{
	position: relative;
	margin-left: 32px;
	width: 580px;
	line-height: 1.2em;
}

.table-content .thumbnail
{
	float: left;
	margin-right: 16;
}

.table-content .infobox
{
	position: relative;
	left: 32px;
	height: 128px;
	margin-bottom: 8px;
}

.table-content .infobox .title
{
	font-size: 24px;
}

.content-bottom
{
	width: 700; 
	height: 11; 
	background-image: url('images/bg_content_bottom.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}


.table-tabs_home
{
	width: 809px; 
	height: 43px; 
	background-image: url('images/tabs_home.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
	z-index: 
}


.table-tabs_download
{
	width: 809px; 
	height: 43px; 
	background-image: url('images/tabs_download.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}


.table-tabs_assets
{
	width: 809px; 
	height: 43px; 
	background-image: url('images/tabs_assets.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}


.table-tabs_about
{
	width: 809px; 
	height: 43px; 
	background-image: url('images/tabs_about.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}

.table-tabs_help
{
	width: 809px; 
	height: 43px; 
	background-image: url('images/tabs_help.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
}

.tab_home
{
	position: absolute;
	left: 186px;
	top: 51px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	z-index: 2;
}

.tab_about
{
	position: absolute;
	left: 310px;
	top: 51px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	z-index: 2;
}

.tab_download
{
	position: absolute;
	left: 424px;
	top: 51px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	z-index: 2;
}

.tab_help
{
	position: absolute;
	left: 544px;
	top: 51px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	z-index: 2;
}

.tab_forum
{
	position: absolute;
	left: 664px;
	top: 51px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	z-index: 2;
}

ul
{
	padding: 0 0 0 0;
	margin: 0 0 12 32;
}

h1
{
	font-family: "Verdana";
	font-weight: normal;
	margin-bottom: 0pt;
	font-size: 16pt;
	height: 32px;
}

h3
{
	font-family: "Verdana";
	font-weight: bold;
	margin-bottom: 2pt;
	font-size: 11pt;
}

.faq p
{
	font-size: 9pt;
}

