/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", serif;
	color: #444;
	background: url(../images/bg.png) top left repeat; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #3165ae;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 959px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 959px;
		height: 427px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 959px;
		height: 76px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 76px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 959px;
		float: left;
		min-height: 500px;
		background: url(../images/content_bg.jpg) top left repeat-y; }
	
		/*** CONTENT ***/
		#content {
			width: 939px;
			padding: 0 10px;
			text-align: left; }

		td.leftColumn, td.rightColumn {
			width: 200px;
			padding: 0 0 15px 0; }
		
		
		
	/*** FOOTER ***/
	#footer {
		width: 959px;
		height: 50px;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 20px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 20px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		

/**** FORM STYLING ****/
form { }

	form fieldset { border: none; }
	
		form fieldset ol,
		form fieldset ul { list-style: none; }
		
	form input,
	form select,
	form textarea,
	form button { 
		color: #666;
		background: #fff;
		border: 1px solid #c3c3c3; }
		
	form input { 
		padding: 5px 5px 0 5px; }
		
	form textarea { 
		line-height: 20px;
		padding: 5px 5px 0 5px; }
		
	form select,
	form button { 
		height: 20px;
		line-height: 10px;
		padding: 2px 5px 10px 5px;
		color: #666;
		background: none;
		border: 1px solid #c3c3c3; }
		
	form input,
	form select,
	form textarea,
	form button {
		font-size: 12px;
		font-family: "Microsoft Sans Serif", arial, sans-serif; }
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
