/* general */
a {
	color:#3C6380;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
.bold {
	color:#666;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
	font-size: 24px;
	font-weight: 400;
}
blockquote {
	background:#E1E1E1;
	color:#9BBBE1;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	color:#000;
	font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	background-color: #fff;
	background-image: url(image/background_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* header */
#header {
	background:#99CCFF url(image/back_5.jpg);
	height:350px;
	position:relative;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
	background-color: #669933;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:102px;
	left: 5px;
	width: 84px;
}
#header ul li {
	list-style:none;
	font-size: 12px;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:4px;
	width:75px;
	border-left-color: #333333;
	border-left-style: none;
}
#header ul li a:hover {
	color:#eee;
	text-decoration:none;
	background-color: #000;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	background-color: #999999;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
	background-color: #999999;
} 

/* sidebar */
#sidebar {
	float:left;
	width:170px;
	background-color: #999999;
}
#sidebar h1 {
	border-bottom:2px solid #E2E2E2;
	color:#444;
	font-size:18px;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#FFFFFF;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#D8D8D8;
	color:#555;
	display:block;
	font-size:10px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	font-weight: normal;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:right;
	width:550px;
	background-color: #FFFFFF;
	border: 6;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
	font-size: 12px;
}
#main:more {
	display:block;
	text-align:right;
	color: #003333;
	}
	
#main h1 {
	border-bottom:2px solid #666666;
	color:#444;
	font-size:16px;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

#main h5 {
	border-bottom:#666666;
	color:#151515;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:0 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#main h6 {
	border-bottom:#666666;
	color:#737373;
	font-size:12px;
	font-weight:400;
	line-height:normal;
	padding:0 10px;
}

#main a:hover {
	color:#4F4F4F;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #7534aa;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
