@charset "utf-8";

body {
	background-color: #9D9D9D;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
#bg {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0px;
	left: 0px;
}

/* CSS Document */

.wrapper {
	height: auto;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
}
.header {
	height: auto;
	width: 860px;
	background-image: url(../images/bg2.png);
	padding: 35px 50px 30px 50px;
	border: 2px solid #CCC;
	margin-bottom: 10px;
}
.flash_banner {
	background-color: #FFF;
	width: 860px;
	margin-top: 5px;
	height: 195px;
}
.content {
	height: auto;
	width: 964px;
}


.content_x {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-image: url(../images/bg2.png);
	height: auto;
	width: 600px;
	padding: 15px 20px 20px 20px;
	border: 2px solid #CCC;
	float: left;
	margin-right: 10px;
}
.content_y {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-image: url(../images/bg2.png);
	height: auto;
	width: 266px;
	padding: 15px 20px 20px 20px;
	border: 2px solid #CCC;
	float: left;
}

.content_inner {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 10px 10px 10px;
	color: #000;
	background-color: #CCC;
}
.gallery td {
	height: 190px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
}
.gallery img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.menu_wrapper {
	position: relative;
	width: 860px;
	height: 36px;
}

.menu {
	color: #CCC;
	font-size: 18px;
	bottom: 0px;
	position: absolute;
	right: 0px;
}

.bottom {
	height: auto;
	width: 950px;
	border: 2px solid #CCC;
	clear: both;
	background-image: url(../images/bg2.png);
	color: #999;
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-size: smaller;
}


h1 {
	margin: 0px 0px 15px 0px;
	color: #CCC;
	font-size: 24px;
}
h2 {
	color: #333;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

.content_960 {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-image: url(../images/bg2.png);
	height: auto;
	width: 920px;
	padding: 15px 20px 20px 20px;
	border: 2px solid #CCC;
	float: left;
	margin-right: 10px;
}
h5 {
	margin: 0px;
}

h3 {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #333;
}
input  {
	width: 280px;
	background-color: #A6A6A6;
	margin-bottom: 10px;
}
form {
	font-weight: bold;
}
textarea {
	width: 280px;
	background-color: #A6A6A6;
}
label.error {
	display: none;
	color: #F00;
	font-weight: normal;
}
