body {
	color: #FFFFFF;
	background-color: #111111;
}
#home {
	width: 309px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

#home h1 {
	background-image: url(../img/home_logo.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 309px;
	text-indent: -2000em;
	margin-bottom: 50px;
	margin-top: 50px;
}
#home_vr {
	float: left;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #909090;
	padding-top: 180px;
	height: 90px;
}

#home_vr a {
	background-image: url(../img/home_vr.gif);
	display: block;
	height: 80px;
	width: 115px;
	float: right;
	margin-right: 10px;
	text-indent: -2000em;
	outline-style: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_vr  a:hover, #home_portfolio a:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}

#home_portfolio {
	height: 80px;
	padding-top: 180px;

}
#home_portfolio a {
	background-image: url(../img/home_portfolio.gif);
	float: left;
	height: 80px;
	width: 115px;
	display: block;
	margin-left: 10px;
	text-indent: -2000em;
	outline-style: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_footer  {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8c8c8;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	padding-top: 25px;
}
#home_footer a {
	color: #C8C8C8;
	text-decoration: none;
}
#box {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	float: left;
}
#menu {
	float: right;
	background-color: #2a2a2a;
	padding: 10px;
	font-size: 15px;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_top {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 5px;
}
#content_top h1 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 25px;
}
#c_top_right {
	font-size: 13px;
	line-height: 25px;
	float: right;
}
#footer {
	clear: both;
	line-height: 41px;
	background-image: url(../img/footer-bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	margin-top: 20px;
}
#footer a {
	color: #8D8D8D;
	text-decoration: none;
}

div.clear {
	clear: both;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #949494;
}
#c_top_right .button {
	background-color: #2A2A2A;
	display: inline-block;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#c_top_right .button:hover {
	color: #111111;
	background-color: #FFFFFF;
}
#gallery_left {
	float: left;
	width: 280px;
}
#thumbs  a .thumb {
	border: 3px solid #696969;
}
#content {
	margin-top: 10px;
}
#thumbs a:hover .thumb {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#gallery_right {
	float: right;
}
#picture_big {
	margin-top: 5px;
	margin-bottom: 15px;
}
.grey {
	color: #949494;
}
#c_left {
	float: left;
	width: 500px;
}
#c_right {
	float: right;
	width: 450px;
}
.field {
	background-color: #111111;
	border: 2px solid #949494;
	width: 450px;
	color: #FFFFFF;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.button2 {
	background-color: #111111;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px;
}
.field_error {
	background-color: #111111;
	border: 2px solid #990000;
	width: 450px;
	color: #FFFFFF;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
