body {
	background-color: #000;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	text-align: center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url('header.jpg');
	height: 99px;
	width: 950px;
}
#header img.logo {
	border: 0;
	height: 73px;
	margin-top: 12px;
	width: 166px;
}
#header h1 {
	color: #272727;
	font-size: 40px;
	margin: 0;
	padding: 60px 110px 0 0;
	float: right;	
}
#menu {
	background-image: url('menu.jpg');
	height: 111px;
	width: 950px;
}
#menu a {
	color: #FFDC00;
	font-weight: bold;
	margin-left: 60px;
	text-decoration: none;
}
#content {
	background: url('content.jpg') repeat-y;	
	height: auto;
	width: 950px;
}
#content #content_left {
	float: left;
	padding: 0 10px 0 20px;
	width: 485px;
}
#content #content_left h2 {
	margin-top: 0;
}
#content #content_left p {
	margin: 0;
	padding-bottom: 8px;
	text-align: justify;
}
#content #content_left p a {
	color: #FFDC00;
	text-decoration: none;
}
#content #content_left p a:hover {
	text-decoration: underline;
}
#content #content_right {
	float: left;
	padding: 0 20px 0 10px;
	width: 400px;
}
#content #content_right h3 {
	color: #FFDC00;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#footer {
	background: url('footer.jpg') no-repeat;
	clear: both;
	color: #FFDC00;
	font-size: 10px;
	height: 112px;
	line-height: 200px;
	text-align: center;
	width: 950px;
}
#form {
	margin: 0;
	padding: 0;
	width: 400px;
}
#form label {
	margin: 1px 0;
	float: left;
	width: 100px;
	font-size: 12px;
	padding: 0;
}
#form input {
	float: left;
	margin: 1px 0;
	width: 298px;
	border: 1px solid #383838;
	padding: 0;
}
#form textarea {
	float: left;
	margin: 1px 0;
	height: 120px;
	width: 298px;
	border: 1px solid #383838;
	padding: 0;
}
#form #remark {
	font-size: 11px;
	float: left;
}
#form input.button {
	background-color: #FFDC00;
	border: 1px solid #383838;
	color: #383838;
	font-weight: bold;
	cursor: pointer;
	width: 90px;
	font-size: 11px;
	padding: 4px;
}
#form input.button:hover {
	background-color: #FFF;
	color: #383838;
}
#form label.error { 
	color: #FF0000;
	display: block;
	width: 100%;
	text-indent: 100px;
	vertical-align: top;
}
#form input.error { 
	border: 1px dotted #FF0000;
}

