/* shb css */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-color: #ffffff;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

#container {
	position: absolute;
	font-weight: normal;
	width: 800px;
	height: 600px;
	margin: -300px 0px 0px -400px;
	top: 50%;
	left: 50%;
	text-align: center;
}

#header {
	width: 800px;
	height: 96px;
	background: url(images/header.png) no-repeat
}

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding-top: 32px;
}

#middle {
	width: 800px;
	height: 479px;
	background: url(images/middle.png) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}

#footer {
	width: 800px;
	height: 25px;
	background: url(images/footer.png) no-repeat;
}

/* navigation */
#nav {
	width: 800px;
	height: 16px;
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

#nav .list {
	margin-right: 20px;
}
#nav a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

/* content */
#content {
	height: 450px;
	padding: 10px 20px 1px 22px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#content_center {
	height: 450px;
	padding: 10px 20px 1px 22px;
	margin: 0px auto 0px auto;
	text-align: center;
}

/* text header */
.text_header1 {
	font-weight: bold;
	font-size: 14;
	color: #990000;
	text-decoration: underline;
}

.text_header1_center {
	font-weight: bold;
	font-size: 14;
	color: #990000;
	text-decoration: underline;
	text-align: center:
}

.text_header2 {
	font-weight: bold;
	font-size: 12;
	color: #990000;
}

/* contact form */
.field_00 {
/*	border: solid 1px #0000ff;*/
	font-size: 10px;
	height: 20px;
}

.field_01 {
/*	border: solid 1px #0000ff;*/
	height: 20px;
	float: auto;
}

.field_010 {
	width: 24%;
	float: left;
	text-align: center;
}

.field_011 {
	width: 24%;
	float: left;
	text-align: center;
}

.field_012 {
	width: 24%;
	float: left;
	margin-left: 10px;
	text-align: center;
}

.field_013 {
	width: 24%;
	float: left;
	text-align: center;
}

.field_014 {
	width: 72%;
	float: left;
	text-align: center;
}

.field_015 {
	width: 24%;
	float: left;
	text-align: left;
}

.field_016 {
	width: 50%;
	float: left;
	text-align: center;
}

.field_017 {
	width: 50%;
	float: left;
	text-align: center;
}

.field_02 {
	margin-top: 15px;
	height: 20px;
	text-align: center;
}

.field_03 {
	margin-top: 15px;
	height: 20px;
	text-align: center;
}

.field_04 {
	height: 100px;
	text-align: center;
}

.field_05 {
	margin-top: 15px;
	height: 20px;
	text-align: center;
}

.field_error {
	margin-top: 15px;
	height: 20px;
	text-align: center;
	color: #ff0000;
}

.contact_input {
	font-size: 10px;
	border: solid 1px #990000;
}

.contact_textarea {
	font-size: 10px;
	border: solid 1px #990000;
}

.button {
	font-size: 10px;
	border: solid 1px #990000;
	color: #990000;
}

/* developer */
.developer {
	font-size: 10px;
}

.developer a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

.developer a:hover {
	color: #990000;
	text-decoration: none;
}