﻿body
{
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; 
	line-height:1.25em;
	margin:0px;
}

div.maincontainer
{
	width:830px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	
	
	
	
}

div.header
{
	width:830px;
	height:100px;
	background-color:black;
}

div.footer
{
font-size:10pt;
text-align:center;
width:830px;
height:150px;
clear:both;

}

div.photomenu
{
	width:170px;
	float:left;
	margin-top:10px;
	background-color:white;
}

div.content
{
	width:650px;
	float:right;
	text-align:center;
}



div.teenmenu
{
	width:170px;
	font-size:10pt;
	font-weight:bold;
	color:maroon;
	text-align:center;
	width:200px;

	
}

div.teenmenu a, div.teenmenu a:link
{
	display:inline-block;
	font-size:10pt;
	font-weight:bold;
	color:maroon;
	text-decoration:none;
	height: 23px;
	width: 121px;
}

div.teenmenu a:hover
{display:inline-block;
	font-size:10pt;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

