*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	
	text-align: center;
}

body
{
	color: #0B1C5C;
	background-color: #FFF;
	
	scrollbar-face-color: #002e4f;
	scrollbar-shadow-color: #efe394;
	scrollbar-highlight-color: #efe394;
	scrollbar-3dlight-color: #efe394;
	scrollbar-darkshadow-color: #efe394;
	scrollbar-track-color: #fbf7e5;
	scrollbar-arrow-color: #efe394;
}

img
{
	border: 0;
}
 
#wrapper
{
	margin-left: auto;
	margin-right: auto;	

	top: 50%;		
	margin-top: -260px;
	margin-left: -450px;
	position: absolute;
	left:50%;
	right:50%;
	width: 900px;
	height: 520px;
	border: 1px solid #002e4f;
	
}

	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
	#center_wrapper #left
	{
		width: 375px;
		float: left;
		
	}
	
		#center_wrapper #left #top
		{
			height: 44px;
			width: 375px;
			background-color: #fbf7e5;
		}

		#center_wrapper #left #content
		{
			height: 313px;
			width: 345px;
			background-color: #002e4f;
			color: #fbf7e5;
			padding: 15px;
			overflow-y: auto;
			
		}

		#center_wrapper #left #logo
		{
			height: 133px;
			width: 375px;
			background-color: #fbf7e5;
		}
		
		#center_wrapper #left #content #photo
		{
			position: absolute;
			left: 375px;
			top: 44px;
			z-index: 2;
			border-top: 1px solid #002e4f;
			border-bottom: 1px solid #002e4f;
			border-left: 1px solid #002e4f;
			width: 525px;
			height: 408px;
		}
		
		#center_wrapper #left #content #photo img
		{
			position: absolute;
		}
		
	
	#center_wrapper #right 
	{
		width: 525px;
		float: left;
		
	}
	
		
		#center_wrapper #right #topmenu,
		#center_wrapper #right #footermenu
		{
			height: 44px;
			width: 525px;
			background-color: #efe394;
			
		}	
		
			#center_wrapper #right #topmenu ul,
			#center_wrapper #right #footermenu ul
			{
				
			}
			
			
			#center_wrapper #right #topmenu ul li,
			#center_wrapper #right #footermenu ul li
			{
				list-style: none;
				float: left;
			}
			
			#center_wrapper #right #topmenu ul li.button,			
			#center_wrapper #right #footermenu ul li.button
			{
				width: 174px;
				height: 22px;
				float: left;
				background-color: efe394;
				border-left: 1px solid #002e4f;
			}
			
			#center_wrapper #right #footermenu3 ul li.button
			{
				border-top: 1px solid #002e4f;
			}
			
			#center_wrapper #right #topmenu ul li a,
			#center_wrapper #right #footermenu ul li a
			{
				display: block;
				width: 174px;
				height: 19px;
				
				background-color: #efe394;
				color: #002e4f;
				text-decoration: none;
				text-align: center;
				padding-top: 3px;
			}
			
			#center_wrapper #right #topmenu ul li a:hover,
			#center_wrapper #right #footermenu ul li a:hover
			{
				background-color: #002e4f;
				color: #efe394;
			}
			
			#center_wrapper #right #topmenu ul li.active a,
			#center_wrapper #right #footermenu ul li.active a
			{
				background-color: #002e4f;
				color: #efe394;
			}
			
			#center_wrapper #right #topmenu #topmenu1 ul li a
			{
			
				border-bottom: 1px solid #002e4f;
				border-left: 1px solid #002e4f;
			}
			
			#center_wrapper #right #footermenu #footermenu1 ul li a
			{
				border-left: 1px solid #002e4f;
			}
			
			#center_wrapper #right #topmenu #topmenu2 ul li a,
			#center_wrapper #right #footermenu #footermenu1 ul li a,
			#center_wrapper #right #footermenu #footermenu3 ul li a
			{
				height: 18px;
			}
			
			#center_wrapper #right #footermenu #footermenu2 ul li a,
			#center_wrapper #right #footermenu #footermenu3 ul li a
			{
				border-left: 1px solid #002e4f;
				border-top: 1px solid #002e4f;
			}
			
			#center_wrapper #right #topmenu #topmenu2 ul li a
			{
				border-bottom: 1px solid #002e4f;
				border-left: 1px solid #002e4f;
			}
			
			
			#center_wrapper #right #topmenu #topmenu1,
			#center_wrapper #right #topmenu #topmenu2,
			#center_wrapper #right #footermenu #footermenu1,
			#center_wrapper #right #footermenu #footermenu2,
			#center_wrapper #right #footermenu #footermenu3
			{
				clear: both;
				
			}
			
			
			
		#center_wrapper #right #image
		{
			width: 525px;
			height: 410px;
			
		}
		
		
		#center_wrapper #right #footermenu
		{
			height: 66px;
			width: 525px;
			background-color: #efe394;
			
		}
	
		
		
		



