body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0px;
	background:url(images/left.jpg) repeat-y center #666;
}

/* -------------------------------
   Layout
   ------------------------------- */
#wrapper {
	width: 800px;
	background: #fff;
	margin: auto auto;
	text-align: left;
}
#header {
	height: 131px;
	width: 800px;
	background: #fff;
}
#menu {
	width: 117px;
	height: 101px;
	background: url(images/menu1.jpg) no-repeat;
	float: left;
	font-size: 11px;
	color: #BABABA;
	text-decoration: none;
	padding: 30px 0px 0px 8px;
}
#banner {
	width: 800px;
	height: 190px;
	border-bottom: solid 1px #BABABA;
	background: url(images/banner.jpg) no-repeat;
}
#content {
	width: 800px;
	overflow: auto;
	background:url(images/left.jpg) repeat-y;
}
#left_content {
	width: 185px;
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #666;
}
#right_content {
	width: 550px;
	padding-left: 5px;
	float: left;
	padding: 20px;
}

/* -------------------------------
   Typography
   ------------------------------- */
   
p {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
p a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.title {
	color: #CD000C;
	font-size: 24px;
}
#menu a {
	font-size: 11px;
	color: #4A4A4A;
	text-decoration: none;
	line-height: 16px;
}
#menu .title {
	color: #CD000C;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#menu .title {
	color: #CD000C;
	font-size: 16px;
	text-decoration: none;
}
#left_content a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#left_content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	text-decoration: underline;
}
#left_content ul {
	margin: 0px 0px 0px 15px;
}
#left_content li {
	margin: 0px 0px 5px 0px;
	list-style: disc;
}
.slogan {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	text-decoration: none;
	padding: 65px 10px 0px 0px;
	text-align: right;
	letter-spacing: 1px;
}