/* ----------------------------------------------------------------------- BASICS */

* {
	outline:0;
}

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	background:#000 url(/img/bg.jpg) no-repeat fixed top center;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-bottom:1em;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:0px;
}

p {
	margin-bottom:1em;
}


/* ----------------------------------------------------------------------- LAYOUT */

#container {
	width:920px;
	margin:0 auto;
}

#menu{
	width:920px;
	height:62px;
	float:left;
	background:url(/img/menu_bg.png) no-repeat;
	padding:0 0 0 20px;
}

#main_container{
	width:920px;
	float:left;
	background:url(/img/main_bg.png) repeat-y;
}

#main{
	width:920px;
	min-height:184px;
	height:auto !important;
	height:184px;
	float:left;
	background:url(/img/main_top.png) no-repeat top;
}

#content{
	width:840px;
	margin:20px 0 10px 40px;
	float:left;
	font-size:13px;
	line-height:1.6em;
	color:#FFFFFF;
}

#footer{
	clear:both;
}

#header a img {
	border:0;
}


/* ----------------------------------------------------------------------- LINKS */

a{
text-decoration:none;
color:#FFF;
font-weight:bold;
text-decoration:underline;}

a:hover{
text-decoration:none;}


/* ----------------------------------------------------------------------- MENU */

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	height:62px;
	width:176px;
	line-height:62px;
}

#menu li div.left{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	line-height:62px;}

#menu li div.left:hover{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	background:url(/img/button-left-hover.png) no-repeat bottom center;}

#menu li div.mid{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	line-height:62px;}


#menu li div.mid:hover{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	background:url(/img/button-mid-hover.png) no-repeat bottom center;}
	
#menu li div.right{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	line-height:62px;}

#menu li div.right:hover{
	float:left;
	margin:0px;
	padding:0px;
	width:176px;
	height:62px;
	background:url(/img/button-right-hover.png) no-repeat bottom center;}

#menu li div a {
	height:62px;
	width:176px;
	text-align:center;
	line-height:62px;
	display:block;
	font-weight:normal;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
	
#menu li a:hover {
	color:#FFF;
}

/* ----------------------------------------------------------------------- GALLERY */

.gallery {
	margin-left:-10px;
}
.gallery .thumb {
	float:left;
	margin:10px;
	border:1px solid white;
	background-color:black;
	padding:2px;
}

/* ----------------------------------------------------------------------- GUESTBOOK */

#guestbook_write {
	float:right;
	width:200px;
	text-align:right;
}

#guestbook_messages {
	width:500px;
	padding-top:20px;
	border-bottom:2px dotted #540007;
}

#guestbook_messages div.message {
	border-top:2px dotted #540007;
	margin-bottom:20px;
	padding:20px 5px 0 5px;
}

#guestbook_messages div.sig {
	font-size:11px;
	text-align:right;
}


a.pager { 
	border:1px solid white;
	margin:3px;
	padding:2px 5px;
	text-decoration:none;
	background-color:black;
	color:white;
}

a.pager.active { 
	color:black;
	background-color:white;
}

#guestbook_form input.text,
#guestbook_form textarea {
	width:300px;
	border:1px solid black;
	padding:3px 4px;
	font-size:13px;
}

#guestbook_form textarea {
	height:150px;
}

/* ----------------------------------------------------------------------- ALBUM */

.zapp {
	clear:both;
}

a.album {
	display:block;
	width:209px;
	height:200px;
	float:left;
	text-align:center;
	text-decoration:none;
}

a.album:hover {
	color:black;
}

a.album img {
	border:1px solid white;
	background-color:black;
	padding:2px;	
}



