/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}/* general */
a {
	color:#b484da;
    font-weight:600;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f5edfa;
	border-left:2px solid #7534aa;
	color:#222;
	display:block;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
strong {
    color:#5f4295;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}/* body */
body {
	background:#fff url('image/background_body.jpg') repeat-x top;
	color:#222;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}/* header */
#header {
	background:url('image/background_header.jpg') no-repeat;
	height:320px;
	width:760px;
	margin:0 auto;
	position:relative;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:32px;
	font-weight:400;
	left:0 auto;
	letter-spacing:-1px;
	position:absolute;
	top:28px;
}
#header p {
	color:#fff;
	font-size:1.5em;
    font-weight:550;
	position:absolute;
	left:257px;
    top:260px;
}
#header p.lilac {
	color:#ccccff;
	font-size:1.5em;
	position:absolute;
	top:230px;
	left:257px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:600;
	height:13px;
	padding:7px;
	width:190px;
}
#header ul li a:hover {
	background:#b484da;
	color:#fff;
	text-decoration:none;
}/* content */
#content {
	height:auto;
	margin:20px auto;
	width:760px;
	position:relative;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}/* sidebar */
#sidebar {
	float:left;
	width:190px;
}
#sidebartop {
	background: url('image/sidebar1.jpg');
	background-repeat: no-repeat;
	height:295px;
}
#sidebar h1 {
	border-bottom:2px solid #7534aa;
	color:#666;
	font-size:170%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:15px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#fff;
	color:#666;
	display:block;
	font-size:115%;
	line-height:22px;
	margin:10px 0;
	padding:5px;
}
#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:#666;
	display:block;
    font-size:105%;
	line-height:22px;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}/* Main */
#main {
	float:right;
	width:520px;
}
#main p {
	color:#222;
	font-size:115%;
	line-height:20px;
	padding:10px;
}
#main h1 {
	color:#368000;
	font-size:140%;
	font-weight:600;
	line-height:24px;
	padding:15px 8px 15px;
}
#main h3 {
	color:#444;
	font-size:130%;
	font-weight:600;
	line-height:24px;
	padding:20px 8px 20px;
}
#main h4 {
	color:#368000;
	font-size:140%;
	font-weight:600;
	line-height:24px;
	padding:15px 10px 3px 10px;
}
#main h5 {
	font-size:150%;
	font-weight:600;
    line-height:20px;
    padding:10px;
}
#main form {
	width:400px; 
	height:700px; 
	background:#f5edfa; 
	color:#666; 
	position:relative; 
	font-size:12px;
	border:1px solid #666; 
	margin:0 0 0 0; 
	padding:20px 30px 20px 30px;
}
#main form label {
	width:120px; 
	height:30px; 
	display:block; 
	float:left; 
	font:11px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#666;
	text-align:left;
	padding: 0 0 0 20px; 
	margin:9px 0 0;
	font-weight:600;
}
#main form input.button {
	width:70px; 
	height:40px; 
	display:block; 
	position:relative;
	background:#ffffff;
	border:1px solid #666;
	margin:20px 70px 0; 
	font:14px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#7534aa;
	font-weight:500;
	line-height:24px;
	text-align:center; 
	padding:0;
}
#main ul {
	background:#fff; 
	color:#222;
	display:block;
	font-size:110%;
	font-weight:300;
	line-height:18px;
	margin:0 0 0 10px;
	padding:0 10px 0 10px;
}
#main ul li {
	list-style:disc outside;
	padding:3px 3px;
}/* second */
#second {
	float:right;
	width:520px;
}
#second p {
	color:#222;
	font-size:110%;
	line-height:20px;
	padding:10px;
}
#second form {
	width:400px; 
	height:140px; 
	background:#f5edfa; 
	color:#666; 
	position:relative; 
	font-size:12px;
	border:1px solid #666; 
	margin:0 0 0 0; 
	padding:20px 10px 10px 10px;
}
#second form input.button {
	height:30px;
	display:block; 
	position:relative;
	background:#ffffff;
	border:1px solid #666;
	margin:15px 15px 15px 15px; 
	font:14px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#7534aa;
	font-weight:500;
	line-height:24px;
	text-align:center; 
	padding:0;
}/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p { 
   color: #555;
   font-size: 90%;
   line-height: 20px;
   text-align: center; 
   border-top:2px solid #7534aa;
   padding: 10px
}
