﻿body
{
width:900px;
margin:auto;
position:relative;
background-color:#000;
color:#fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11pt;
}

a:link
{
    color:#fff;
    text-decoration:underline;
}

a:visited
{
    color:#fff;
    text-decoration:underline;
}

a:hover
{
	color:#FF0000;
	text-decoration:none;
}

h1
{
	font-size:1.5em;
	color:#333333;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

p
{
    margin:0 0 1em 0;
}

img
{
	border:none;
}

li.normal
{
}
.text-dkgray {
	color: #333333;
}

.italics
{
	font-style:italic;
}

.largeitalics
{
	font-style:italic;
	font-size:12pt;
}

.small
{
	font-size:8pt;
}

.center
{
	text-align:center;
}

.title
{
    font-size:13pt;
    font-weight:bold;
	font-style:italic;
}

.small
{
    font-size:9pt;
}

#navigation
{
    background-image:url(images/navigation.jpg);
    width:900px;
    height:52px;
}

#mainbg
{
    background-image:url(images/mainbg.jpg);
    width:900px;
    float:left;
}

#left-content
{
	padding:15px 15px 10px 15px;
	float: left;
	width:450px;
	color: #333333;
}

#right-content
{
    padding:15px 15px 10px 15px;
    float:right;
    width:370px;
}

#blog
{
    float:left;
	background-image:url(images/mainbg.jpg);
    width:900px;
	height: 500px;
	padding: 0px 0px 0px 0px;
}

#slideshow
{
    float:left;
    width:488px;
	height:255px;
	background-image:url(images/grandopening3.gif)
}

#signup
{
    float:right;
    width:412px;
}

#calendar
{
	padding:10px 25px 25px 15px;
}

#photos
{
	padding:10px 25px 25px 35px;
}

#footerbg
{
    background-image:url(images/footer_2.jpg);
    float:left;
    width:900px;
    height:125px;
}

#footer-left
{
    float:right;
    width:700px;
    padding:0px 25px 0px 0px;
}

#footer-right
{
    float:right;
    width:200px;
    padding:20px 10px 0 0;
}

.float-left
{
    padding:15px 15px 10px 15px;
    float:left;
    width:450px;
}

.float-right
{
    float:right;
    width:412px;
}
