/*
	Author	:	Christopher Robinson
	Email	:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:rgb(67,79,127);  /* #666; */
	font:0.75em/100% 'Trebuchet MS', Verdana, sans-serif; 
	/* font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; */
	line-height:1.4em;
}

/* general */
a {
	color:rgb(145,25,30);  /*  #9C0; */
	text-decoration:none;
}
a:hover {
	color:rgb(67,79,127); /* #555; */
	text-decoration:none;
}

/* header */
#header {
	background:#323232 url('../images/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color: rgb(145,25,30);  /* #fff; */
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:50px;
	line-height:100px;
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:50px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	border-right:1px solid rgb(100,100,100); /* #555; */
	float:right;
	height:50px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:10px 0 0;
	text-align:center;  font-weight: bold;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:rgb(60,70, 127);  /* #111; */
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
	background:#fff url('../images/background_content.jpg') center repeat-y;
	clear:both;
	width:100%;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	/* border-left:1px solid RGB(226,226,226);  #bbb; */
	clear:both;
	float:right;
	height:auto;
	line-height:150%; /* 175 */
	margin:5px 0;
	padding:0 10px;
	width:205px;  /* left margin of sidebar */
}
#content_inside_sidebar h2 {
	background:#fff;
	color:rgb(106,106,106);  /* #000; */
	font-size:110%;
	font-weight:bold;   /* 400; */
	padding:5px 0;
	text-align:left;
}
#content_inside_sidebar ul {
	/* letter-spacing:-1px; */
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	/* border-bottom:1px solid #e9e9e9; */
	display:block;
	padding:3px;
	text-align:right;
	width:200px;  /* 194 width of sidebar*/
}
#content_inside_sidebar ul li a:hover {
	background: RGB(250,250,250); /* #ddd; */
	color: rgb(67,79,127); /* #000; */
}
#content_inside_main {
	background:#fff;
	float:left;
	/* letter-spacing:-1px; */
	font-size:110%;
	line-height:175%;
	margin:0 auto;
	padding:10px;
	width:500px;  /* 559 */
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	color: rgb(145,25,30);  
	font-size:150%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main p {
	padding:0 0 10px;
}
#content_inside_main ul li {
	margin: 0 30px 0;
	padding:0 20px 0;
	list-style:bullet;
}

/* footer */
#footer {
	background:#323232 url('../images/background_footer.jpg') center repeat-y;
	clear:both;
	height:20px;
	width:100%;
}
#footer_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	height:20px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:20px;
	text-align:center;
}
#footer_inside a {
	color:rgb(186,186,186);  /*  #9C0; */
	text-decoration:none;
}
#footer_inside a:hover {
	color:rgb(252,252,252); /* #555; */
	text-decoration:none;
}