/* CSS Document */

* {
	padding:0;
	font-size:100%;
}

body{
	margin: 0 auto;
	background: #ffffff url('images/site-background.jpg') repeat;
background-attachment: fixed;
}

img 
{
	vertical-align:top;
}

a img  
{
	border:0;
}

html, input, textarea
{
	font-family: 'Lucida Grande', Arial;
	font-size: 12px;
	color: #333333;
}

td
{
padding: 3px;
}

ul
{
	margin-left: 10px;
}

li
{
	margin-left: 10px;
}

p
{
	margin: 0 0 5px 0;
	 text-align: justify; 
}

h1
{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #7cb1cd;
	line-height: 26px;
}

h2
{
	font-family: 'Lucida Grande', Arial;
	font-size: 18px;
	margin: 5px 0 0px 0;
	color: #7cb1cd;
}

h3
{
	font-weight: bold;
}

a
{
	color: #52849e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline; 
}

#main  
{
	background: url('images/content_background.png') repeat-y;
	text-align: left;
	margin: 0 auto;
	width: 910px;
}

#header
{
	width: 900px;
	height: 135px;
	padding: 0 5px 0 5px;
}

#header #menu
{
	background-image: url('images/header_background.png');
	background-repeat: repeat-x;
	padding-top: 100px;
	text-align: center;
	float: left;
	width: 660px;
	margin: 0 auto;
	font-size: 20px;
	font-family: Helvetica;
}

#header #menu a
{
	font-size: 20px;
	font-family: Helvetica;
	border: none;
	font-weight: bold;
color: #7cb1cd;
}

#header #menu a:hover
{
	border-bottom: solid 5px #7cb1cd;
	text-decoration: none;
}

#header #menu a:active
{
	border-bottom: solid 5px #7cb1cd;
	text-decoration: none;
}

#main #content
{
	margin: 0 auto;
	width: 860px;
	padding: 40px 20px 20px 40px;
	background-image: url('images/content_flowers.gif');
	background-repeat: no-repeat;
	background-position: 670px bottom; 
}

#main #content img
{
     border: solid 5px #999999;
     margin: 5px;
}

#main #footer
{
	color: #ffffff;
	background-color: #7cb1cd;
	background-image: url('images/footer_background.png');
	background-repeat: no-repeat;
	background-position: 220px 115px; 
	font-family: 'Lucida Grande', Arial;
	font-size: 11px;
	width: 860px;
	margin: 0 auto;
	height: 180px;
	padding: 20px 20px 0 20px;
}

#main #footer h1
{
	font-family: Helvetica, 'Lucida Grande', Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
	margin: 10px 0 3px 0;
}

#main #footer a
{
	color: #ffffff;
}

#main #footer a:hover
{
}

#end
{
	background: url('images/bottom_shadow.png') repeat-x;
	margin: 0 auto;
	width: 902px;
	height: 5px;
}