@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;	
}

#header_wrapper{
	background-color:#000;
	width:100%;
	height:110px;
	margin-bottom:29px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	width:768px;
	height:110px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../assets/images/header.jpg);
	background-repeat:no-repeat;
}

#header_bttn{
	width:520px;
	height:110px;
	float:left;
	display:inline;
}

#header_scolumn{
	width:768px;
	height:110px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../assets/images/header_scolumn.jpg);
	background-repeat:no-repeat;
}

#main_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:732px;
}

#main_body{
	margin-left:auto;
	margin-right:auto;
	width:732px;
	float:left;
	display:inline;
}

#left_column{
	width:478px;
	float:left;
	display:inline;	
	padding:0px;
	
	margin-right:10px;
	border-style:solid;
	border-right-color:#b7b7b7;
	border-right-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
}

#left_column_scolumn{
	width:732px;
	float:left;
	display:inline;	
	padding:0px;
}

#left_column_scolumn img{
	margin-top: 10px;
}


#left_column img{
	margin-top: 10px;
}

html{
width:100%;
height:100%;
} 

#right_column{
	width:243px;
	float:left;
	display:inline;	
}

#article_headline{
	text-transform:uppercase;
	font-family:Arial;
	font-size:40px;
	font-weight:bold;
	line-height:35px;
	width:468px;
	margin-bottom:10px;
}

#article_headline_scolumn{
	text-transform:uppercase;
	font-family:Arial;
	font-size:40px;
	font-weight:bold;
	line-height:35px;
	width:732px;
	margin-bottom:10px;
}

#article_subheadline{
	font-family:Georgia;
	font-size:20px;
	width:468px;
	line-height:19px;
	margin-bottom:5px;

}

#article_subheadline_scolumn{
	font-family:Georgia;
	font-size:20px;
	width:732px;
	line-height:19px;
	margin-bottom:5px;
}

#credit{
	text-transform:uppercase;
	font-family:Arial;
	font-size:14px;	
	width:468px;
}

#credit_scolumn{
	text-transform:uppercase;
	font-family:Arial;
	font-size:14px;	
	width:732px;
}

#date{
	font-family:Georgia;
	font-size:12px;
	color:#fff;
	margin-top:78px;
	margin-left:20px;
	float:left;
	letter-spacing:3.7px;
	display:inline;	
	width:215px;
}

#photocredit{
	text-transform:uppercase;
	font-family:Arial;
	font-size:8px;	
	width:468px;
	
}

#photocredit_scolumn{
	text-transform:uppercase;
	font-family:Arial;
	font-size:8px;	
	width:732px;
	
}


#article_copy{
	font-family:Georgia;
	float:left;
	display:inline;
	margin-top:20px;
	width:468px;
}

.article_copy_bold{
	font-weight:bold;
}

.article_copy_italic{
	font-style:italic;
}

.article_copy_underline{

	text-decoration:underline;
}

#article_copy_scolumn{
	font-family:Georgia;
	float:left;
	display:inline;
	margin-top:20px;
	width:732px;
}

#footer{
	width:100%;
	height:10px;
	margin-top:20px;
	float:left;
	background:#000;
	display:inline;	
}