/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	padding-left: 0px;
	padding-top: 1;
	padding-right: 1;
	padding-bottom: 1;
	margin: 0;
}

/* general */
a {
	color:#555;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
blockquote {
	background:#ffffff;
	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 {
	color:#333333;
	background-image: url(image/head_bg_blue.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}



#header ul {
	list-style:none;
	position:absolute;
	top:159px;
	left: 65px;
	background-color: #336699;
	width: 172px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:500;
	height:20px;
	padding:5px;
	width:162px;
	text-decoration: none;
}
#header ul li a:hover {
	background:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
}

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

/* sidebar */
#sidebar {
	width:210px;
	position: absolute;
	left: 614px;
	top: 197px;
}
#sidebar h1 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #F1F1F1;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:10px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: 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;
}



/* links */
#sidelinks {
	width:172px;
	position: absolute;
	left: 65px;
	top: 490px;
	height: 86px;
}
#sidelinks h1 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #F1F1F1;
}
#sidelinks input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidelinks p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:10px;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#sidelinks p a.more {
	display:block;
	text-align:right;
}
#sidelinks ul {
	margin:10px;
}
#sidelinks ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
#sidelinks ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidelinks ul li a:hover {
	color:#000;
}




/* Main */
#main {
	float:right;
	width:356px;
	position: absolute;
	left: 249px;
	top: 202px;
	height: 66px;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

/* 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;
}
