@charset "utf-8";
/* CSS Document */


/*ID TAGS*/

body
{
margin:0px; 
padding:0px;
background-image:url(img/oldlighthouse_1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:20px;
background-color:#99CCFF;
color:#000033;
}

table
{
width:570px;
border:thick;
}

td
{
border:medium;
}

#container
{
width:800px;
margin-left:20px;
}

#fullbodied
{
width:780px;
margin:10px;

}
#header
{
 width: 100%;  
 height: 100px;
}

#linkbar1
{

 width: 100%;
 height: 25px;
 color:#FFFFFF;
 background-color:#000033;
}

#linkbar1 ul
{
display:inline;
}

#linkbar1 ul li
{
display:inline;
margin-right:5px;
font-size:14px;
}

#linkbar1 ul li a
{
text-decoration:none;
color:#FFFFFF;
}

#linkbar1 ul li a:hover
{
text-decoration:none;
color:#999999;
}

#linkbar2
{
 width: 800px;
 height: 18px;
 background-color:#FFFFFF;
 color: #000066;
}

#linkbar2 ul
{
display:inline;
}

#linkbar2 ul li
{
display:inline;
margin-right:5px;
font-size:14px;
}

#linkbar2 ul li a
{
text-decoration:none;
color:#000066;
}

#linkbar2 ul li a:hover
{
text-decoration:none;
color:#333333;
}

#leftcolumn
{
float:left;
width:190px;
}

#leftcolumntext
{
margin:10px;
}

#rightcolumn
{
float:right;
width:590px;

}

#rightcolumntext
{
margin:10px;
}

#footer
{
clear:both;
 width: 100%;
 height: 65px;
 background-color:#000033;
 color:#FFFFFF;
}

#footertext
{
text-align:right;
color:#FFFFFF;
font-size:10px;
margin:10px;
margin-top:10px;
}

/*CLASSES*/

.heading
{
font-weight:bold;
text-align:center;
}

.centering
{
text-align:center;
margin:10px;
}

.redheading
{
color:#660000;
margin:15px;
text-align:center;
}

.noborder
{
border:none;
}

.bold
{
font-weight:bold;
margin:5px;
}

.boldcenter
{
font-weight:bold;
margin:10px;
text-align:center;
}

.alignleft
{
text-align:left;
}

.handscript
{
color:000033;
font-family:Script;
font-size:30px;
text-align:left;
}

.photos
{
margin:10px;
border:none;
}

.italics
{
font-style:italic;
}

.pbold
{
font-weight:bold;
}

.margins
{
margin:10px;
}

.clearfloat
{
clear:both;
}

