
/************************************************************************
 *
 * 	BASE 
 *
 ************************************************************************/


body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/bg-080328-2.gif);
	background-position: 20px 20px;
	background-color: #FFFFFF;
	}

#site {
	width: 792px;
	margin-top: 0px; 
	margin-left: auto;	
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}


#content {
	width: 792px;
	height: 424px;
	margin-top: 10px;
	padding : 5px; 
	margin-left: auto;	
	margin-right: auto;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	}

.bigImage img {
	padding: 5px;
	}

#portfolioThumbArea {
	width: 750px;
	height: 384px;
	padding: 15px 25px 25px 25px;
	position: absolute;
	}

.thumbnailImage img {
	width : 110px;
	height : 110px;
	padding: 12px 20px 10px 20px;
	background-color: #FFFFFF;
	float : left;
	position : relative;
	border: 0px;	
	}

.thumbnailImage img a:link {
	border: 0px;	
	}

#header {
	width: 800px;
	height: 27px;
	margin-top: 73px; 
	margin-left: auto;	
	margin-right: auto;
	}

#navigation {
	float : right ;	
	}

.linkText {
	visibility : hidden ;
	text-decoration : none;
	}
	
.linkText a:link {
	visibility : hidden ;
	text-decoration : none;
	}
	
.linkText a:hover {
	visibility : hidden ;
	text-decoration : none;
	}

#buttonHome {
	width : 82px ;
	height : 27px ;
	margin-left : 10px;
	background-image: url(../images/nav-home-off.jpg);
	float : left ;	
	}

#buttonHome:hover {
	background-image: url(../images/nav-home-on.jpg);
	}

#buttonPortfolio {
	width : 103px;
	height : 27px;
	margin-left : 10px;
	background-image: url(../images/nav-portfolio-off.jpg);
	float : left ;	
	}

#buttonPortfolio:hover {
	background-image: url(../images/nav-portfolio-on.jpg);
	}

#linkPrev {
	width : 20px;
	height : 100%;
	float : left ;
	position : relative;
	background-image: url(../images/nav-portfolio-prev-off.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#linkPrev:hover {
	background-image: url(../images/nav-portfolio-prev-on.png);
	}


#linkNext {
	width : 20px;
	height : 100%;
	float : right ;
	position : relative;
	background-image: url(../images/nav-portfolio-next-off.png);
	background-repeat: no-repeat;
	background-position: center;	
	}

#linkNext:hover {
	background-image: url(../images/nav-portfolio-next-on.png);
	}

#buttonContact {
	width : 127px ;
	height : 27px ;
	margin-left : 10px;	
	background-image: url(../images/nav-contact-off.jpg);
	float : left ;	
	}

#buttonContact:hover {
	background-image: url(../images/nav-contact-on.jpg);
	}

#emailButton {
	float : right ;
	width : 200px ;
	height : 70px ;
	position : absolute ;
	background : yellow ;
	}

#emailButton  a:link {
	border: 0px;	
	}
	
#footerContainer {
	z-index: 99;
	width: 800px;
	margin-top: 5px; 
	margin-left: auto;	
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align: center;
	font-size: 0.6em;
	line-height: 1.2em;
	color: #666666;
	}


#footerContainer .footerLink:hover {
	text-decoration : none ;
	color : red ;
	}

#footerContainer .footerLink {
	text-decoration : none ;
	color : #666666 ;
	}
	
#validation img, a:link, a:hover, a:active {
	border: 0px;
	}
	
#validation {
	position: relative;
	bottom: 0px;
	right: 0px; 
	padding: 3px;
	float: right;
	}
