/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
}

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

	}
a:hover { 
	color: #FF7200;
	text-decoration: none;
	}
a:active { 
	color: #FF7200;
	}
	
a.alt:link {
	color: #ff006c;
	text-decoration: none; 
	}
a.alt:visited {
	color: #ff006c;
	text-decoration: none; 
	}
a.alt:hover {
	color: #ff006c; 
	text-decoration: none; 
	}
a.alt:active {
	color: #ff006c; 
	text-decoration: none; 
	}

#bg { 
    position: fixed; 
}

#poem {	
	float: left;
} 


#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position: absolute;
    top:0;left:0;
    z-index:40;
    overflow:auto;
}


.box { 
    margin-top: 200px; 
    width: 530px;
    padding: 40px;
    background: none; 
    padding-bottom:100px;
    font: 18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:	#6D6D6D;
	float: left;	
}
.links { 
    margin-top: 0 auto; 
    width: 1100px;
    padding-top: 40px;
    background: none; 
    font: 18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:	#6D6D6D;
	float: left;	
}

.nav_container {
	margin:0 auto;
	width: 960px;
	padding-top: 30px;
}

.nav_container2 {
	margin:0 auto;
	width: 1100px;
	padding-top: 30px;
}

.nav_container2 {
	margin:0 auto;
	width: 480px;
	height: 80px;
	padding-top: 30px;
}

#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 80;
}
#navMenu li{
	float: left;
	display: inline;
}

a.navView{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/view_button.png");
	background-repeat:no-repeat;
}

a.navView:hover{

	background: url("../images/view_button.png") 0 17px;
}

a.navLinks{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/links_button.png");
	background-repeat:no-repeat;
}

a.navLinks:hover{

	background: url("../images/links_button.png") 0 17px;
}

a.navGuest{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/guestbook_button.png");
	background-repeat:no-repeat;
}

a.navGuest:hover{
	background: url("../images/guestbook_button.png") 0 17px;
}

a.navHome{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/home_button.png");
	background-repeat:no-repeat;
}

a.navHome:hover{

	background: url("../images/home_button.png") 0 17px;
}

a.navSubmit{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/submit_button.png");
	background-repeat:no-repeat;
}

a.navSubmit:hover{

	background: url("../images/submit_button.png") 0 17px;
}

a.navVideo{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/video_button.png");
	background-repeat:no-repeat;
}

a.navVideo:hover{
	background: url("../images/video_button.png") 0 17px;
}

a.navCD{
	display:block;
	float:left;
	width:160px;
	height:17px;
	background: url("../images/CD_button.png");
	background-repeat:no-repeat;
}

a.navCD:hover{

	background: url("../images/CD_button.png") 0 17px;
}



body {
	margin: 0px;
  	padding: 0px;
  	border: 0px;
  	min-width: 800px;
	overflow: auto;
}
#photoCont {
	width: 830px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

span.thumbs {
	width: 190px;
	height: 190px;
	float: left;
	border: 1px solid #FF7200;
	margin-right: 10px;
	margin-top: 10px;
}

span.thumbsR {
	width: 190px;
	height: 190px;
	float: left;
	border: 1px solid #FF7200;
	margin-top: 10px;
}
