@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#252E35;
	color: #333;
	text-align: center;
}

#wrapper-home {
	position: relative;
	width: 800px;
	height: 648px;
	background-image: url(image/home_background-2011.jpg);
	margin: auto;
	}
	
#wrapper {
	position: relative;
	width: 900px;
	height: 720px;
	margin: auto;
	background-color: #fff;
	}

 #wrapper-family {
	position: relative;
	width: 900px;
	height: 800px;
	margin: auto;
	background-color: #fff;
	}
/* navigation */

#navigation {
	position: absolute;
	width: 111px;
	height: 128px;
	left: 518px;
	top: 2px;
	}
	
#navigation-gallery {
	position: absolute;
	width: 131px;
	height: 166px;
	left: 501px;
	top: 0px;
	background-image: url(image/menu_shape-lg.png);
	}
	
#navigation img {
    display: block;
	margin: auto;
	padding-top: 12px;
	}

#navigation-gallery img {
    display: block;
	margin: auto;
	padding: 12px 20px 0px 20px;
	}
	
/* HOME page */

#logo {
	position: absolute;
	top: 42px;
	width: 100px;
	height: 100px;
	left: 110px;
	 }
	 
#blatman {
	position: absolute;
	width: 183px;
	height: 19px;
	margin-right: 700px;
	left: 115px;
	top: 582px;
	}
	  
/* ABOUT page */

#wrapper-about {
	position: relative;
	width: 800px;
	height: 648px;
	background-image: url(about/about_background-2011.jpg);
	margin: auto;
	}
	
#about-text {
	position: absolute;
	top: 144px;
	left: 39px;
	width: 520px;
	height: 503px;
	text-align: left;
	}
	
#about-text p {
	font-size: 0.7em;
	color: #333333;
	line-height: 1.4em;
	margin: 10px 0;
	}  
	
#resume {
	position: absolute;
	left: 610px;
	height: 10px;
	width: 100px;
	top: 200px;
	}

#about-text a {
	color: #904040;
	text-decoration: none;
	}

#about-text a:hover {
	color: #904040;
	text-decoration: underline;
	}
	
/* LINKS page */

#wrapper-links {
	position: relative;
	width: 800px;
	height: 648px;
	background-image: url(news/news_background.jpg);
	margin: auto;
	}
	
#links-text {
	position: absolute;
	top: 159px;
	left: 293px;
	width: 410px;
	height: 326px;
	text-align: left;
	font-size: 13px;
	}
	
#links-text a {
	font-size: 13px;
	color: #000;
	line-height: 2.3em;
	font-weight: bold;
	text-decoration: none;
	}  
	
#links-text a:hover {
    color: #904040;
	}

/* CONTACT page */

#wrapper-contact {
	position: relative;
	width: 800px;
	height: 648px;
	background-image: url(contact/contact_background-2011.jpg);
	margin: auto;
	}
	
#contact-text {
	position: absolute;
	top: 172px;
	left: 60px;
	width: 345px;
	height: 288px;
	text-align: left;
	}
	
#contact-text a { 
    font-size: .75em;
    color: #333333;
    line-height: 2.3em;
	font-weight: 650;
	text-decoration: none;
	}  
	
#contact-text a:hover {
    color: #904040;
	}



/* GALLERY pages */

#gallery-sections {
	position: absolute;
	width: 125px;
	height: 128px;
	left: 651px;
	top: 29px;
	text-align: left;
	}

#gallery-sections img {
    display: block;
	margin: auto;
	padding: 0px 100px 0px 0px;
	}
	
#wrapper-thumbs {
	position: absolute;
	width: 300px;
	height: 585px;
	text-align: left;
	top: 142px;
	left: 0px;
	}
#wrapper-thumbs-family {
	position: absolute;
	width: 890px;
	height: 500px;
	text-align: left;
	top: 171px;
	left: 9px;
	}
	
#breadcrumb { 
    text-align: left;
    padding: 10px 0px 20px 25px;
    }
	
#thumbs {
	text-align: left;
	width: 850px;
	height: 600px;
	margin-left: 20px;
	}
	
#thumbs img {
	padding: 5px;
	border: 0px;
	margin: 0px;
	}
	
#fullsize { 
    text-align: left;
    width: 550px;
	height: 500px;
    margin-left: 20px;
	}
	
#fullsize img { 
    padding: 0px; 
    border: 0px;
	margin: 0px;
	}
	
#caption {
	position: absolute;
	top: 298px;
	left: 608px;
	text-align: left;
	width: 190px;
	height: 200px;
  	}

#caption p { 
    font-size: .7em;
    color: #333333;
    line-height: 1.4em;
	}  
#thumbs p {
	font-size: 0.7em;
	color: #333333;
	margin-bottom: 0px;
	}  

	
#statement {
	padding: 10px 200px 0 0;
	text-align: left;
	}
	
#statement p {
	font-size: 0.7em;
	color: #333333;
	line-height: 1.4em;
	margin: 10px 0;
	}  

