#container {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	margin-top:auto;
	margin-bottom:auto;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	text-align: center;
	font-size: 9px;
}

#main {
	background-image: url("images/main_bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
}
.box {
	padding: 20px;
	font-size: 12px;
}


#header {
	height: 174px;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	background-image: url("images/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 80px;
	margin-top: -15px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navigation {
	padding-top: 130px;
	margin-left: 25px;
}


#navigation ul li {
	display:inline;
	float:left;
	font-size: 12px;
}

#navigation ul a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1.5em;
	margin-left: 3px;
}

#navigation ul a:hover {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: -1px;
}

fieldset {
	background-image: url("images/form_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;

}

legend {
	font-weight:normal;
	padding: 5px;
	border: 1px solid #999;
	font-size: 12px;
}

label {display:block;
}

input {
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding:3px;
}

textarea {
	width:520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding:3px;
}

input:focus, textarea:focus {
	background-color:#D5D5FF;
	font-weight: bold;
}

.required {
	font-style: italic;
	color: #FF0000;
}
.notice {
	font-weight: bold;
	border: 1px solid #00CC00;
	padding: 0px;
	color: #FFFFFF;
	background-color: #111111;
}
td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#gallery img {
	padding: 2px;
	border: 2px solid #EEEEEE;
	margin: 10px;
}
#gallery li {
	text-align: left;
	border: 1px solid #666666;
	padding: 10px;
	background-image: url("images/testi_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
}
#gallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
