﻿body,table 
{
	margin: 0px;
	margin-top: 30px;
	font-size: 11px;
	font-family: arial;
	color: #505050;
}

a:link {color: #003f76}
a:visited {color: #003f76}
a:hover {color: #003f76}
a:active {color: #003f76}
 
 ul
 {
 	margin-left: 20px;
 	padding: 0px;
 	list-style-type: disc;
 }
 
img 
{
	border-width: 0px;
}

h1 
{
	font-size: 16px;
	color: #454545;
	font-family: Arial;
}

.textbox
{
	font-size: 11px;
	width: 200px;
}

.button
{
	font-size: 11px;
	width: 100px;
	height: 21px;
}
 
#container 
{
	width: 800px; 
	margin-left: auto;  
	margin-right: auto;    
}
 
#menu 
{
	width: 170px;
	height: 355px;
	background-image:url('images/menuBg.gif');
	float: left;
	display: inline;
}

#menu ul 
{
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#menu li 
{
	height: 30px;
}

#picture 
{
	float: left;
	display: inline;
}

#content 
{
	float: left;
	display: inline;
	width: 800px;
	background-image:url('images/contentBg.jpg');
	background-repeat: repeat-y;
}

#bottom 
{
	float: left;
	display: inline;
	width: 800px;
	height: 55px;
	font-size: 11px;
	text-align: center;
	font-family: arial;
	padding-top: 20px;
	color: #ffffff;
	background-image:url('images/bottomBg.jpg');
	background-repeat: no-repeat;
}
