@charset "utf-8";
body {
	background-image: url(bgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	background-color: #E0E1FF;
}
a {
	color: #474993;
	text-decoration: none;
}
a:hover {
	color: #647B69;
	text-decoration: underline;
}

#new {
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 22px;
	font-size: 11px;
	width: 164px;
	background-image: url(new.jpg);
	height: 176px;
	background-repeat: no-repeat;
}
#new p {
	margin: 0px;
	padding-top: 70px;
	padding-right: 10px;
	padding-left: 15px;
	color: #666666;
}

#container {
	width: 1045px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(main_shadow.png);
	background-repeat: repeat-y;
}
#boxes {
}
#header {
	height: 116px;
	width: 1045px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot {
	clear: both;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(foot_shadow.jpg);
	background-repeat: no-repeat;
	width: 1045px;
}
#leftcol {
	background-color: #cff0dd;
	float: left;
	width: 178px;
	margin-left: 7px;
	display: inline;
	text-align: center;
	height: 1440px;
}
#text_content {
	margin-top: 5px;
	float: left;
	width: 660px;
	padding-top: 10px;
}
#text_content p {
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #666666;
}
#text_content ul {
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	line-height: 16px;
	color: #666666;
}
#copyright {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#content {
	float: right;
	width: 852px;
	margin-right: 8px;
	background-color: #FFFFFF;
}
#image_area {
	background-image: url(main_image.jpg);
	background-repeat: no-repeat;
	height: 375px;
	width: 852px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.big {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.clears_both {
	clear: both;
	line-height: 1px;
}
.box {
	height: 238px;
	width: 268px;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	display: inline;
}
.box-inner {
	height: 165px;
	width: 235px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
.box-inner p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	color: #666666;
}
.box-inner img {
	border: 1px solid #0000CC;
	margin-bottom: 4px;
	margin-left: 4px;
}

