﻿body
{
	font-family: Verdana;
	font-size: 73%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url('./images/bg.jpg');
	color : white;
}

label
{
	display: block;
	width: 100%;
	
}

a#Logo,
a#Logo:link,
a#Logo:visited
{
	color: black !important;
	float: left;
	border: 1px solid black;
	background-color: white;
	padding : 5px;

}

#naLogo
{
	float: right;
}

#TopSection
{
	height: 100px;
}

#TopSection h1
{
	font-size : 250%;
}


#TopSection a,
#TopSection a:link,
#TopSection a:visited
{
	color : white;
	text-decoration : none;
	padding-top: 20px;
}


#Page
{
	width: 770px;
	text-align: left;
}

#MenuSection
{
	width: 120px;
	float: left;
	padding-top: 0px;
	margin-left: 10px;
	margin-top: 60px;
}

#MenuSection ul
{
	margin: 0px;
	padding: 0px;
}

#MenuSection li
{
	padding : 2px;
}

#MenuSection a,
#MenuSection a:link
{
	color: white;	
	text-decoration: none;
	font-size: 120%;
}

#MenuSection a:hover
{
	text-decoration: underline;
}

#Page
{
	background-image: url('./images/hippy.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height : 550px;
}

#ContentSection 
{
	margin-left: 140px;
	margin-right: 10px;

}

#ContentSection h1
{
	font-size: 130%;
	margin: 0px;
	margin-bottom: 5px;
	background-image: url('./images/title_bg.png');
	border: 1px solid black;
	padding: 3px;

}

#ContentSection h2
{
	font-size: 130%;
}


a img
{
	border: none;
}