@charset "utf-8";
/* CSS Document */

/* ********************   LAYOUT   ************************ */

body
	{
		margin: 0;
		padding: 0;
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		background-color:#000000;
	}
	#wrapper
	{
	Margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	text-align: left;
	background-image:url(images/background-test.jpg);
	background-repeat:no-repeat;
	border: 0px solid black;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	}
	#banner
	{
		position: relative;
		width: 800px;
		height: 139px;
	}
	#mainmenu
	{
		position: relative;
		width: 800px;
		height: 20px;
	}
	#area
	{
		position:relative;
		top:20px;
		left: 20px;
		width: 760px;
		height:340px;		
		
	}
	#submenu
	{
		float:left;
		width: 123px;
		height: 300px;
	}
	
	#content	
	{
		Float: right;
		width: 619px;
		height: 340px;

	}
		
	#content2	<--! not used -->
	{
		Float: right;
		width: 580px;
		height: 340px;
		margin-right: 39px;
	}
	#content-text	
	{
		Float:left;
		width: 220px;
		height: 330px;
	}
	#content-image	
	{
		Float:right;
		width: 379px;
		height: 330px;
	}
	#content-image-image	
	{
		float: right;
		margin-right:60px;
		width: 285px;
		height: 285px;
	}
	#content-image-foot	
	{
		float: right;
		margin-right:60px;
		margin-top:10px;		
		width: 285px;
		height: 25px;
	}
	#content-news-left	
	{
		float: left;		
		width: 150px;
		height: auto;
	}
	
	#content-news-rigt	
	{
		float: right;
		margin-right:58px;		
		width: 400px;
		height: 320px;
	}
	#content-news-right-1	
	{
		float: Left;	
		width: 180px;
		height: 315px;
	}
	#content-news-right-2	
	{
		float: right;	
		width: 180px;
		height: 315px;
	}
	#footer	
	{
	position:relative;
	top:40px;
	height: 40px;
	}




/* ********************   TYPOGRAPHY   ************************ */

a:link, a:visited {color: #666666; text-decoration: none;}
a:hover {text-decoration: underline}

.footer {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.regular-text {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
.main-title {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
}
.content {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13pt;
	color: #333333;
}

.regular-text-small {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

