body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	text-align: center;
}
/********** HEADER ***********/
div.header1 {
	margin: auto;
	width: 990px;
	height: 340px;
	background: url(/images/header1.jpg) top left no-repeat;
}
div.header2 {
	margin: auto;
	width: 990px;
	height: 340px;
	background: url(/images/header2.jpg) top left no-repeat;
}
/********** MENU ***********/
div.menu {
	margin: auto;
	width: 990px;
	height: 30px;
	background: url(/images/bgmenu.gif) top left repeat-x;
}
/********** CONTENT ***********/
div.content {
	margin: auto;
	width: 990px;
	height: 450px;
	background: url(/images/bgcontent.jpg) top left no-repeat;
}
div.coldx {
	font: 12px Verdana;
	color: #000;
	text-align: left;
	line-height: 18px;
	width: 620px;
	height: 340px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
	overflow: auto;
}
div.coldx a, div.colsx a{
	color: #be2f37;
	text-decoration: underline;
}
div.coldx a span,div.colds a span{
	color: #be2f37;
	text-decoration: underline;
}
div.coldx h1 {
	font: 14px Verdana;
	font-weight: bold;
	color: #be2f37;
	text-align: left;
	margin: 0px;
}
div.coldx h2 {
	font: 12px Verdana;
	font-weight: bold;
	color: #be2f37;
	margin: 0px;
}
div.colsx {
	font: 12px Verdana;
	color: #000;
	text-align: left;
	line-height: 18px;
	width: 350px;
	height: 320px;
	margin-top: 30px;
}
div.thumb img {
	border: 1px solid #be2f37;
	padding: 1px;
	margin-right: 15px;
	margin-bottom: 20px;
}
/********** FOOTER ***********/
div.footer {
	margin: auto;
	width: 990px;
	height: 20px;
	background-color: #e0e0e0;
	font: 10px Verdana;
	color: #666;
}
div.footer a {
	font: 10px Verdana;
	color: #666;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footleft {
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}
div.footright {
	float: right;
	padding-right: 10px;
	padding-top: 3px;
}