/***********/
/* GENERAL */
/***********/

body {
	background:url(/images/body_content_bg.gif) top left repeat-x #000000;
}

.wrapper {
	background:url(/images/header_content_bg.jpg) top left no-repeat;
}

a.home {
	width: 148px;
	height: 148px;
	position: absolute;
	top: 65px;
	left: 17px;
	display: block;
	cursor: pointer;
}

.header {
	height: 212px;
	width: 100%;
	position: relative;
}

/***********/
/* CONTENT */
/***********/

.content {
	clear: both;
	color: #959595;
	font-size: 12px;
	margin-left: 185px;
	padding-bottom: 30px;
	line-height: 15px;
}

.content a {
	padding: 1px;
	color: #959595;
	text-decoration: underline;
}

.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #959595;
}

.content h2 {
	color: #FFFFFF;
	font-size: 14px;
}

.content ul {
	margin: 0px;
	padding: 10px 20px;
}

.content li {
	list-style: url(/images/bullet.gif);
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.content td {
	color: #FFFFFF;
	background: #F95800;
}

.content th {
	font-weight: bold;
	color: #FFFFFF;
	background: #D61000;
}

.content ul.photogallery {
	margin: 0px;
	padding: 0px;
}

.content ul.photogallery li {
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	list-style: none;
}

.content ul.photogallery li a {
	border: 1px solid #959595;
	display: block;
	width: 170px;
	height: 114px;
	padding: 1px;
}

.content ul.photogallery li a:hover {
	padding: 1px;
	border: 1px solid #FFFFFF;
}


/* CONTACT */

.basicInfo {
	float: left;
	width: 250px;
}

.contactForm {
	float: right;
	width: 450px;
}

.smallText {
	font-size: 11px;
	font-style: italic;
}

label {
	display: block;
	float: left;
	width: 105px;
}

label.error {
	float: none;
	clear: both;
	color: #d71100;
	font-size: 11px;
	padding-left: 110px;
	width: auto;
}

input {
	height: 16px;
}

input, textarea, select {
	border: 1px solid #272727;
	background: #b9b8b8;
	padding: 3px;
	vertical-align: middle;
	width: 330px;
	color: #272727;
	font-family: Tahoma;
}

input, textarea {
	font-size: 12px;
}

p.captcha input {
	width: 100px;
}

p.captcha img {
	vertical-align: middle;
	padding-right: 10px;
}

hr {
	clear: both;
	color: #272727;
	display: block;
	height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #272727;
	width: 100%;
}

input.submit {
	background: #6d6e70;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 5px;
	margin-left: 110px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 30px;
	cursor: pointer;
}

input.submit:hover {
	background: #f24f00;
}