/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:	#6495ED;
	text-decoration:none;
}
a:hover {
	color:#888;
	text-decoration:none;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #6495ED;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 10px 10px;
	padding:0 0 0 10px;
}
blockquote pre { font-size: 1.2em; }
.left {
	float:left;
	margin:0 10px 0 0;
}
img.left {
	border: 1px solid #000;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

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

/* header */
#header {
	background:url('image/tower.jpg');
	height:280px;
	margin:0 auto;
	position:relative;
	width:760px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:1px;
	position:absolute;
	top:40px;
}
#header h1 a { color:#000;}
#header p {
	bottom:25px;
	color:#000;
	font-size:2em;
	position:absolute;
	right:20px;
	font-variant: small-caps;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#000;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
  margin-left: 2px;
}
#header ul li a.active { background: #f0f0f0; color: #000; border-left: 2px solid #444; margin-left: 0;}
#header ul li a:hover {
	background:#444;
	color:#eee;
	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 {
	float:left;
	width:210px;
}
#sidebar h1 {
	/*border-bottom:2px solid #00008B;*/
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px 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:#888;
}

/* Main */
#main {
	float:right;
	width:500px;
    padding-left: 20px;
    border-left: 1px solid #888888;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main .imglist{
	color:#555;
	line-height:20px;
	padding:10px;
	margin:10px;
	min-height:100px;
	background: #eee;
}
#main h1 {
	/*border-bottom:2px solid #00008B;*/
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:300px;
}

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

