*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	text-align: center;
}

body
{
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center 23px;
}

	body.size_1 { font-size: 0.9em; }
	body.size_2 { font-size: 1.0em; }
	body.size_3 { font-size: 1.1em; }
	
	#wrapper
	{
		min-height: 100%;
		margin-top: -330px;
		overflow: hidden;
		
		min-width: 960px;
		width: 100%;
		
		margin-left: auto;
		margin-right: auto;
		
		text-align: left;
		
		position: relative;
		
		background-attachment: scroll;
		background-repeat: repeat-x;
		background-position: bottom center;
		
	}
	
		#wrapper #header
		{
			height: 160px;
			
			margin-left: auto;
			margin-right: auto;
			
			padding-top: 330px;
		}
		
			#wrapper #header #flash
			{
				position: relative;
				
				width: 960px;
				height: 100px;
				
				top: 23px;
			}
		
		#wrapper #center_wrapper
		{
			width: 100%;
			min-height: 670px;
			float: left;
			text-align: left;
			
			margin: 0 0 120px 0;
		}
		
			#wrapper #center_wrapper #center
			{
				margin: 0 200px 0 200px; /* Adjust according to left and right column width */
			}
			
		#wrapper #navigation
		{
			width: 200px;
			margin-left: -960px;
			float: left;
		}
		
		#wrapper #sidebar
		{
			width: 200px;
			margin-left: -960px;
			float: right;
		}
		
	#footer
	{
		height: 330px;
		width: 1000px;
		padding: 0 0 0 0;
		
		margin-left: auto;
		margin-right: auto;
		
		clear: both;
		
		text-align: left;
		
		font-size: 0.8em;
		
		position: relative;
	}
