html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100%;
	color:#000000;
	font-weight : normal;
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:789px;	
}
#inner {
	position: relative;
	float:left;
	width:789px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:789px;
			
}

ul {
	font-size:100%;
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
p{
	margin-top:0px;
	padding-top:0px;
}
.underline {text-decoration: underline;}
/* Header
***********************************************/


#topnav {
	position: relative;
	float:left;
	width:789px;
	height:22px;
	padding-top:4px;
	font-size:80%;
	text-align:center;
	color:#98C5EA;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
}
#topnav a:link {color:#98C5EA;text-decoration: none;}
#topnav a:visited {color:#98C5EA;text-decoration: none;}
#topnav a:hover {color:#FFFFFF;text-decoration: none;}
#topnav a:active {color:#FFFFFF;text-decoration: none;}
.nolinktopnav {color:#FFFFFF;text-decoration:none;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:586px;
	padding-left:2px;
	
}
#mid {
	position: relative;
	float:left;
	width:556px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:18px;
}

#maintitle {
    position: relative;
	float:left;
	font-size:110%;font-weight:bold; color:#174670;
	width:556px;
	padding-bottom:5px;
}
.adverts {
	position: relative;
	float:left;
	width:556px;
	padding-left:20px;
}
.gal {
	position: relative;
	float:left;
	width:108px;
	padding-right:30px;
	padding-bottom:10px;
}
#right {
	position: relative;
	float:left;
	width:173px;
	padding-top:16px;
	padding-bottom:18px;
}
.rightbox{
	position: relative;
	float:left;
	width:153px;
	padding:10px;
	background-color : #082543;
	color:#FFFFFF;
	margin-top:2px;
}
.rbtitle {position: relative;	float:left;	width:153px;}
.rbtext {position: relative;	float:left;	width:153px;font-size:70%;}
.rblink a:link {text-decoration: none;	color:#98C5EA;font-size:70%;}
.rblink a:visited {text-decoration: none;	color:#98C5EA;font-size:70%;}
.rblink a:hover {text-decoration: none;	color:#FFFFFF;font-size:70%;}
.rblink a:active {text-decoration: none;	color:#FFFFFF;font-size:70%;}

a:link {text-decoration: none;	color:#1F5480;}
a:visited {text-decoration: none;	color:#1F5480;}
a:hover {text-decoration: underline;	color:#1F5480;}
a:active {text-decoration: none;	color:#1F5480;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#663300;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px;width:556px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #666666;text-decoration: none;}
#footer a:visited {color: #666666;text-decoration: none;}
#footer a:hover {color: #666666;text-decoration: underline;}
#footer a:active {color: #666666;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:789px;
	height:30px;
	font-size:70%;
	text-align:center;
	color: #666666;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:10px;
	
}

.red {
	color:#FF0000;
}

#error {
	position:relative;
	float:left;
	padding:10px;
}
/*CONTACT FORM******************************/
#contactform{position:relative;	float:left;}
.frmul{position:relative;	float:left; width:110px;text-align:right;}
.frmur{position:relative;	float:left;}
#formdetail{position:relative;float:left;padding:5px;margin-bottom:10px;}
.frmll{position:relative;float:left;width:105px;text-align:right;padding-right:5px;margin-top:2px;margin-bottom:2px;}
.frmlr{position:relative;float:left;margin-top:2px;margin-bottom:2px;}
input,select,textarea {	font-family: Arial, Helvetica, sans-serif;	padding-left:3px;	font-size:100%;}

/*NEWS FORMAT******************************/
.newsitem {	position:relative;	float:left;	width:556px;}
.newsleft {	position:relative;	float:left;	width:434px;}
.newstitle {position:relative;float:left;width:434px;font-weight:bold;}
.newstext {	position:relative;	float:left;	width:434px;}
.newsimage {position:relative;	float:left;	width:122px;padding-top:5px;}

/*******lwsvisible******************************/
.lwsvisible {
	width:1px;height:1px;visibility:hidden;line-height:1px;
}

/***POPUP Script*********************************/
#popcont{margin-left:auto;	margin-right:auto;	width:600px;}
#popinner{
	position:relative;
	float:left;
	background-image : url(../images/bg_popup.jpg);
	background-repeat : no-repeat;
}
#popcontent {
	position:relative;
	float:left;
	padding:20px;
	padding-top:180px;
	width:560px;
	padding-bottom:40px;
}
.bigred {
	font-size:120%;
	color:#AC3C38;
}
.underline {
	text-decoration : underline;
}