/* Endless Boating forums main css */
/* Written by Chris Wilton */

body {
color: #ECEFFB;
background-color: #ECEFFB;
scrollbar-track-color: #1D3E5F; 
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #ad0909; 
scrollbar-shadow-color: #B2B2B2;
scrollbar-darkshadow-color: #625E5E;
scrollbar-3dlight-color: #625E5E;
scrollbar-highlight-color: #ffffff;
 margin: 0 0 0 0;
/*background-image: url("http://endlessboating.com/images/sitewide/watergreylt.gif"); */
background-repeat: repeat;
}
/* This is the CSS for the website banners */
#head1 {
background-image: url('http://endlessboating.com/images/sitewide/endlessheaderback.jpg');
width: 100%;
height: 125px;
}
#head2 {
background-image: url('http://endlessboating.com/images/sitewide/headerbase6.jpg');
width: 100%;
height: 25px;
margin-top: 0px;
border-bottom: solid;
border-bottom-width: thin;
border-color: Silver;
} 
#logo {
float: left; /* to align the logo to the left */
margin-left: 0px;  /* place the logo within its container, head1 */
margin-top: 0px;
border: 0;
}
/* This is the end of the CSS for the website banners */
/* This is the beginning of the CSS for the enter link */
a.enter:link {
font-size: 27pt;
text-decoration: underline;
 border-color: #ECEFFB;
}
a.enter:visited {
color: #483d8b;
background-color: #eceffb;
text-decoration: underline;
 font-size: 27pt;
}
a.enter:hover {
color: Red;
font-size: 27pt;
text-decoration: underline;
background-color: #eceffb;
}
a.enter:active {
color: #8b0000;
font-size: 27pt;
text-decoration: underline;
background-color: #eceffb;
}
/* This is the end of the CSS for the enter link */
/* This is the CSS for the privacy link */
a.privacy:link {
font-size: 12pt;
color: #ffffff;
text-decoration: underline;
height: 48px; 
}
a.privacy:visited {
color: #FDF5E6;
font-size: 12pt;
text-decoration: underline;
}
a.privacy:hover {
color: Red;
font-size: 12pt;
text-decoration: underline;
}
a.privacy:active {
color: #8B0000;
font-size: 12pt;
text-decoration: underline;
}
/* This is the end of the CSS for the privacy link */
/* This is the beginning of the CSS for the horizontal rule */
#hr1 {
height: 20px;
background-color: #AD0909;
 color: #F8F8FF;
}
/* This is the end of the CSS for the horizontal rule */
/* This is the start of the footer code */
#footer {
	background-image: url('http://endlessboating.com/images/sitewide/water013.gif');
color: #E0E0F6;
font-size: 12pt;
}
#privacy {
	font-family: Verdana, "Times New Roman";
	color: Black;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 12px;
	border-color: #D1D1E1;
}