body
{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #333;
	background-color: #ccc;
	margin-top: 0;
	margin-bottom: 0;	
}

#main
{	
	font-family: arial, helvetica, sans serif;
	font-size: small;
	color: #333;
	background-color: #fff;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;	
}

#header
{
	background-image: url(images/header_photo.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}

#menu
{
	background-image: url(images/menu_strip.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 38px;
	word-spacing: 5px;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 8px;
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#content
{
	background-image: url(images/faded_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px; 	
}

p, li
{
	line-height: 180%;
}

h1
{
	color: #c60000;
	font-size: medium;
}

h2
{
	color: #333;
	font-size: small;
	font-weight: bold;
}

.right
{
	float: right;
	padding-left: 15px;
}

a
{
	color: #c60000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

label
{
	width: 120px;
}
