
/* CSS Document */

body {
	font-family:arial, helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: d6cebf;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.navbox{
	color:#ffffff;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align: center;
}

.footer{
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weignt: normal;
}

a:link {text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	color:#444;
	font-size:12px; 
	font-weight:bold;
	border:none;
}
a:active {
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	color:#444;
	font-size:12px; 
	font-weight:bold;
	border:none;
}
a:visited {
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	color:#444;
	font-size:12px; 
	font-weight:bold;
	border:none;
}
a:hover { 
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:12px;
	font-weight:bold;
	border:none;
}
a.nav:link { 
	color:#000000;
	font-family:arial, helvetica, sans-serif; 
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	border:none;
}
a.nav:active { 
	color:#000000; 
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:13px; 
	font-weight:bold;
	text-align: center;
	border:none;
}
a.nav:visited { 
	color:#000000; 
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:13px; 
	font-weight:bold;
	text-align: center;
	border:none;
}
a.nav:hover { 
	color:#ffffff; 
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:13px; 
	font-weight:bold;
	text-align: center;
	border:none;}
	
a.footerlinks:link {
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	border:none;
}
a.footerlinks:active { 
	color:#000000; 
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:10px; 
	font-weight:bold;
	text-align: center;
	border:none;
}
a.footerlinks:visited { 
	color:#000000; 
	font-family:arial, helvetica, sans-serif;
	text-decoration:none; 
	font-size:10px; 
	font-weight:bold;
	text-align: center;
	border:none;
}
a.footerlinks:hover {
	color:#333333;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	border:none;
}	
	
h1 {
	color:#444;
	background: transparent center;
	font: 24px Georgia, serif;
	text-align: left;
	padding-left:100px;
}

h2 {
	color:#444;
	background: inherit;
	font: 40px Georgia, 'Times New Roman', serif;
	text-align: center;
}

h3 {
	color:#444;
	background: inherit;
	font: 20px Georgia, 'Times New Roman', serif;
	margin:0px;
	padding: 5px;
	
}

div#content
{
	color:#333333;
	font-size:11px;
	text-decoration: none;
	line-height: 1.6em;	font-family:verdana;
	text-align: left;
  	margin: 0 auto;
  	width:770px;
  	padding: 0; /* Zero to prevent IE box trouble. */
}
div#gallery
{
	color:#333333;
	font-size:11px;
	font-weight:normal;
	font-family:verdana;
	vertical-align:top;
	text-align: center;
  	margin: 0 auto;
  	width:760px;
  	padding: 0; /* Zero to prevent IE box trouble. */
}
