/*
		Author	:	Christopher Robinson
		Email		:	christopher@edg3.co.uk
		Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}
.left {
	float:left;
	padding:0 10px 0 0;
}
.right {
	float:right;
	padding:0 0 0 10px;
}
a {
	color:#01a5ec;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
p {
	padding:0 0 10px;
}

/* body */
body {	
	color:#666;
	font:12px "Trebuchet ms", Helvetica, sans-serif;
	width:100%; background:#0070b8 url('image/background_body.jpg') center repeat-y;
}
#box{ width:100%; background:#0070b8 url('image/background_body.jpg') center repeat-y;}
/* header */
div#mainbox{ width:548px; margin:0 auto; position:relative; left:50%; margin-left:-274px;}
#header {
	background:#0070b8 url('image/background_header.jpg') center no-repeat;
	height:100px;
	margin:0 auto;
	width:548px;
}
#header h1 a{
	color:#fff;
	display:block;
	font:36px "Trebuchet MS",Verdana,sans-serif;
	padding:50px 0 0 25px;
}
#header h1 span {
	color:#01a5ec;
}
/* adsens */
#had{ width:548px; height:15px; margin:0 auto;}
#had .adsenstop{ width:468px; height:15px; margin-left:40px;}

/* content */
#content {
	margin:0 auto;
	width:550px;
	height:100%;
}
#content h1 {
	color:#01a5ec;
	font:23px Verdana,sans-serif;
	margin:15px 0 5px 0;
}
#main {
	float:left;
	padding:5px 10px 0 15px;
	width:335px;
}
#main img{ width:335px; height:320px;}
#main p{ text-align:justify;}

#sidebar {
	width:160px;
	float:right;
	padding:15px;
}
#sidebar .navigation {
	list-style:none;
}
#sidebar .navigation li {
	list-style:none;
}
#sidebar .navigation li a {
	border-bottom:1px solid #ddd;
	color:#4e4b44;
	display:block;
	padding:9px 5px;
	width:150px;
}
#sidebar .navigation li a.active {
	color:#333;
	font-weight:bold;
}
#sidebar .navigation li a:hover {
	color:#666;
}
#sidebar h1 {
	color:#908a7e;
	font:18px "Trebuchet MS",Verdana,sans-serif;
	margin:5px 0 5px 0;
}
#sidebar li {
	list-style:none;
	margin:8px 0 0;
}
#sidebar .adsens{ width:160px; padding-top:20px;}

/* footer */
#footer {
	background:#0070b8 url('image/background_footer.jpg') center no-repeat;
	clear:both;
	height:50px;
	margin:0 auto;
	text-align:center;
	width:548px;
}
#footer p {
	color:#666;
	line-height:18px;
	padding:7px 0 0
}