*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	
	text-align: center;
	_overflow-x: hidden;
}

body
{
	background-color: #9D9CA1;
	color: #5c5c5f;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position:top;
}

#wrapper
{
	min-height: 100%;
	margin-top: -20px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 658px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	background-color: #FFFFFF;
}

	#header
	{
		height: 290px;
		padding-top: 20px; /* Adjust according to footer size */
	
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		background-position:bottom;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		
	}
	
		#center_wrapper #center
		{
			margin: 25px 183px 30px 112px; /* Adjust according to left and right column width */
			padding-left: 25px;
			padding-right: 25px;
			
			border-left: 2px dotted #9D9CA1;
			border-right: 2px dotted #9D9CA1;
			min-height: 220px;
			
			
		}
			
			#center_wrapper #center h1
			{
				font-size: 13px;
				padding-bottom: 10px;
				font-weight: bold;
				color: #333337;
			}
			
			#center_wrapper #center h2
			{
				font-size: 11px;
				color: #e71803;
			}
		
				#center_wrapper #center p
				{
					line-height: 16px;
					margin-bottom: 12px;
					
				}
				
				#center_wrapper #center a
				{
					color: #e71803;
					text-decoration: none;
				}
				
				#center_wrapper #center a:hover
				{
					text-decoration: underline;
				}
				
				#center_wrapper #center ul
				{
					padding-bottom: 20px;
				}
				
					#center_wrapper #center ul li
					{
						margin-left: 20px;
						line-height: 16px;
					}
					
				#center_wrapper #center input, #center_wrapper #center textarea
				{
					border: 1px solid #9D9CA1;
				}
			
	#navigation
	{
		margin: 0;
		padding: 0;
		/*width: 233px;*/
		margin-left: -658px;
		float: left;
	}

		#navigation #logo
		{
			margin-top: -291px;
			margin-left: 90px;
			position: absolute;
			width: 169px;
			height: 115px;
		}
		
		#navigation #menuleft
		{
			margin-top: -20px;
			margin-left: 50px;
			position: absolute;
			
		}
		
			#navigation #menuleft ul
			{
				list-style: none;
			}

				#navigation #menuleft ul li
				{
					float: left;
					color: #9D9CA1;
					font-weight: bold;
					font-size: 10px;
				}
				
					#navigation #menuleft ul li a
					{
						color: #9D9CA1;
						text-decoration: none;
					}
					
					#navigation #menuleft ul li a:hover
					{
						text-decoration: underline;
					}
		
		#navigation #menuright
		{
			margin-top: -200px;
			margin-left: 460px;
			position: absolute;
			line-height: 10px;
		}
		
			#navigation #menuright a
			{
				color: #d9d9d9;
				text-decoration: none;
				font-size: 10px;
			}
			
			#navigation #menuright a:hover
			{
				color: #FFFFFF;
				
			}
			
			#navigation #menuright a.active
			{
				color: #FFFFFF;
			}
			
			
		
		#navigation #title
		{			
			padding-top: 25px;
			
			width: 102px;
			text-align: right;
		}

	#sidebar
	{
		width: 183px;
		margin-left: -658px;
		float: right;
		line-height: 16px;
		padding-top: 10px;
	}
	
		#sidebar #photo
		{
			width: 127px;
			padding-left: 20px;
			padding-top: 15px;
		}
		
		#sidebar a
		{
			text-decoration: none;
			color: #e71803;
		}
		
		#sidebar a:hover
		{
			text-decoration: underline;
		}
		
		
		
#footer
{
	height: 20px;
	width: 658px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #9d9ca1;
}

	#footer #copyright
	{
		text-align: right;
		color: #FFFFFF;
		padding-top: 2px;
	}

		#footer #copyright a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#footer #copyright a:hover
		{
			text-decoration: underline;
		}