@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#e6e6e6 url(_images/bg.gif) top left repeat-x;
}
a {
	color:#66F;	
}
a img {
	border:none;
}
h1 {
	font-size:18px;
	color:#900;
}
h2 {
	font-size:14px;
	color:#621E1E;
}
p {
	
}
#container {
	width:900px;
	margin:0 auto;
}
#logo {
	float:left;
	width:534px;
	height:83px;
}
#nav {
	width:100%;
	margin-top:12px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	float:left;
	padding-left:16px;
	margin:0;
}
#nav a {
	color:#CCC;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	text-decoration:underline;
	color:#C8A6A6;
}
#content_top {
	width:100%;
	height:11px;
	background-color:#efefef;
	margin-top:12px;
}
#content_tl {
	width:11px;
	height:11px;
	float:left;
	background:url(_images/container_tl.gif) no-repeat;
}
#content_tr {
	width:11px;
	height:11px;
	float:right;
	background:url(_images/container_tr.gif) no-repeat;
}
#content {
	width:100%;
	background-color:#efefef;
	padding-bottom:30px;
}
#content_left {
	float:left;
	padding-left:20px;
	width:240px;
}
#content_right {
	float:left;
	padding-left:20px;
	width:620px;
}

