html, body{
	background: #222;
	margin:0;
	padding:0;
	padding-top: 5px;
	border:0;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}

img{
	margin:0;
	padding:0;
	border:0;
}

p{
	padding: 2px 15px;
	line-height: 1.6em;
	/*-moz-opacity:.25;opacity:.25;*/
}


li{
	list-style: bullet inside;
	color:#000;
	padding: 1px 5px;

	line-height: 1.6em;
}

table{
	border: 0;
	width: 90%;
}

td{
	width: 100px;
	padding: 10px;
}

td.title{
}

td.imagelinks{
	text-align: right;
	width: 400px;
	white-space: nowrap;
}

td.subtitle{
	padding: 10px;
	text-align: right;
}

ul{
	color: #000;
	//padding-top: 0px;
	//padding: 2px;
	
}

a:link{
	font-weight: bold;
	text-decoration: none;
	color: #e22;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #e22;
}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #a00;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #a00;
}


#page{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #fff url('/new/img/bottom.gif') bottom left no-repeat;
	color: #000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	

}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu{
	margin-top: 0px;
	background: #ee2525 url('/new/img/menubg2.gif')  center no-repeat;
	text-align: center;
	padding: 9px 0px 8px 0px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#content{
	padding: 10px 10px 10px 10px;
		border-left: 3px solid #000;
	border-right: 3px solid #000;
	visibility: hidden;

}
#menu a:link{
	color: #fff;
	padding: 9px 16px;
}

#menu a:visited{
	color: #fff;
	padding: 9px 16px;
}

#menu a:active{
	color: #a00;
	background: #fff;
	padding: 9px 16px;
}

#menu a:hover{
	color: #a00;
	background: #fff;
	padding: 9px 16px;
}

.title{
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	color: #844;
	text-align: center;
}

.subtitle{
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 0px;
}

.news_date{
	font-style: italic;
	font-size: 10px;
}

.news_title{
	font-size: 14px;
}

.news_text {
	font-size: 12px;
	color: #898989;
}

/*Everything from here on is just for those three columns on index.php*/
.colmask{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
	/* holy grail 3 column settings */
.holygrail{
	background:#fff;		/* Right column background colour */
}

.holygrail .colmid{
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;
}

.holygrail .colleft{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:500px;		 	/* Left column width + right column width */
	background:#fff;		/* Left column background colour */
	//border: 1px solid black;

}

.holygrail .col1wrap{
	float:left;
	width:50%;
	position:relative;
	right:300px;			/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
	

.holygrail .col1{
	margin:0 215px 0 315px;	 	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.holygrail .col2{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:270px;			/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;		 	/* Width of the left-had side padding on the left column */
}

.holygrail .col3{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;			/* Width of right column content (right column width minus left and right padding) */
	margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}