/* general */
.noprint {display:none;}

a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff url('image/background_body copy.jpg') repeat-x top;
	color:#666;
	font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('image/background_header copy.jpg') no-repeat;
	height:320px;
	margin:-8px auto;
	position:relative;
	width:auto;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#000;
	font-size:60px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:1.3em;
	position:absolute;
	right:20px;
	font-family: Georgia;
	font-weight:bold;
	letter-spacing: 1px;
}
/* content */
#content {
	height:auto;
	margin:-10px auto;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
#sidebar h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar ul {
	margin:5px;
}
#sidebar ul li {
	border-bottom:1px solid #b484da;
	width:160px;
	list-style:none;
	padding:10px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Georgia;
	padding:5px;
	text-decoration:none;
}
/* Main */
#main {
	float:right;
	width:550px;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main p a.more {
	display:none;
}
#main h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main ul {
	margin:16px 0 16px 50px;
}
#main ul li {
	list-style-type:circle;
	list-style-position:inside;
	text-indent: -16px;
	padding-bottom:14px;
}
#main a {
	color:#b484da;
	text-decoration:none;
	letter-spacing:-1px;
	margin: 0 6px 0 9px;
}
#main a:hover {
	color:#666;
	text-decoration:underline;
}
/* footer */
#footer {
	margin:10px auto;
}
#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;
}