@charset "UTF-8";
/* CSS Document                                */
/* by Codify Design Studio - codifydesign.com  */


/* --- General Styles--- */
body,h1,h3,p {
	font-size: 12px;
	color: #4E6A7B;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	margin: 0px;
	background-color: #960;
}

h1 {
	font-size: 24px;
	color: #AC913B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h3 {
	font-size: 12px;
	color: #6a4d4d;
	text-transform: uppercase;
}
.right_image {
	float: right;
	width: 205px;
	margin: 0px 0px 10px 30px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #715656;
}


a { color: #36C; }
a:visited  { color: black; }
a:hover    {
	color: #5872f4;
	font-size: 10px;
}



/* --- Banner Area --- */
.bannerArea {
	width: 100%;
	min-width: 980px;
	height: 190px;
	margin:0;
	background:  url(images/macro-camera-lens-banner.jpg) no-repeat right top;
}
.bannerArea .container {
	position: relative;
	width: 980px;
	height: 155px;
	margin: 0 auto 0 auto;
	padding: 35px 0px 0px 0px;
	color: black;
	font-size: 12px;
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 355px;
	height: 48px;
	background: url(images/logo.png) no-repeat 0 0;
	left: 73px;
	top:17px;
}
.bannerArea .container .site_date {
	position:absolute;
	left: 20px;
	top:160px;
	color: black;
	font-size: 12px;
}


/* --- Content Area --- */
.contentArea {
	width: 100%;
	margin:0;
	background: url(images/page_tile.jpg) repeat-y center top;
}
.contentArea .container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0px 25px 0px;
	background: url(images/page_tile.jpg) repeat-y center top;

}

.contentArea .container .left_col{
	float: left;
	width: 690px;
	padding: 0px 20px 0px 20px;
	font-family: "Trebuchet MS";
}

.contentArea .container .right_col{
	float: left;
	width: 210px;	
	padding: 0px 20px 0px 20px;
}


/* --- Footer Area --- */
.footerArea{
	width: 980px;
	height: 50px;
	margin: 0 auto 0 auto;
}

.footerArea .container{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	color: #EDEDED;
}
.footerArea .container p{
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.clear_both {
	clear: both;
}
