@charset "UTF-8";
#container {
	margin: auto;
	width: 1024px;
}
#wrapper {
	width: 100%;
	background-color: #c8c8c8;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
}
#head {
	height: 35px;
	background-image: url(../images/layout/logo_head.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-left: 103px;
}
#middle {
}
#mid-head {
	height: 105px;
	margin-top: 6px;
}
#content {
	background-color: #c8c8c8;
	background-image: url(../images/layout/bg_main.png);
	background-repeat: repeat-x;
	color: #333333;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 15px;
	padding-left: 28px;
}
#content a:link {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #F79020;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
	text-decoration: underline;
}
#text {
	float: left;
	width: 600px;
}
#images {
	float: right;
	width: 350px;
	text-align: right;
}
#clear {
	clear: both;
	height: 1px;
}
#footer {
	height: 5px;
	clear: both;
}
#base {
	background-color: #000000;
	background-image: url(../images/layout/bg_base.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
	border-top-width: 3.5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#base-container {
	height: 100%;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/logo_base.jpg);
	background-repeat: no-repeat;
	clear: none;
}
#basecont2 {
	background-image: url(../images/layout/logo_trans.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 341px;
	height: 300px;
}
#banner {
	margin-bottom: 10px;
}
