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

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


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 48px; 
		font-weight: normal;
		color: #00687d;
		width: 612px;
		height: 83px;
		padding: 25px 0 0 10px;
		font-variant: small-caps;
		background: url(../images/title_bg.jpg) no-repeat;
		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: 1007px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 1007px;
		height: 295px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 1007px;
		height: 53px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 53px; }

	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 930px;
		padding: 0 38px 0 39px;
		float: left;
		text-align: justify;
		background: url(../images/content_bg.jpg) top center repeat-y; }

		/*** CONTENT ***/
		#content {
			width: 625px;
			padding: 0 35px 0 0;
			float: left; }
			
			#content li { margin: 0 0 0 20px; }
			
		/*** SIDEBAR ***/
		#sidebar {
			width: 269px;
			float: left; }
			
			ul#social {
				width: 269px;
				height: 74px;
				float: left;
				list-style: none; }
				
				ul#social li {
					float: left;
					height: 74px; }
		
			div.box {
				width: 269px;
				height: 108px;
				float: left;
				margin: 10px 0 0 0; }
		
		
		
	/*** FOOTER ***/
	#footer {
		width: 1006px;
		height: 59px;
		background: url(../images/footer_bg.jpg) top center no-repeat;
		text-align: left;
		float: left;
		margin: 0 0 0 1px; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 25px 0 0 50px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

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

/*** 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 */
