* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, sans serif;
	color: #777;
	font-size: 12px;
	background: #f4f4f4 url(images/bg.png) repeat-x top;
	}
	
a { color: #080808;	text-decoration: none; }	
a:hover { text-decoration: underline;	}	
a img{border: 0;	}	
:focus {	outline: 0;	}
	
ul, li, form, p { margin: 0; padding: 0; list-style: none;}	
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}


#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0 14px;
	}

/* start header  */
	
.header {
	background: url(images/main_image.jpg) no-repeat center top;
	width: 987px;
	height: 603px;
	display: block;
	}
	
	.bottom_part {
		width: 366px;
		height: 113px;
		margin: 0 393px 0 auto;
		padding-top: 520px;
		font-size: 1px;
 	}
	
/* end header */ 

/* start container */  

.container {
	width: 100%;
	padding-top: 14px;
	}	
	
	.facebook_friends {
		float: left;
		padding-left: 6px;
		height: 99px;
		position: relative;
		}
		
		.facebook_friends .connect_top { background: none;}
		
		.facebook_friends .if_fan_box_off {
			color: #777777;
			font-size: 8px;
			right: 35px;
			z-index: -1;
			position: absolute;
			top: 13px;
			}
				
	.social_buttons {
		float: left;
		width: 100%;
		margin-top: 40px;
		height: 264px;
		padding-bottom: 46px;
		}	
		
		.social_buttons a {
			float: left;
			display: block;
			padding: 0 2px;
		}	
		
	/* start content */ 

	.content {
		width: 534px;
		padding-right: 18px;
		float: right;
		}
		
		.post {
			float: left;
			width: 100%;
			padding-top: 18px;
			}
			
		.date {
			font-weight: bold;
			color: #444;
			display: inline-block;
			padding-bottom: 4px;			
		}
		
		.content p { line-height: 17px;}
		
	/* end content */ 	
	
	/* start sidebar */ 	

	.sidebar {
		background: url(images/sidebar_string.png) no-repeat center right;
		width: 346px;
		float: left;
		padding-left: 18px;
		min-height: 230px;
		}
		
		.container h2 {
			font-size: 24px;
			color: #666;}
			
		.stay_in_the_loop form { 
			padding: 14px 0;
			float: left;
			}
			
		.stay_in_the_loop span  {
			font-size: 11px;
			font-weight: bold;
			float: left;
			width: 282px;
			padding: 7px 0 2px;
			display: inline;
			}
			
		.stay_in_the_loop input {
			background: url(images/input_bg.png) no-repeat left top;
			width: 274px;
			height: 27px;
			display: inline;
			float: left;
			font-size: 19px;
			padding: 5px 8px;
			color: #777;
			margin: 0;
			border: none;
			}
			
		.stay_in_the_loop input.submit {
			background: url(images/subscribe_now.png) no-repeat left top;
			width: 125px;
			height: 20px;
			padding: 0;
			margin-top: 10px;
			cursor: pointer;
		}		

	/* end sidebar */ 	
	 
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	}
	
/* end container */  
 
/* start footer */

#footer_wrapper {
	background: #333 url(images/footer_bg.png) repeat-x top;
	width: 100%;
	margin-top: 40px;
	}

.footer {
	width: 847px;
	height: 138px;
	margin: 0 auto;
	padding: 27px 74px 0;
	color: #999999;
	font-size: 11px;
	}
	
	.footer h3 { 
		font-size: 14px;
		color: #e9e9e9;
		padding-bottom: 4px;
		}
		
	.footer p { padding-right: 25px; line-height: 18px;}
	.footer a { color: #f4f4f4;}

	.string { 
		background: url(images/footer_string.png) no-repeat left top;
		height: 2px;
		font-size: 1px;
		float: left;
		clear: both;
		width: 848px;
		margin: 20px auto 0;	
		}
		
	.privacy { 
		width: 848px;
		float: left;
		padding: 15px 0 24px;
		}
		
	.left { 
		float: left;
		width: 50%;
		padding-left: 6px;
		}
		
	.right {	
		float: right; 
		width: 48.0%;
		}

	.footer .right a.site_by { float: right; padding-right: 20px;}

	
/*  end of footer  */
