
		body {
			padding:0px;
			margin:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:18px;
			color:#AAA;
			background:url(images/topExt.jpg) repeat-x top center #000;
			}
		
		/* Default element styling */
		h1 { margin:0px; }	
		h2 { margin:0px; }	
		h3 { margin:0px; }	
		h4 { margin:0px; }
		legend { display:none; }
		fieldset { display:inline; border:none; margin:0px; padding:0px; }
		input, textarea { margin:0px; margin-bottom:5px; padding:4px; font-family:Arial, Helvetica, sans-serif; border:1px solid #CCC; display:block; font-size:14px; color:#999; }
		p { margin:0px; padding:0px; margin-top:5px; margin-bottom:5px; }
		
		#topBar {
			width:100%;
			height:180px;
			margin-bottom:10px;
			background:url(images/logo.png) center -10px no-repeat;
			}
		#topBar a {
			display:block;
			width:800px;
			height:165px;
			border:0px;
			text-decoration:none !important;
			margin:0 auto;
			}
		#container {
			width:995px;
			position:relative;
			margin:0 auto;
			}
			
		/*	Content Area */
		#content {
			float:left;
			width:575px;
			position:relative;
			font-size:13px;
			margin-right:20px;
			margin-left:20px;
			}
			
		a { color:#a3e3c6; }
		
		#container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		#container { display: inline-block; }
		/* Hides from IE-mac \*/
		* html #container { height: 1%; }
		#container { display: block; }
		/* End hide from IE-mac */

		#footer {
			clear:both;
			padding-top:30px;
			padding-bottom:20px;
			font-size:10px;
			width:995px;
			float:left;
			}