@charset "utf-8";
/* CSS Document */

/*---------------------------------------------- Layout*/
body
	{
	background-color:#a0d9fa;
	}

#wrapper
	{
	margin:10px auto 10px auto;
	width:830px;
	background-color:#a0d9fa;
	}
	
#header
	{
	width:830px;
	height:440px;
	background-image:url(images/header.jpg);
	margin-bottom:-1px;
	}
	
#navigation
	{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:-10px;
	margin-bottom:30px;
	}
	
#content
	{
	width:710px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	padding:10px 80px 10px 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-align:justify;
	}
	
#footer
	{
	width:830px;
	min-height:40px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:30px;
	}
	
#navigation li
	{
	display:inline;
	}	
	
	
/*---------------------------------------------- Links*/
	
a
	{
	border-bottom:1px dashed #666666;
	text-decoration:none;
	color:#666666;
	}
	
a:link
	{
	border-bottom:1px dashed #666666;
	text-decoration:none;
	color:#666666;
	}
	
a:hover
	{
	border-bottom:1px dashed #666666;
	text-decoration:none;
	color:#a0d9fa;
	}
	
#navigation a
	{
	text-decoration:none;
	color:#666666;
	border:none;
	}

#navigation a:link
	{
	text-decoration:none;
	color:#666666;
	border:none;
	}

#navigation a:hover
	{
	text-decoration:none;
	color:#a0d9fa;
	border:none;
	}

#footer a
	{
	text-decoration:none;
	color:#666666;
	border-bottom:1px dashed #666666;
	}

#footer a:link
	{
	text-decoration:none;
	color:#666666;
	border-bottom:1px dashed #666666;
	}

#footer a:hover
	{
	text-decoration:none;
	color:#000000;
	border-bottom:#000000;
	}

a.square
	{
	text-decoration:none;
	border:none;
	}

a.square:link
	{
	text-decoration:none;
	border:none;
	}



/*---------------------------------------------- Other*/

h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#666666;
	padding-bottom:6px;
	border-bottom:1px solid #666666;
	margin-bottom:25px;
	}

h2
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	border-left:double #666666;
	padding-left:6px;
	margin-bottom:15px;
	}

input, textarea
	{
	color:#666666;
	background-image:url(images/formbg.jpg);
	background-repeat:repeat;
	border:1px solid #666666;
	}


.legend_headline
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px 10px 0px 10px;
	}

fieldset.email
	{
	width:500px;
	padding:20px;
	margin:0px auto 30px auto;
	border:none;
	}

li.find
	{
	list-style:none;
	background-image:url(images/find.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
	margin:2px 0px 15px -20px;
	}

/*---------------------------------------------- Images*/	
.feed
	{
	vertical-align:text-bottom;
	}

ul.links
	{
	list-style-type:none;
	}
