@font-face {
font-family: georgia, Times New Roman, "palatino";
src: url(./font/palatino.ttf) format("truetype");
} 

* {
	margin: 0;
	padding: 0;
}

body, th {
	
	font-family: Georgia, Times, "Times New Roman", "palatino", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: #333333;

}


strong {
	color: #000000;
	
}

h2 {
	font-size: 160%;
	font-family: Georgia, Times, "Times New Roman", "palatino", Arial, Helvetica, sans-serif;
	padding-top: 30px;
	text-align: center;
	
}

h3 {
	margin-bottom: 1em;
	font-size: 100%;
	color: #7d8393;
}

h4 {
	margin: 10px 0px;
	font-size: 20px;
	font-family: Georgia, Times, "Times New Roman", "palatino", Verdana, Arial, Helvetica, sans-serif;
	
}

h5 {
	margin: 10px 0px;
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", "palatino", Verdana, Arial, Helvetica, sans-serif;
	
}

h6 {
	margin: 30px 0px;
	font-size: 18px;
	font-family: Georgia, Times, "Times New Roman", "palatino", Verdana, Arial, Helvetica, sans-serif;
	
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(../images/img16.gif) no-repeat 0px 5px;
	font-family: Georgia, Times, "Times New Roman", "Palatino", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
	margin: 10px;
}

.col-two {
	float: right;
	margin: 10px;
}

.col-three {
	float: right;
	margin: 10px;
	width: 400px;
}

.two-cols {
	
}

.two-cols .col-one {
	width: 230px;
}

.two-cols .col-two {
	width: 480px;
}



#wrapper {
	width: 790px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
}

/* Header */

#header {
	width: 790px;
	height: 20px;
	margin: 0 auto;
	color: #ffffff;
}

#header a:link {
	text-decoration: none;
	color: #ffffff;
}

#header a:visited, a:hover{
	text-decoration: none;
	color: #666666;
}

#header a:link {
	text-decoration: none;
	color: #ffffff;
}


#page {
	width: 790px;
	height: 480px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: #dddddd url(./frontpage.png) no-repeat;
	
}



.title {
	
	padding: 0px 0px 0px 0px;
	font: bold 40pt Georgia, Times, "Times New Roman", "Palatino", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	/*background: #ffffff;
	border-bottom: 30px solid #ffffff;*/
	
}

/* Content */

#content {
	padding: 20px;
	width: 750px;
	
}


/* Feature */

#feature {
	margin-bottom: 20px;
}



/* Footer */

#footer {
	
	padding-top: 5px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	position: relative;
	width: 787px;
	clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}
#legal p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

/* Mootools Accordion*/


.toggler {	
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	background: #ffffff;
	font-size: 9px;
	color: #70a3bb;
	font-style: normal;
}
.toggler a:link {	
	text-decoration: none;
}
 
.element {
 
}
 


.element p {
	margin: 0;
	padding: 4px;
	font-size: 11px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	font-style: italic;
	padding:5px 0 5px 30px;
}
p {
	
	font-size: 9px;
}
.accordion {
	margin-top: 3px;
	margin-left: 40px;
	padding: 4px;
	font-size: 11px;
}

#scroll {
height:25em;
font-size: 11px;
width:100%;
overflow:auto;

}

/* Menu style */

.fotoBoxContent {
  width: 200px;
  float: left;
  margin: 10px 50px;
}
.fotoBox img {
  float: left;
  margin-right: 1em;
  width: 100px;
  height: 100px;
  border: none;
  vertical-align: middle;
}
.fotoBoxright img {
  float: right;
  margin-right: 1em;
  width: 100px;
  height: 100px;
  border: none;
  vertical-align: middle;
}
.fotoBox, a.fotoBox { 
  width: 200px;
  float: left; 
  /*border: 4px solid #f1f1f1;*/
  padding: 3px; 
  margin: 0 0 1px;
  text-decoration: none;
  color: #000;
} 
.fotoBoxright, a.fotoBoxright { 
  width: 180px;
  float: right; 
  /*border: 4px solid #f1f1f1;*/
  padding: 3px; 
  margin: 0 0 1px;
  text-decoration: none;
  color: #000;
} 
a.fotoBox:hover, a.fotoBoxright:hover  {
  border: 1px solid #333333;
}

#right {
float:right;
}

/* Menu style small */

.fotoBoxContentSmall {
  width: 150px;
  float: left;
  margin: 10px 30px;
}
.fotoBoxSmall img {
  float: left;
  margin-right: 1em;
  width: 35px;
  height: 35px;
  border: none;
  vertical-align: middle;
}

.fotoBoxSmall, a.fotoBoxSmall { 
  width: 150px;
  float: left; 
  /*border: 4px solid #f1f1f1;*/
  padding: 3px; 
  margin: 0 0 1px;
  text-decoration: none;
  color: #000;
} 

a.fotoBoxSmall:hover {
  border: 1px solid #333333;
}

.whitelinks {
  
	text-align: center;
}
#gallerytitle {
  border-bottom: 2px dashed #333333;
	text-align: center;
	
}
div.split2 div{
    float: left;

    padding: 0 2%
    }

div.clearer{
    float: none; 
    clear: left;
    } 