body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #06254F;
	background-color:#E9E9E9;
	font-weight: normal;
}

a{
	color:  #ff6600;
	text-decoration: none;
}

a:hover{
	color:  #ff6600;
	text-decoration:underline;
}

img {
	border:none;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:400 ;
	color: #06254F;
	
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #06254F;
	
}



/*--------------------------------------------------------------*/
/* classes */

.newsticker {
	list-style-type: none;
	margin: 0;
	padding: 3px;

}

.gallery{ border: 1px solid #000}
/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	width: 798px;
	padding-left:21px;
	padding-right:21px;
	height: 636px;
	margin:0 auto;
	text-align: left;
	background: url(../images/background.jpg) no-repeat;
}

#header {
	float:left;
	width:798px;
	height:102px;

}

#menu{
	float:left;
	width:601px;
	padding-left:197px;
	height:29px;
}

/* menu contents */
#menu ul {
  padding:0; 
  margin:0; 
  list-style:none;
  float:left;

}

#menu li{
	display:inline;
	float:left;
}

#divider {
	float:left;
	width:798px;
	height:10px;

}

#contentwrapper{
	float:left;
	width:798px;
	height:353px;
}

#leftcol{
	float:left;
	width:200px;
	height:353px;
}

#nav{
	float:left;
	width:200px;
	height:353px;
}


/* nav contents */
#nav ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#nav li{
	float:left;
}

#nav li a{
	display: block;

}

#rightcol{
	float:left;
	width:598px;
	height:353px;
	background: url(../images/centre_background.jpg) no-repeat;
}

#mainpic{
	float:left;
	width:598px;
	height:165px;
}

#news{
	width:343px;
	padding:5px;
	color:#fff;
	font-size:120%;
	background:url(../images/news_trans.gif) repeat;
	/*background:url(../images/news_trans.png) repeat;*/
	float:left;
}

#newsbutton{
	height:20px;
	margin-right:10px;
	padding-top:5px;
	float:right;
	background:url(../images/news_trans.gif) repeat;
	/*background:url(../images/news_trans.png) repeat;*/
	color:#fff;
	text-align:right;
	font-size:90%;
	width:25%;
}

#newsbutton a{
	 text-decoration:none;
	 color:#fff;
}

#news a{
	color:#fff;
	
}

#maincontent{
	float:left;
	width:583px;
	height:178px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
}

#maincontentnopic{
	float:left;
	width:583px;
	height:338px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
}

#maintext{
	width:573px;
	height:178px;
	padding-right:10px;
	overflow:auto;
	float:left;
}

#lefttext{
	width:400px;
	float:left;
}

#logotext{
	width:125px;
	padding-left:20px;
	float:left;
}

#maintextnopic{
	width:573px;
	height:338px;
	padding-right:10px;
	overflow:auto;
	float:left;
}

.link{
	width:573px;
	float:left;
	padding-bottom:15px;
}

.link-image{
	width:150px;
	float:left;
}

.link-text{
	width:400px;
	padding-top:8px;
	float:left;
}


#homepic{
	height:353px;
	width:353px;
	float:left;
}

#homecontent{
	height:318px;
	width:225px;
	padding-top:25px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#hometext{
	width:210px;
	height:318px;
	padding-right:10px;
	overflow:auto;
	float:left;
}

#hometext2{
	width:210px;
	height:318px;
	padding-right:10px;
	overflow:auto;
	float:left;
}

#boxes{
	float:left;
	width:798px;
	height:83px;

}

#boxes ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#boxes li{
	display:inline;
	float:left;
}

#footer{
 	font-size:10px;
	float:left;
	height:21px;
	width:798px;
	color:#666666;
	padding-top:10px;
}

#footer a{
	color:#666666;
}

#copyright{
	float:left;
	width:415px;
	padding-left:10px;
}

#footermenu{
	float:left;
	width:258px;
	text-align:right;
	padding-right:15px;
}

#mayfin{
	float:left;
	width:798px;
	text-align:right;
	padding-top:13px;
	height:15px;
}

/*--------------------------------------------------------------*/
/* contact form contents */


.row {
  clear: both;
  padding-top: 2px;
  }

.row label {
  float: left;
  width: 75px;
  text-align: left;
}

.row input{
	

}

.row textarea{

}

.save{
	float:right;
	margin-right:8px;
	margin-top:5px;
}		

/*--------------------------------------------------------------*/
/* pagination */

/*--------------------------------------------------------------*/
/* pagination */

#news-records{
	width:550px;
	float:left;
}
#news-records #previous{
	width:100px;
	float:left;
}
#news-records #pages{
	width:350px;
	float:left;
	text-align:center;
}
#news-records #next{
	width:100px;
	float:left;
	text-align:right;
}

 
