body 
{
	background: #990000;
	color: #fff;


}


#container
{
	background: #990000;
	color: #fff;
	margin-left: 5%;
}

#header
{
	background: transparent url(flipbanner4.jpg) no-repeat center;
	position: absolute;
	top: 5px;
	left: 4px;
	margin-bottom: 30px;
	border: 3px solid black;
	color: #000;
	height: 180px;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#left
{
	background: #fff url(menulogo.jpg) no-repeat bottom;
	color: #999;
	width: 110px;
	border: 1px solid white;
	font-size: .1.25em;
	padding: 10px;
	padding-bottom: 160px;
	margin-right: 10px;
	border: 1px solid black;
	position: absolute;
	top: 200px;
	left: 50px;
	text-align: center;
}

#main
{
	padding-left: 20px;
	padding-right: 20px;
        padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	top:200px;
	left: 190px;
	width: 650px;
	background: #fff;
	color: #000;
	border: 3px solid black;
	line-height: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0em;
}

#footer
{
	background: transparent;
	color: #fff;
	font-size: .75em;
	padding-left: 250px;
	clear: both;
}

img
{
	border: 1px solid black;
}

img.sidebar
{
	border: none;
}

p
{
	text-indent: 2em;
}

p.highlightblack
{
	font-weight: bold;
	font-size: 1.25em;
}

p.highlightred
{
	font-weight: bold;
	color: #990000;
	font-size: 1.5em;
}

p.archive
{
	text-indent: 0em;
}

a:link
{
	color: #000; 
        border-bottom: 1px dotted black; 
        text-decoration: none; 
}

a:visited
{ 
	color: #999; 
        border-bottom: none;
        text-decoration: none;  
}

a:hover
{ 
	color: #999; 
        border-bottom: 1px solid #999;
	text-decoration: none;  
}

a:active
{ 
	color: #999; 
	text-decoration: none; 
}

a:link.left
{
	color: #999; 
        border-bottom: none; 
        text-decoration: none; 
	text-weight: heavy;
}

a:visited.left
{ 
	color: #999; 
        border-bottom: none;
        text-decoration: none; 
	text-weight: heavy; 
}

a:hover.left
{ 
	color: #000; 
        border: 1px dotted black;
	text-decoration: none; 
}

a:active.left
{ 
	color: #000; 
	text-decoration: none; 
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}