@charset "utf-8";
/* CSS Document */
.title_text {
	font-size: 44px;
        font-family: Georgia;
	color: #e1ed16;}
.body_text {
	font-size: 1.0em;
	font-family: verdana;
	color: #000000;}
.heading1_text {
	font-size: 1.2em;
	font-family: verdana;
	color: #000000;}
.footer_text {
	font-size: 0.9em;
	font-family: verdana;
	color: #000000;}
.footer_text a {
	font-size: 0.9em;
	font-family: verdana;
	color: #000000;}
.footer_text visited {
	font-size: 0.9em;
	font-family: verdana;
	color: #FF0000;}
.nav_text {
	font-size: 1em;
	font-family: verdana;
	color: #FFFFFF;
	text-decoration:none;}
.nav_text a {
	font-size: 1em;
	font-family: verdana;
	color:#FFFFFF;
	text-decoration:none;}
	
.nav_text1 {
	font-size: 0.9em;
	font-family: verdana;
	color: #000000;
	text-decoration:none;}
.nav_text1 a {
	font-size: 0.9em;
	font-family: verdana;
	color:#000000;
	text-decoration:none;}
#centre{}
#body{
	width:1024px;
	height:500px}
#logo{
	width:62px;
	height:120px;
	float: left;
        margin-top: 5px;
	padding-left:5px;
	position:relative;}
#header{
	width:1004px;
        margin-top: 4px;
	height:123px;
	float: right;
	padding:10px;
	position:relative;
	background-image:url('http://www.gwocni.co.uk/phpBB3/styles/prosilver/theme/images/bg_header.gif');
        background-color: #12A3EB;
        background-repeat:repeat-x;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;}
#title{
    padding-left: 0px;
    padding-top: 10px;
}
#nav{
	padding-top:10px;
	width:180px;
	height:auto;
	float:left;
	background-color:#234D7F;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;}
/*#nav a:link {width:120px; border-radius: 5px; margin-right: 5px; border-style: solid; border-width : 2px 2px 2px 2px; border-color : #000 #000 #000 #000; padding:5px; color: white; text-decoration: none; background:#0066cc; padding:7px;}
#nav a:visited {width:120px; moz-border-radius: 5px; margin-right: 5px; border-width : 2px 2px 2px 2px; border-color : #000 #000 #000 #000; padding:5px; color: white; text-decoration: none; background:#0066cc; padding:7px;}
#nav a:active {width:120px; border-radius: 5px; margin-right: 5px; border-width : 2px 2px 2px 2px; border-color : #000 #000 #000 #000; padding:5px; color: white; text-decoration: none; background:#0066cc; padding:7px;}
#nav a:hover {width:120px; border-radius: 5px; margin-right: 5px; border-width : 2px 2px 2px 2px; border-color : #000 #000 #000 #000; padding:5px; color: white; text-decoration: underline; background:#0066cc; padding:7px;}*/

.nav_button {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #3866a3;
	/*padding:9px 38px;*/
        width: 150px;
        height: 25px;
        padding-top: 8px;
        margin-top: 3px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
	background-color:#63b8ee;
	color:#14396a;
	display:inline-block;
	text-shadow:1px 1px 0px #7cacde;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}.nav_button:hover {
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	background:-ms-linear-gradient( top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee) );
	background-color:#468ccf;
}.nav_button:active {
	position:relative;
	top:1px;
}



#nav_bg{
	padding-top:0px;
	width:1024px;
	height:auto;
        margin-top: 5px;
	float:left;
	background-color:#234D7F;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;}
#mainarea{
	width:824px;
	background-color:#d4dce6;
	float:right;
	padding:10px;
	position:relative;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:0 8px 8px 0;}
#footer{ 	
	float:right;
	width:1024px;
        height:30px;
        margin-top: 5px;
        padding-top: 8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
	background-color:#81a8d9;}
