* {
    margin: 0;
}
html, body {
	background-color: #151515;
    height: 100%;
}

img {
	border: 0px;
}

h1 {
	text-align: right;
	color: #fff;
	text-decoration: none;
	font: 250% Georgia;
	font-style: italic;
	letter-spacing: -1px;
}

h2 {
	width: 100%;
	border-bottom: 1px solid #c9baa3;
	margin-bottom: 10px;
	
	color:#c9baa3;
	text-decoration:none;
	font:170% Georgia;
	font-style:italic;
	letter-spacing:-1px;
}

h3 {
	width: 220px;
	height: 15px;
	text-align: center;
}

a {
	color: #c9baa3;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

p, h3, label {
	font-family: Georgia;
	font-size:0.85em;
	line-height:1.571em;
	margin: 1.25em 0;
	text-align: justify;
	color: #c9baa3;
}

ul {
	list-style: none;
	list-style-type: none;
	padding-left: 0px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}

label {
	margin-top: 0px;
	width: 50px;
	float: left;
	margin-bottom: 5px;
}

input {
	margin: 0px;
	background-color: black;
	border: 1px solid #c9baa3;
	color: white;
	width:200px;
	text-align: center;
	padding: 2px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -31px;
}

.header {
	padding: 9px;
	height: 12px;
	font: 80% Arial;
	border-bottom: 1px solid #c9baa3;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #222;
}

.content {
	padding-top:35px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#main_image {
	margin-top: 20px;
	border-top: 3px solid #c9baa3;
	border-bottom: 1px solid white;
	height: 320px;
	width: 960px;
}

#portfolio_home_image {
	margin-top: 20px;
	border-top: 2px solid #c9baa3;
	border-bottom: 1px solid white;
	height: 460px;
	width: 880px;
	padding: 40px;
	background-image: url('/image/folio2.jpg');
}

#portfolio_home_nav {
	text-align: left;
	width: 250px;
	float: left;
	padding: 15px;
	background-color: #151515;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

#about_image {
	margin-top: 20px;
	border-top: 2px solid #c9baa3;
	border-bottom: 1px solid white;
	height: 460px;
	width: 880px;
	padding: 40px;
	background-image: url('/image/about2.jpg');
}

#about_text {
	text-align: left;
	width: 250px;
	float: left;
	padding: 15px;
	background-color: #151515;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

#client_image {
	margin-top: 20px;
	border-top: 2px solid #c9baa3;
	border-bottom: 1px solid white;
	height: 460px;
	width: 880px;
	padding: 40px;
	background-image: url('/image/client.jpg');
}

#client_text {
	text-align: left;
	width: 250px;
	margin-top: 120px;
	float: left;
	padding: 15px;
	background-color: #151515;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

#client_sv {
	margin-top: 20px;
	border-top: 2px solid #c9baa3;
	border-bottom: 1px solid white;
	height: 600px;
	width: 960px;
	padding: 00px;
}

#gallery_container {
	margin-top: 20px;
	border-top: 2px solid #c9baa3;
	border-bottom: 1px solid white;
	width: 960px;
}

#gallery_nav {
	height: 70px;
	margin-bottom: 1px;
	text-align: center;
}

#gallery_image {
	height: 526px;
}

#gallery_crumbs {
	color:#c9baa3;
	text-align:center;
	text-decoration:none;
	font:170% Georgia;
	font-style:italic;
	margin-top:10px;
	letter-spacing:-1px;
}

#portfolio_home_nav h3 {
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	color: #fff;
}

.news {
	display: block;
}

.latest_news {
	width: 220px;
	text-align: left;
	float: left;
	padding:10px;
}

.latest_news li {
	width: 100%;
	text-align:center;
	background-color: #252525;
	height:20px;
}

.footer {
	float: left;
	height: 30px;
	width: 960px;
	border-top: 1px solid #c9baa3;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.footer_info {
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.footer p, .latest_news h3, .footer a {
	font-family: Arial;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #c9baa3;
}