body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times;
	color: #3b3b3b;
	font-size: 12pt;
	background: url("images/bg.jpg") repeat;
	position: relative;
	min-height: 100%;
	min-width: 100%;
}
p::-moz-selection {background-color: #fff28a;}
h2::-moz-selection {background-color: #fff28a;}
h1 {display: none}
h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22pt;
}
hr {
	color: #aeaaa2;
	background-color: #aeaaa2;	
	border: 0px solid #aeaaa2;
	height: 1px;
	position: relative;
}

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/topbar_repeat.png") repeat-x;
	height: 50px;
	width: 100%;
	z-index: 100;
}
#topbar_content {
	margin: 0 auto;
	text-align: center;
	color: #9a9a9a;
	padding-top: 8px;
}
#topbar_content a {
	color: #9a9a9a;
	text-decoration: none;
}
#topbar_content a:hover {
	color: #d3d3d3;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header {
	margin: 0 auto;
	margin-top: 50px;
}
.services {
	margin: 10px;
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
.divider {
	margin: 10px;
	float: left;
	width: 35px;
}
#gallery {
	width: 780px;
	margin: 10px;
}
.gallery_item {
	width: 226px;
	height: 195px;
	float: left;
	margin: 10px;
	background: url("images/portfolio_bg.jpg");
}
.gallery_item img {
	margin: 37px;
	width: 150px;
	height: 120px;
	opacity: 0.7 ;
	filter: alpha(opacity=70);
	z-index: 10;
}
.gallery_item img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.contact_small_input {
	border: 0;
	background: url("images/input_small.jpg");
	width: 205px;
	height: 40px;
}
.contact_large_input {
	border: 0;
	background: url("images/input_large.jpg");
	width: 330px;
	height: 180px;
}
.nostyle_input {
	border: 0;
	background: none;
	margin: 10px;
	font-family: Georgia, Times;
	font-size: 10pt;
	color: #3b3b3b;
	width: 185px;
}
.nostyle_textarea {
	border: 0;
	background: none;
	margin: 10px;
	font-family: Georgia, Times;
	font-size: 10pt;
	color: #6b6b6b;
	width: 300px;
}
.submit {
	background: url("images/input_btn.jpg");
	width: 116px;
	height: 50px;
	border: 0;
	color: #6b6b6b;
}
.submit:hover {
	color: #2b2b2b;
}
#footer {
	width: 100%;
	background: #383838;
	height: 30px;
	color: #dbdbdb;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 10pt;
}
/*Bookmark holder*/
.bookmark {
	position: absolute;
	top: -100px;
	background: none;
	border: 0;
	display: none;
}
.blank {}
