body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #393939;
	background-color: #ffffff;
	background-image: url(layout/bg.png);
	background-repeat: repeat-x;
}
.text {
	color: #767676;
	font-size: 13px;
}
.img_right {
	padding-right: 7px;
	padding-bottom: 2px;
}
.turquoise {
	color: #318ca5;
	font-weight: bold;
	font-size: 14px;
}
.big {
	color: #318ca5;
	font-size: 14px;
	padding-bottom: 4px;
}
.bigbig {
	font-size: 17px;
}
a.link {
	color: #ff6030;
	text-decoration: none;
}
a.link:hover {
	color: #ff6030;
	text-decoration: underline;
}
#header {
	height: 158px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/header.jpg);
	margin-top: 35px;
}
#main-bg {
	min-height: 550px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/main-bg.png);
}
#layout {
	height: 550px;
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/content.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
#header-menu {
	float: right;
	width: 358px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 174px;
	height: 92px;
	padding-top: 19px;
	padding-left: 32px;
}
#menu {
	padding-top: 16px;
	padding-left: 61px;
}
#pix {
	height: 152px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 31px;
}
#content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	padding-top: 23px;
	padding-bottom: 20px;
	height: 20px;
}
#left {
	float: left;
	width: 645px;
	line-height: 16px;
}
#left-lh {
	float: left;
	width: 645px;
	line-height: 20px;
}
#right {
	font-family: "Lucida Sans Unicode";
	float: right;
	width: 184px;
	padding-top: 45px;
}
#right-title {
	font-size: 14px;
	color: #318ca5;
	line-height: 19px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#right-menu {
	font-size: 12px;
	color: #555555;
	line-height: 25px;
}
#right-menu a {
	color:#555555;
	text-decoration:none;
}
#right-menu a:hover {
	color:#555555;
	text-decoration:underline;
}
#separator {
	background-color: #e2e2e2;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 650px;
}
#frame {
	float:left;
	font-size: 14px;
	border: 1px dashed #b2b2b2;
	padding: 10px;
	margin-top: 15px;
}
#frame a {
	color:#318ca5;
	font-weight: bold;
	text-decoration:none;
}
#frame a:hover {
	color:#318ca5;
	font-weight: bold;
	text-decoration:underline;
}
#frame-2 {
	border: 1px dashed #e67817;
	padding: 4px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
#footer {
	height: 52px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/footer.gif);
	font-size: 10px;
	color: #fff;
}
#copyright {
	float: left;
	height: 52px;
	padding-top: 21px;
	padding-left: 40px;
}
#sign {
	float: right;
	height: 52px;
	padding-top: 21px;
	padding-right: 40px;
}
#sign a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
#sign a:hover {
	color:#fff;
	font-weight: bold;
	text-decoration:underline;
}
.formfield {
	font-family: arial;
	font-size: 11px;
	border: 1px solid #dbdbdb;
	background-image: url(layout/input.png);
	background-repeat: repeat-x;
	width: 240px;
	height: 19px;
}
.formarea {
	font-family: arial;
	font-size: 11px;
	border: 1px solid #dbdbdb;
	background-image: url(layout/input.png);
	background-repeat: repeat-x;
	width: 350px;
	height: 120px;
}