*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	
	text-align: center;
}

body
{
	background-color: #2d8ebe;
	color: #000000;
	
	background-image: url(/images/background.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper
{
	/* min-height: 100%; */
	margin-top: -20px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 950px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
}

	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: left;
	}
	
		#header #logo, #header #flash
		{
			position: absolute;
			top: 20px;
			left: 0;
			
			width: 210px;
			height: 100px;
		}
	
			#header #logo img
			{
				border: 0;
			}
	
		#header #menu
		{
			position: absolute;
			
			top: 100px;
			right: 200px;
			
			width: 750px;
			height: 20px;
			
			overflow: hidden;
			
			color: #5191bd;
			
			font-size: 11px;
			
			height: 12px;
			line-height: 12px;
		}
	
			#header #menu ul#list_topmenu
			{
				float: right;
				
				margin: 0 -11px 0 0;
				
				list-style: none;
			}
				
				#header #menu ul#list_topmenu li
				{
					float: left;
					
					padding: 0 10px 0 0;
					margin: 0 0 0 10px;
					
					border-right: 1px solid #5191bd;
					
					height: 12px;
					line-height: 12px;
				}
									
					#header #menu ul#list_topmenu li a
					{
						color: #5191bd;
						text-decoration: none;
					}
					
					#header #menu ul#list_topmenu li.active a, #header #menu ul#list_topmenu li a:hover
					{
						color: #e34300;
						text-decoration: underline;
					}
		
		#header .logo
		{
			position: absolute;
			
			top: 20px;
			right: 0;
			
			height: 50px;
		}
		
			#header .logo img
			{
				border: 0;
				
				margin: 0 0 0 15px;
			}
