@charset "UTF-8";
body {
	font-size:small;
	margin:0;
	padding:0;
	background: #555 url(../images/bg.png) left top;
}
#container1 {
	padding: 20px;
}
#container2 {
	display: block;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #FFFFFF;
	margin: 10px;
	padding: 5px;
	width: 800px;
	border: 1px solid #000000;
	text-align: left;
}
#left {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-top:15px;
}
#container2 #right #contact form {
	display:inline;
	margin-right:5px;
}
#container2 #right #contact select {
	font: 1em Arial, Helvetica, sans-serif;
	color: #336633;
	border:1px solid #999;
}
#right {
	float: left;
	width: 475px;
}
#right #contact {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
}
#right #contact a {
	color: #999;
	text-decoration: none;
}
#right #contact a:hover {
	color: #900;
	text-decoration: underline;
}
#right #photoscroll {
	white-space: nowrap;
	display: block;
	padding: 2px;
	margin-top:30px;
	width: 100%;
	border-top: 4px double #999;
	border-bottom: 4px double #999;
	overflow: auto;
	height: auto;
}
#right #photoscroll img {
	border: 1px solid #000;
	margin-right:10px;
}
#foot {
	font: .9em "Panic Sans", "Courier New", Courier, monospace;
	color: #999;
	text-align: right;
	clear: both;
}
#foot a {
	color: #99f;
	text-decoration: none;
}
#foot a:hover {
	color: #993300;
	text-decoration: underline;
}
#container2 #bigpic {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	color:#000;
	text-align: center;
	padding: 10px 20px;
	clear: both;
}
#bigpic a {
	color:#000;
	text-decoration:underline;
}
#bigpic a:hover {
	color: #900;
	text-decoration:none;
}
#container2 #bigpic img {
	border: 1px solid #000;
	margin-bottom: 10px;
}
