@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #5366bd;
	background-color: #1C1C40;
}
#wrapper {
	width: 943px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 386px;
}
#nav {
	height: 66px;
}
#content {
	height: 360px;
	padding: 23px 15px 0 30px;
}
#left {
	float: left;
	width: 590px;
}
#right {
	float: right;
	width: 228px;
}
.gallerybox {
	background-image: url(images/gallerybg.gif);
	background-repeat: no-repeat;
	height: 168px;
	width: 540px;
	padding: 13px 22px 0 22px;
}
.rightimg {
	float: right;
	margin-left: 7px;
	display: block;
}
.leftimg {
	float: left;
	margin-right: 9px;
	display: block;
}
#footer {
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	padding-top: 24px;
	clear: both;
}
#left input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#left textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}
