@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.jpg);
	margin: auto;
	}
	
#wrapper {
	position: relative;
	width: 800px;
	height: 720px;
	margin: auto;
	background-color: #fff;
	}

 
/* navigation */

#navigation {
	position: absolute;
	width: 111px;
	height: 128px;
	left: 500px;
	top: 3px;
	}
	
#navigation-gallery {
	position: absolute;
	width: 131px;
	height: 158px;
	left: 500px;
	top: 0px;
	background-image: url(image/menu_shape.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.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(links/links_background.jpg);
	margin: auto;
	}
	
#links-text {
	position: absolute;
	top: 249px;
	left: 479px;
	width: 200px;
	height: 200px;
	text-align: left;
	}
	
#links-text a { 
    font-size: .75em;
    color: #333333;
    line-height: 2.3em;
	font-weight: 650;
	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.jpg);
	margin: auto;
	}
	
#contact-text {
	position: absolute;
	top: 257px;
	left: 519px;
	width: 200px;
	height: 100px;
	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: 625px;
	top: 73px;
	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;
	}

#breadcrumb { 
    text-align: left;
    padding: 10px 0px 20px 25px;
    }
	
#thumbs { 
    text-align: left;
    width: 600px;
	height: 400px;
    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;
	}  
