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

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
	color: #CCCCCC;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	color: #999999;
}
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
.main_holder_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}
.main_holder {
	margin: auto;
	width: 1024px;
	padding-bottom: 20px;
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	height: 75px;
	width: 1024px;
}
.content_bg_home {
	background-image: url(../images/home-image.jpg);
	background-repeat: no-repeat;
	height: 608px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: auto;
	margin-left: 12px;
	float: left;
}
.content_bg_contact {
	background-image: url(../images/contact-image.jpg);
	background-repeat: no-repeat;
	height: 608px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: auto;
	margin-left: 12px;
	float: left;
}
.content_bg_portfolio {
	background-image: url(../images/portfolio-image.jpg);
	background-repeat: no-repeat;
	height: 608px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: auto;
	margin-left: 12px;
	float: left;
}
.nav_bar_holder {
	width: 100%;
	padding-top: 500px;
	float: left;
}
.nav_bar_holder_contact {
	width: 100%;
	padding-top: 200px;
	float: left;
}
.nav_bar_holder_portfolio {
	width: 100%;
	padding-top: 110px;
	float: left;
}
.pics_thumb {
	float: left;
	width: 300px;
	height: 150px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	border: 1px solid #333333;
	margin-top: 10px;
}
.contact_info {
	float: left;
	padding-top: 185px;
}
.nav_bar {
	background-image: url(../images/bg-transparent.png);
	background-repeat: repeat;
	width: 960px;
	float: left;
	padding: 20px;
}
.photographer {
	font-size: 24px;
	color: #666666;
	float: left;
}
.links_holder {
	float: right;
}
.nav_bar_links {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	color: #DDDDDD;
}
.nav_bar_links a:link {
	color: #DDDDDD;
	font-size: 24px;
	text-decoration: none;
	font-weight: lighter;
}
.nav_bar_links  a:visited {
	color: #DDDDDD;
	font-size: 24px;
	text-decoration: none;
	font-weight: lighter;
}
.nav_bar_links   a:hover {
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	font-weight: lighter;
}
.footer {
	float: left;
	width: 976px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 12px;
	padding-left: 24px;
	padding-right: 24px;
}
.small_nav {
	float: left;
}
.footer  a:link {
	color: #666666;
	text-decoration: none;
}
.footer   a:visited {
	color: #666666;
	text-decoration: none;
}
.footer    a:hover {
	color: #999999;
	text-decoration: none;
}
.site_by {
	float: right;
}

