@import url('navi.css');
@import url('forum.css');
@import url('fileslist.css');
@import url('jquery.lightbox.packed.css');

body, html{
	background: #00055b;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
}

body.home{
	background-color: #00055d; /* when graphic designer is an asshole.. */
	background: url(../img/home_bg.jpg) center top no-repeat;
	min-height: 740px; 
}

.home h1{
	display: none;
}


body.contact{
	background: url(../img/contact_bg.jpg) center 86px no-repeat;
	min-height: 440px; 
}

body.guest-book{
	background: url(../img/guest_book_bg.jpg) center 86px no-repeat;
	min-height: 440px; 
}

body.smarts{
	background: url(../img/smarts_bg.jpg) center 86px no-repeat;
	min-height: 440px; 
}

body.program{
	background: url(../img/program_bg.jpg) center 86px no-repeat;
	min-height: 440px; 
}

body.respect{
	background: url(../img/respect_bg.jpg) center 86px no-repeat;
	min-height: 440px; 
}

body.cafe{
	background: url(../img/cafe_bg.jpg) center 86px no-repeat;
	min-height: 430px; 
}

.cafe #text h1{
	margin-bottom: 260px;
}

body.cafe_no_foto{
	background: url(../img/cafe_no_foto_bg.jpg) center 86px no-repeat;
	min-height: 430px; 
}

body.club{
	background: url(../img/club_bg.jpg) center 86px no-repeat;
	min-height: 430px; 
}

body.club_no_foto{
	background: url(../img/club_no_foto_bg.jpg) center 86px no-repeat;
	min-height: 430px; 
}
.club #text h1{
	margin-bottom: 260px;
}


h1, h2{
	font-size: 13px;
	line-height: 13px;
	padding: 0;
	margin: 0px 0 15px 0;
}

h1{
	position: relative;
	width: 265px;
	height: 20px;
	overflow: hidden;
}

h1 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 20px;
}

h3{
	font-size: 12px;
	padding: 0;
	margin: 15px 0 5px 0;
}

td h3{
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #0079C1
}

a{
	color: #FFED00;
}


img{
	border: none;
}

table{
	border-collapse: collapse;
}

td{
	padding-right: 3px;
	vertical-align: top;
}

p{
	margin: 3px 0;
}


#page{
	margin: 0 auto;
	position: relative;
	width: 944px;
}

#pagecont{
}

body #header{
	height: 113px;
	position: relative;
	background: url(../img/header.gif) top left no-repeat;
}

body.home #header{
	background: url(../img/header_home.gif) top left no-repeat;
}

#logo{
	position: absolute;
	top: 29px;
	left: 68px;
	width: 224px;
	height: 50px;
	display: block;
	z-index: 10;
}

#banner{
	width: 468px;
	height: 60px;
	display: block;
	z-index: 9;
	position: absolute;
	top: 15px;
	left: 400px;
	
}

#content{
	padding: 0 68px;
	position: relative;
	min-height: 300px;
}
.home #content{
	min-height: 520px;
}

#text{
	background: url(../img/text_bg.gif) left 280px no-repeat;
	margin: 24px 0 0 96px;
	padding: 0 20px;
	width: 515px;
}

.home #text{
	margin: 82px 0 0 50px;
	width: 200px;
	height: 135px;
}

.left{
	float: left;
}

table.program{
	width: 100%;
}


.program h4{
	font-size: 13px;
	margin: 0 0 2px 0;
}

.program h4 a{
	color: #fff;
	text-decoration: none;
}

.program h4 a:hover{
	text-decoration: underline;
}

.program td{
	padding: 5px;
}



.program tr.so td.shortday,
.program tr.ne td.shortday{
	font-weight: bold;
}

.program tr.ne td{
	padding-bottom: 50px;
}

.program td p{
	margin: 0;
}

img.flyer{
	margin-top: 10px;
}

#web20links{
	position: absolute;
}

.home #web20links{
	bottom: 80px;
	right:50px;
}

.contact #web20links
{
	top: 250px;
	right:60px;
}

#mailing_reg{
	position: absolute;
	top: 275px;
	right:5px;
	width: 205px;
}

#mailing_reg input{
	padding: 2px 5px;
	width: 150px;
	margin: 3px 0;
	text-align: center;
}

#mailing_reg input.btn{
	width: 162px;
}



/** fotos **/
.foto_gallery{
	clear:both;
}

.foto_gallery a{
	border: solid 1px #fff;
	margin: 1px 8px 10px 3px;
	display: block;
	float: left;
}

.foto_gallery a:hover{
	border-color: #ffed00;
}

.foto_gallery img{
	border: none;
}

ul.foto_galleries_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.foto_galleries_list li{
	margin: 0;
	padding: 3px 0;
}

#lightbox-overlay-text{
display: none;
}

#text iframe{
	border: none;
	width: 515px;
	height: 500px;
}

.news_list{
	line-height: 15px;
}

.home .news_list{
	padding-top: 20px;
	background: url(../img/news.gif) top right no-repeat;
}

.home .news_list .news_date{
	display: none;
}

.news_text{
	display: block;
}


