body
{
	margin: 20px;
	padding: 0px;
	background: url('bg.jpg');
        font-family: tahoma;
	font-size: 80%;
	color: #3b7b94;
}

a:active, a:visited, a:link
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #3b7b94;
	text-decoration: linethrough;
}

#container
{
	margin: 0px auto;
	width: 518px;
}

#header
{
	width: 518px;
        height: 515px;
        border:1px solid #3b7b94;
        background: url('header.png') no-repeat;
        border-bottom: 0px;
}

#menu
{
	width: 518px;
	padding: 0px;
	border:1px solid #3b7b94;
	margin-bottom: 10px;
	text-align: center;
        font-family: arial;
	background: url('contentbg.png');
}

#container2
{
	border:1px solid #3b7b94;
	background: url('contentbg.png');
}

#content
{
	width: 518px;
	height: 350px;
	font-family: tahoma;
	line-height: 150%;
}

#content h1
{
	border-bottom: 1px dashed #3b7b94;
        background: url('contentbg.png');
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 8px;
	font-size: 175%;
}

.overflow
{
	overflow: auto;
	width: 518px;
	height: 350px; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 518px;
	padding: 0px;
	border:1px solid #3b7b94;
        font-family: arial;
	margin-top: 10px;
	text-align: center;
	background: url('contentbg.png');
}