html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
}

#wrapper {
	margin: auto;
	width: 712px;
	font-size: 80%;	
}

#header {
	background-image: url(../images/frenetic_head.jpg);
	background-position:center;
	background-color:#000000;
	background-repeat: no-repeat;
	margin-top:-1px;
	height: 90px;
}

#strap {
	background-image: url(../images/fn_strap.jpg);
	background-position:center;
	background-color:#000000;
	background-repeat: no-repeat;
	height: 146px;
	padding-top:15px;
	
}

#innerwrapper {
	background-color:#000000;
	
}

#leftcol {
	float: left;
	width: 122px;
	margin-left: 10px;
	
}

#leftcol ul {
	list-style-type: none;
	
}

#leftcol ul li {
	border: 1px solid #FFF;
	width: 120px;
	background-color:#660000;
	margin-bottom: 2px;
	
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 0 2px 2px;
	
	
}



#leftcol li a:hover, #leftcol li a:focus {
	background-color:#FFF;
	color: #000; 
}

#content {
	width: 530px;
	margin-left: 140px;
}

#content a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 2px 2px;
	
}

#content a:hover, #content a:focus {
	background-color: #fff;
	border: 1px solid #000;
	color: #000; 
}


#gallery{ 
	text-align:center;
	padding: 5px 5px 5px 5px;
}

#gallery a {
	
	border: 1px solid #000;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	
}

#gallery a:hover, #gallery a:focus {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF; 
}

#content h1 {
	font-size: 150%;
	padding: 10px 0px 10px 0px;
}
#content h2 {
	font-size: 130%;
	padding: 10px 0 0 0;
}
#content h3 {
	font-size: 110%;
	padding: 10px 0 0 10px;
}





#leftcol h2 {
	font-size: 110%;
	color: #FFFFFF;
	padding: 3px 5px 3px 0 ;
	margin-top: 5px;
	font-weight:normal;
	
}



#leftcol h3 {
	font-size: 90%;
	color: #FFFFFF;
	text-align:center;
	margin: 0px;
	font-weight:normal;

}



#leftcol h3 a:hover, #leftcol h3 a:focus {
	text-decoration: none; 
	padding: 3px;
	border: 1px solid #fff;	
	background-color: #204658;
	color: #fff; 
	
}

#leftcol h3  a {
	text-decoration: none; 
	padding: 3px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	display:block;
	color: #fff; 
}


#content p {
	margin: 10px 0px 0 10px;
	line-height: 125%;
	
}

#footer {
	background-color:#000;
	height: 49px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: right;
	clear: both;
	color: #fff;
	font-weight:600;
	padding: 10px 30px 0 0;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}

.right {
	float: right;
	border: 1px solid #000;
	margin: 0px 10px 2px 5px;
	padding-left: 0px;
}

.leftTitle {
	float: left;
	border: 1px solid #000;
	margin: -5px 5px 2px 0;
}



#contactus {
	float: right;
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;

}

#contactus a:hover, #contactus a:focus {
	
	background-color: #fff;
	color: #000; 
}

#contactus a {
	
	text-decoration: none;
	background-color: #660000;
	color: #FFFFFF;	
	
}


#viewgallery {
	float: left;
	display:block;
	border: 1px solid #fff;
	text-align:center;
	background-color:#660000;
	padding: 6px;
	text-decoration: none;
	font-weight:600;
	
}

#viewgallery a:hover, #viewgallery a:focus {
	background-color:#660000;
	border: 0 ;
	color: #FFF;
	text-decoration:underline;

}

#viewgallery a {
	color: #fff;
}


#index {
	text-align:center;
	font-weight:600; 
	
}

#index a:hover, #index a:focus {
		background-color:#000;
		color:#FFFF00;
		padding: 4px 0px 4px 0px;
		margin: 0;
	
}

#index a {
		color: #fff; 
		padding: 4px 0px 4px 0px;
				margin: 0;
}




/********* Begin styling the form ****************/


#content form{
	margin: 10px 30px 0 0px; /*Sets the margins on the form - bottom  is zero feel free to change as required*/
	
}

#content fieldset fieldset{
	padding: 0; /*zero the padding on the nested fieldset*/
	border: none; /*remove the borders*/

} 

#content fieldset{
	margin: 0;/*zero off any existing margine*/
	border: none;/*remove the default borders*/
	padding: 5px 5px 20px 20px;/*give a little "air" inside the parent fieldset*/
}


.labelfloat{
	float: right;/*float the textarea's label and the textarea within it*/
	padding-top: 20px;/*set a top padding to align it*/
}

#content label{
 color: #FFF;/*set the label text colour*/
}

#newsedit{ 
 font-size:40%;

}












