﻿body
{
	font: 12pt calibri, arial;
	padding: 20px;
}

h1
{
	font-size: 200%;
	margin: 0 0 10px 0;
}

h2
{
	font-weight: bold;
	font-size: 115%;
	margin: 15px 0;
}

h3
{
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0;
}

#header p
{
	font-size: 330%;
	height: 100px;
	white-space: normal;
	background: url(logo.png) no-repeat;
	text-indent: -5000px;
}

#content
{
	float: left;
	width: 730px;
}

#footer
{
	color: Gray;
	font-size: 90%;
	text-align: center;
	padding: 20px 0;
	clear: both;
	position: relative;
}

/*-----------------------------------------
                   MENU
------------------------------------------*/

#menu
{
	list-style: none;
	float: left;
	margin-right: 50px;
}

#menu > li
{
	font-weight: bold;
	margin-bottom: 10px;
}

#menu > li li
{
	font-weight: normal;
	margin-left: 10px;
}

#menu a
{
	text-decoration: underline;
	color: blue;
}

/*-----------------------------------------
                   FORM
------------------------------------------*/

form
{
	display: block;
	margin: 30px 0;
}

fieldset
{
	padding: 0 10px 10px 10px;
}

legend
{
	font-weight: bold;
	padding: 0 5px 10px 5px;
}

textarea
{
	width: 100%;
}

label
{
	display: block;
}
