/*********************************************************
* NORWICH POWER SQUADRONS
* SITENAME.COM
* (c) 2007, All Rights Reserved.
*********************************************************/


/********************************************************* 
Stylesheet developed by MyWebDept (Laubacher Multimedia)
http://mywebdept.com
*********************************************************/
 
/********************************************************************************************
BODY ***
********************************************************************************************/

body {
	margin: 0;
	padding: 0;
	background:url(../images/gifs/body_BG.gif) repeat-x;
	background-color:#16175a;
}

/********************************************************************************************
WRAPPER, HEADER, CONTAINER STYLES ***
********************************************************************************************/

#wrapper {
	width:774px;
	margin:auto;
	padding:0px;
	display:table;
}

#header {
	width:774px;
	height:219px;
}

#maincontainer {
	margin:auto;
	padding:0px;
	background:url(../images/jpegs/wrapper_repeat.jpg) repeat-y;
	display:table;
}

#bodywrapper {
	width:736px;
	display:table;
	margin:0px 19px 0px 19px;
	padding:0px;
}

/********************************************************************************************
LEFT COLUMN STYLES ***
********************************************************************************************/
	
#leftcolumn {
	margin:0px;
	padding:0px;
	width:190px;
	float:left;
}

#navwrapper {
	width:190px;
	margin:0px;
	padding:0px;	
}

#newsletter {
	margin:0px;
	padding:0px;
}

#boatinfo {
	margin:0px;
	padding:0px;
}


#commander {
	margin:0px;
	padding:0px;
}

#contact {
	margin:0px;
	padding:0px;
}


/********************************************************************************************
INTRO STYLES ***
********************************************************************************************/

#intro {
	background:#ffffcc;
	width:534px;
	float:left;
	display:table;
	margin:0px 0px 0px 12px;
	padding:0px;
}

/********************************************************************************************
FOOTER STYLES ***
********************************************************************************************/

#footer {
	clear:both;!important 
	width:774px;
	height:100px;
	margin:0px;
	padding:15px 5px 0px 5px;
	background:url(../images/jpegs/footer_BG.jpg) no-repeat top;
	background-color:transparent;
}

#footer p {
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	margin:0px;
	padding:0px 0px 5px 5px;
	color:#ffffcc;
}

#footer a:link, #footer a:visited, #footer a:active{
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	color:#ffffcc;
	text-decoration:none;
}

#footer a:hover{
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	color:#ffffcc;
	text-decoration:underline;
}

#bottomcontact {
	text-align:right;
	width:300px;
	float:right;
}

#bottomcontact h1 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#ffffcc;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	padding:5px 0 0 0;
	margin:0px;
}	

#bottomcontact p {
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	margin:0px;
	padding:0px 0px 5px 5px;
	color:#ffffcc;
}

#bottomcontact a:link, #bottomcontact a:visited, #bottomcontact a:active{
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	color:#ffffcc;
	text-decoration:none;
}

#bottomcontact a:hover{
	font:12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:normal;
	line-height:normal;
	color:#ffffcc;
	text-decoration:underline;
}

/********************************************************************************************
H1, H2, H3, P, MISC... STYLES ***
********************************************************************************************/

img {
	border:none;
	margin:0px;
	padding:0px;
}

h1 {
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	padding:10px 0px 2px 0px;
	margin:0px;
}

h2 {
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	padding:6px 0px 2px 0px;
	margin:0px;
}

h3 {
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#ab0a0a;
	line-height:normal;
	letter-spacing:normal;
	padding:2px 0px 2px 5px;
	margin:0px;
}

p {
	font:12px Arial;
	color:#000000;
	line-height:1.6em;
	letter-spacing:normal;
	padding:9px 10px 2px 0px;
	margin:0px;
}

a:link,a:visited,a:active {
	font:12px Arial;
	color:#990000;
	line-height:1.6em;
	letter-spacing:normal;
	margin:0px;
	text-decoration:underline;
}

a:hover {
	font:12px Arial;
	color:#000099;
	line-height:1.6em;
	letter-spacing:normal;
	margin:0px;
	text-decoration:none;
}