@charset "utf-8";


	body {background-color:#262425; background-image:url(../img/bg-big.gif); background-repeat:repeat-x; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF}
	html,body{margin:0;padding:0}
	
	a {color:#000000; font-weight:bold; text-decoration:none}
	a:hover {text-decoration:underline}
	
	div#header{position:relative}
	
	div#container{text-align:left; width:923px;margin:0 auto}

	div#content{float:right;width:410px; background-color:#01989d; height:552px; border-bottom:1px solid #000; border-right:1px solid #000; background-image:url(../img/footer-deco.jpg); background-repeat:no-repeat; background-position:bottom right;}
	div#leftSide{float:left;width:512px}
	div#extra{clear:both;width:100%; background-color:#262425; height:50px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; }


	div#homeBtn {float:left; width:87px; height:54px; }
	div#portfolioBtn {float:left; height:54px; width:133px;}
	div#contactBtn {float:left; height:54px; width:117px;}
	
	.whiteBig {font-size:16px; color:#FFF; font:Arial, Helvetica, sans-serif}
	
	.webLeft {float:left; width:180px; padding:10px;}
	.webRight {float:left; width:180px; padding:10px;}
	
	
	
	
	.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 0px solid green;
padding-top:20px;
}

.photonavlinks{ /*CSS for pagination DIV*/
padding-top:20px;
padding-left:5px;
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #ef8f25;
}