@import url(guestbook.css);

body, html {
	margin: 0;
	padding: 0;
}

body {
	font: 76% normal Verdana, Tahoma, Arial, sans-serif;
	background: #b1c6e0 url('../images/layout/body.jpg') repeat-x;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: transparent;
}

#page {
	width:100%;
	position: relative;
	background: url('../images/layout/content.jpg') repeat-y;
}

#header {
	background: url('../images/layout/header.jpg') no-repeat;
	height: 358px;
	position: relative;
	z-index: 3;
	margin-bottom: -20px;
}

#content_wrapper {
	padding: 20px 110px;
}

#content {
	position: relative;
	z-index: 3;
	padding: 5px;
	float: left;
	width: 390px;
}

#nav {
	position: relative;
	z-index: 3;
	width: 150px;
	float: right;
}

#footer {
	background: url('../images/layout/footer.jpg') no-repeat;
	height: 246px;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}

#nav ul, #nav li {
	margin: 0;
	list-style: none;
}

#nav a {
	font-size: 1.1em;
	color: #142227;
	text-decoration: none;
	padding-bottom: 1px;
	display: block;
	margin-bottom: 2px;
}

#nav a:hover {
	border-bottom: 1px solid #142227;
	padding-bottom: 0;
}

a {
	color: #5668B4;
	text-decoration: underline;
}

a:hover {
	color: #b83a96;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	line-height: 1.6em;
	text-align: center;
}

/*h1 { 
	line-height: 1.6em;  
	margin: 0; 
	padding: 0.3em; 
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase; 
	text-align: center;
	cursor: pointer;
	background: #4b6fb2;
	color: #fff;
}

h1 a { 
	text-decoration: none;
	color: #fff;
}*/

p { margin: 0; padding-bottom: 1em; }
.block { background: #fff; position: relative; z-index: 10; overflow: visible; }

.snapshot { float: left; width: 200px; position: relative; background: #fff;  }
.snapshot img { margin: 9px; border: 1px solid #999; position: relative; z-index: 20; }
.info { width: 200px; padding: 10px; position: absolute; left: 0; top: 0; z-index: 11; }
.error { padding: 5px; border: 1px solid #933; background: #ebb; margin: 5px; }

.spand {
	float: left;
	width: 25%;
	text-align: center;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
