.contact {
	text-align: left;
	display: inline;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}
.foooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	text-align: right;		
	width:100%;	
	font-weight: bold;

}
.container {
	margin-right:10px;
}
a {
	font-style: normal;
	text-decoration: none;
	color: #FFF;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background800.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
p {
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 175px;
	padding-top: 7px;
	margin: 5px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.contactform {
	height: 220px;
	width: 400px;
	position: relative;
	left: 400px;
	bottom: 100px;
	display: block;
	background-image: url(images/contactform_background.png);
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
label {
	float: left;
	font-size: 10px;
	display: inline;
}
input {
	float: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	background-color: #333;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 12px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#name {
	width: 100px;
	background-color: #333;
}
#message {
	width: 280px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
}
#submit {
	background-color: #333;
	color: #FFF;
	height: 35px;
	width: 120px;
	position: relative;
	left: 80px;
}
#email {
	width: 170px;
}
.photo {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(images/photo_background.png);
	background-repeat: repeat;
	padding: 16px;
}
.caption {
	height: 98px;
	font-size: 10px;
	background-image: url(images/caption_background.png);
	padding-top: 8px;
	width: 160px;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 0px;
	margin: 5px;
	top: 400px;
	position: relative;
	right: 10px;
}
.imgcontainer {
	width: 760px;
	overflow: hidden;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 475px;
}
.photo img {
	overflow: hidden;
	border: 1px solid #666;
}
