/* ----------------------------------------- */
/* Brighton Sailing Club WEB site style sheet   */
/* Author: Roger Barnacle                            */
/* Brighton Sailing Club WEB site style sheet   */
/* -----------------------------------------*/

body
{
	background-color: #ffffff;
            /* background-color:#eeeff0;*/
	
	margin-top: 1px;
	margin-bottom: 1%;
	padding: 0;
	
	font-family: verdana;
	font-size:75%;   /*12px; */
	color: #707070;
        min-width:1024px;
}

#wrapper{

        width: 100%;
        margin-left:auto;
	margin-right: auto;
	background-color:#ffffff;
	
}

h1
{
	color: #54779d;
	text-align: center;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	font-size: 2.0em;     /* 24px; */
}

h2
{
	color: #54779d;
	font-weight: bold;
	font-style: italic;
	font-size: 1.65em;     /* 20px; */
}

h3
{
	color: #000000;
	font-size: 1.16em;    /*  14px;  */
	text-align: center;
}

h4
{
	color: #000000;
	font-size: 1.0em;    /*  12px;  */
	text-align: center;
}

div.heading
{
	color: #54779d;
	font-style: italic;
	font-weight: bold;
	font-size: 2.5em;   
        position:relative; 
        top:100px; 
        width:380px;
        float:left
}

#headingAddress
{
    width:220px;
    position:relative;
    margin-right:2%;
    margin-top:0px;
    float:right;
}

h6
{
	color: #ffffff;
	font-size: 3em;    /*  14px;  */
	
	font-weight:bold;
	text-align:center;
}

table.BSC
{
	/*border: ridge 4px; */
	/*border-color: #d1d2d3; */
	border-width: 1px;  
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 80%;
#d1d2d3
}

tr.BSCAlt
{
	background-color: #CCFFFF;
}


div.Links
{
	float: left;
	width: 70px;
	margin: 1% 1% 1% 1%;%;
 }


div.LinksRight
{
	float: right;
	width: 70px;
	margin: 1% 1% 1% 1%;

}


img.Links
{
	width: 70px;
             border:0px;
}

/* image style used in News, For Sale page etc */
img.Left
{
margin : 10px;
	height: 200px;
	width: 200px;
	float: left;
}

img.Right
{
margin : 10px;
	height: 200px;
	width: 200px;
	float: right;
}

/* style the frame for the Gallery pages */
iframe.Gallery
{
	marginwidth: 1%;
	marginheight: 1%;
	height: 900px;
	width: 80%;
}

#Notice
{	border: 1px solid #64b4ff;
             background-image:url(../Images/NoticeTopper.jpg);
             background-repeat:no-repeat;
             width:230px;
             font-size:0.8em;   /*10px; */
              color:#54779d;
float:right;
   
   
}
