body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	width: 550px;
	background-color: #000000;
	height: 34px;
	margin: 0px auto 0px auto;
}
ul.nav {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
ul.nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	list-style-type: none;
}
ul.nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: 14px;
	height: 24px;
	background-position: 6px 13px;
	padding: 10px 6px 0px 6px;
}
ul.nav li a:hover {
	text-decoration: underline;
}
#wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#wrapper2 {
	width: 550px;
	margin: 0px auto 0px auto;
}
#header {
	float: left;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding: 40px 0px 36px 0px;
}
#header h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 246px;
	display: block;
	margin: 0px 0px 0px 30px;
}
#header h1 span {
	display: none;
}
#main {
	padding: 25px;
	width: 500px;
	float: left;
}
#main p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
}
#main p a {
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
#main p a:hover {
	color: #3194c5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3194c59;
	background-color: #d4effa;
}
#main h2 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
}
.cForm {
	border: 1px solid #999999;
	padding: 20px 6px 20px 20px;
	float: left;
	background-image: url(../images/form_bg.gif);
	background-repeat: repeat-x;
}
.fieldBox {
	width: 202px;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 2px;
}
.commentBox {
	width: 443px;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.tableForm {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	float: left;
	padding: 0px;
}
.tableForm td span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


.tLeft {
	padding-right: 16px;
}
