* {
	padding:0;
	margin:0;	
	list-style:none;
	border:0;
}

body {
	background:#000;
}

#header {
	background: url(../images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#masthead	{
	width:600px;
	margin:0 auto;
	padding:4em 0 5.8em 19em;
	height:36px;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;
	z-index:0;
	width: 852px;
	left: 15px;
	top: 152px;
	height: 36px;
}
	/* MENU PANEL*/
	

#masthead ul li{float:left; font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#masthead ul li a{width:100px; height:36px; display:block; padding:0; color:#555; background: url(../images/button.gif); text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#masthead ul li a:hover{width:100px; height:36px; text-decoration:none; background: url(../images/button-hover.gif) no-repeat 0 0 #AEAEAE; color:#333333;}
#masthead ul li.active{width:100px; display:block; height:36px; background: url(../images/button-active.gif) no-repeat 0 0 #AEAEAE; color:#000; text-align:center; margin:0 1px 0 0;}


	
	


#masthead img {
	position:absolute;
	height:10em;
	width:15em;
	border:0.3em solid #FFF;
	left:12px;
	bottom:2em;
	outline:0.2em solid #000;
}

#main {
	background:#FFF url(../images/main.gif) repeat-x;
	width:100%;
	z-index:2;
	position:absolute;
	top: 189px;
}

#content {
	background:#FFF;
	width:72em;
	margin:0 auto;
	padding:2em;
}

#subContent {
	width:18em;	
	padding-left:2em;
	background: url(../images/green_vr.gif) repeat-y;
	float:right;
}

.article {
	width:49.5em;
	padding-bottom:6.5em;
	padding-right:2em;
	background: url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li {
	background: url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}



.comments {
	position:absolute;
	right:3em;
	bottom:3em;
	left: 732px;
	top: -64px;
	z-index: 1;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background:#000;
	height:20em;
	position:relative;
}

#footer ul {
	position:absolute;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:1px solid #CF0;
}

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;
	background:#000;
	margin-left:1em;
	height:5em;
	width:5em;
	border:5px solid #000;
	outline:0.1em solid #000;
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#090;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

blockquote {
	padding-left:1em;
	margin-left:1em;	
	color:#333;
	font-size:1.5em;
}

.article li {
	font-size:1.2em;
}

.minute li {
	font-size:1.2em;
}



.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size:1.3em;	
}

#subContent p {
	font-size:1.1em;	
}

#masthead p {
	color:#CF0;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}
/* colours for form fields*/
input {
 background-color: #ffffff;
 border-width:thin;
 border-style:groove;
 border-color:#FF9900
 
}
textarea {
 background-color: #ffffff;
 border-width:thin;
 border-style:groove;
 border-color:#FF9900
}
select {
 background-color: #ffffff;
 border-width:thin;
 border-style:groove;
 border-color:#FF9900
} 
 
 