* {
	margin:0;
	padding:0;
	line-height:1em;
	border:none;
	text-decoration:none;
	font-family:"Myriad Pro", "Century Gothic", Arial, "Gill Sans";		
	}
 
h1 {
	padding:0 0 17px 0;
	}
h2 {
	font-size:2em;
	}
p {
	line-height:1.2em;
	margin:0.3em 0 0.5em 0;
	}
a {
	color:#e723c9;

	}
	a:hover {	
		color:#fff; 
		}
adr {
	font-style:italic;
	display:block;
	padding:5px 0;
	}
em {
	font-weight:bold;
	color:#000;
	background:#ffdf09;
	}
form {
	padding:0 0 200px 0;
	}
input, textarea {
	padding:3px;
	font-weight:bold;
	font-size:1em;
	border:1px solid #555;
	}
input.button {
	padding:3px 20px;

	}
 
	#top {
		position:relative;
		width:100%;
		border-bottom:5px solid #000;
	  background:url("/gfx/tr.gif") 100% 100% no-repeat #fff;
		}
		#header_left {
			padding:10px 370px 0 10px;
			}

	#header #logo {
		clear:left;
 		}
	#header #pages {
		clear:left;
		margin-top:-20px;
		z-index:10;
		padding:4px 0 0 0;
		} 
		#pages a {
			color:#000;
			font-weight:regular;
			text-transform:uppercase;
			margin-right:20px;
			font-size:1.2em;
			}
			#pages a:hover { color:#00ff66; }		
	#header #sets {
		clear:left;

		z-index:10;
		}
		#sets a {
			color:#00cc33;
			font-weight:regular;
			font-style:italic;
			text-transform:uppercase;
			margin-right:20px;
			}
			#sets a:hover { color:#00ff66; 	}
			
		#header #gfx {
			float:left;
			position:relative;
			height:100px;
			width:400px;
			width:100%;
			}
		#header #gfx_left {
			position:absolute;
			top:0;
			left:0;
			height:100px;
			width:400px;
			background:url("/gfx/t_l2.gif") 0 0 no-repeat;
			}
		#header #gfx_right {
			background: url("/gfx/br.gif") 100% 0 no-repeat;
			position:absolute;
			top:-5px;
			right:0;
			height:85px;
			width:270px;
			}	
 
	#toggle_thumbs {
 		background:#FFF;	
		cursor: pointer; 
		padding:5px;
		font-size:0.95em;
		font-weight:regular;
		display:inline-block;
		color:#000;
		}		
		
	#thumbs {
		width:100%;
		text-align:center;
		background:#FFF;
		padding:5px 0 0 5px;
		display:block;
		position:relative;
		}
		#thumbs a img {	
			max-height:60px;
			padding:5px;
 
			}
		#thumbs a:hover img {
			padding:0;
			border:5px solid #FFF;
			}
		#thumbs a.page_nav {

			text-transform: uppercase; 
			font-family:"Century Gothic", Arial, "Gill Sans";
			color:#000;
			padding-bottom:3px;
			display:inline-block;

			background:#fff;
			}


			#thumbs a#next {
				position:relative;
 				display:block-inline;
 				margin:20px 20px 0 20px;
				top:-26px; 				
				}
			#thumbs #prev {
				position:relative;
 				display:block-inline;
 				margin:20px 20px 0 20px;
				top:-26px; 				
				}
/*
			#thumbs a#next {
				position:relative;
 
				top:-26px;
				}
			#thumbs #prev {
				position:relative;
 
				top:-26px;
				}  */
			#thumbs .page_nav:hover {
				color:#aaa;
				padding-bottom:0;
				border-bottom:3px solid yellow;
				}


table.photo {
	height:800px;
	width:100%;	
	}
table.photo tr {
	height:100%;
	width:100%;	
	text-align:center;
	}
	table.photo tr td {
		width:100%;
		vertical-align: middle;
		}
	table.photo tr td img {
		max-height:95%;
		max-width:90%;
		}
table.news {
	height:800px;
	width:100%;	
	}
table.news tr {
	height:100%;
	width:100%;	
	text-align:center;
	}
	table.news tr td {
		width:100%;
		vertical-align: middle;
		}
	table.news tr td div {
		width:600px;
		margin:0 auto;
		text-align:left;
		}
	table.news tr td img {
		max-width:300px;
		float:right;
		padding-left:50px;
		}
#content a {
	color:#e723c9;
	}
	#content a:hover {	
		color:#fff;
		background:#e723c9;
		}
 
.clear {
	clear:left;
	clear:right;
	float:left;
	}
.left {
	float:left;
	}
.right {
	float:left;
	padding:0 0 0 30px;
	}

#contact {
	margin:0 auto;
	margin-top:200px;
	width:700px;
	}
	

 body{
  margin:0;
  padding:0 0 100px 0;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100px;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
 	padding-top:50px;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  width:100%;
 }