@charset "utf-8";
a:link {
	color: #7A6E58;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #828467;
}
a:hover {
	text-decoration: none;
	color: #828467;
}
a:active {
	text-decoration: none;
	color: #7A6E58;
}
h1 {
	font-size: 10px;
	color: #4A4A40;
}
h2 {
	font-size: 13px;
	color: #4A4A40;
	height: 20px;
	padding: 10px 0px 0px 20px;
}
h4 {
	font-size: 11px;
	color: #4A4A40;
	padding: 3px 0px 3px 0px;
}

body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#content {
	height: inherit;
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}
#top {
	height: 66px;
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}
#name {
	background-image: url(../images/logo.jpg);
	float: left;
	height: 35px;
	width: 180px;
	margin-left: 15px;
	margin-top: 20px;
}
#smal_logo {
	background-image: url(../images/logocircle.jpg);
	float: right;
	height: 66px;
	width: 66px;
	margin-right: 10px;
}
#mainholder {
	height: 100px;
	width: 780px;
	margin: 0 auto;
	clear: both;
	background-color: #FFF;
	border: 0px none #CCC;
}
#redbaglogo {
	background-image: url(../images/logored.jpg);
	background-repeat: no-repeat;
	height: 245px;
	width: 196px;
	border: 2px solid #0FF;
	margin-top: 23px;
}
#left {
	background-color: #0FF;
	float: left;
	width: 198px;
	margin-top: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#right {
	background-color: #0FF;
	float: right;
	height: auto;
	width: 580px;
	margin-right: 1px;
}
#user1 {
	clear: both;
	width: 575px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	margin: auto;
	height: 20px;
	width: 750px;
	padding: 15px;
	position: relative;
	clear: both;
	background-color: #999;
}
#left_content {
	padding: 10px;
	width: auto;
}
#rigt_content {
	width: auto;
	margin-top: -13px;
	background-color: #FFF;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: justify;
	word-spacing: 0.1em;
	font-size: 0.98em;
	background-image: url(../images/right_Content_bg.jpg);
	background-repeat: repeat-x;
}
#footer_band {
	background-image: url(../images/footer_band.jpg);
	margin: auto;
	height: 12px;
	width: 800px;
}

