body {
	margin: 0 auto;
	background-color: #ddd;
	background-image:url('img/bg_01.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-family:Helvetica, Arial, Lucida Sans, sans-serif;
	font-size:12px;
	line-height:24px;
	letter-spacing:.05em;
	color:#333;
}
#header {
	width:900px;
	margin:0 auto;
}
#logo {
	width:300px;
	float:left;
}
#banner {
	width:580px;
	float:right;
	padding: 80px 10px 0 10px;
	text-align:right;
	font-size:11px;
	line-height:11px;
	letter-spacing:.1em;
	color:#666;
}
#container {
	margin:0 auto;
	width:900px;
	position:relative;
	text-align:left;
	background-color: #fff;
	border:#999 solid 1px;
}
#menu {
	width:900px;
	margin:0 auto;
	padding:15px 0px;
	background-color: #ddd;
	background-image:url('img/bg_m.png');
	border-bottom:#512654 solid 7px;
	text-align:center;
	font-size:12px;
	line-height:12px;
	letter-spacing:.1em;
	color:#ccc;
}
.col {
	width:800px;
	padding:10px 50px 10px 50px;
}
.coll {
	width:550px;
	padding:10px 0px 10px 50px;
	float:left;
}
.colr {
	width:220px;
	margin:25px;
	padding:25px 10px;
	float:right;
	text-align:center;
	border:#eee solid 5px;
}
#content {
	width:;
	margin:0px 25px 25px 25px;
	padding:10px 25px;
	border:#eee solid 5px;
}
.left {
	width:290px;
	padding:0px;
	float:left;
}
.right {
	width:500px;
	margin:0px;
	padding:0px;
	float:right;
}
#bottom {
	width:900px;
	margin:5px auto 25px;
	background-color: #fff;
	border:#999 solid 1px;
}
#media {
	width:350px;
	float:left;
	text-align:left;
	padding:30px 0 0 50px;
}
#copy {
	width:450px;
	float:right;
	padding:10px 25px;
	text-align:right;
	font-size:10px;
	line-height:10px;
	letter-spacing:.1em;
	color:#666;
}
.clear { clear:both; }
.div { clear:both; border-bottom:#eee solid 1px; margin: 25px 0px; }
a {
	color:#9A8419;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a.menu {
	color:#444;
	font-size:12px;
	padding:10px 20px;
	text-decoration:none;
}
a.menu:hover {
	color:#9A8419;
}
a.hmenu {
	color:#9A8419;
	font-size:11px;
	padding:0px 0px;
	text-decoration:none;
}
a.hmenu:hover {
	color:#666;
}
a.smenu {
	color:#666;
	padding:0px 0px;
	font-size:11px;
	line-height:48px;
	text-decoration:none;
}
a.smenu:hover {
	color:#9A8419;
}

h1 { 
	font-size:16px;
	line-height:26px;
	color:#512654;
}
h2 { 
	font-size:12px;
	line-height:18px;
	color:#512654;
}
h3 { 
	font-size:12px;
	line-height:18px;
	color:#9A8419;
}
h4 { 
	font-size:11px;
	font-weight:normal;
	letter-spacing: .025em;
	line-height:16px;
	color: #666;
}
img.cimg {
	border:#ddd solid 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
img.limg {
	border:#ddd solid 1px;
	margin: 0px 25px 25px 0px;
	padding: 0px;
	float:left;
}
img.rimg {
	border:#ddd solid 1px;
	margin: 0px 0px 25px 25px;
	padding: 0px;
	float:right;
}
