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

html, body {height:100%;}

body {
	background-color: #e4f7ff;
	margin: 0;
	padding: 0;
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#container {width:1000px;
			background-color: #FFF;
			margin: 0 auto;
			padding: 0;
			min-height:100%;}
			
#header {width:100%;
		height:140px;
		padding:0 0 15px;}
			
#content {height:330px;
		  padding: 0 150px;
		  font-size:12px;
		  }
		  
#about {
	height:320px;
	overflow:auto;
	padding: 0 38px;
	margin: 0 210px 10px;
	font-size:12px;
	text-align: justify;
	line-height: 18px;
		  }
		  
#links {
	height:320px;
	overflow:hidden;
	padding: 0;
	margin: 0 160px 10px;
	font-size:12px;
	text-align: center;
	line-height: 18px;
		  }
		  


#contact {
	height:320px;
	overflow: hidden;
	padding: 0;
	margin: 0 160px 10px;
	font-size:12px;
	text-align: center;
		  }
		 
		  
.padding {padding: 0 25px 40px 0;}

.inline {
	display: inline;
	
}

#text12px {
	font-size:12px;
	line-height:18px;
	width: 168px;
	float: left;
	height: 330px;
	text-align: justify;
	}
	
#text12px p {display:inline;}
		  
#portfoliomenu {height:330px;
		  padding: 0 215px 5px;}
		  
#leftnav {margin: 0 0 0 145px;
		  height: 330px;
		  width: 155px;
		  float: left;}
		  
#leftnav img {padding: 0 0 10px 0;
				border:0;}

#thumbnails {
	width: 168px;
	float: left;
	height: 330px;
	text-align: justify;
}
			
#thumbnailspics {height:280px;}

#thumbnailsnumbers {height:40px;
					padding:10px 2px 0px;
					color:#666}
			
#thumbnails img {border: 1px solid #CCC;
				 float: left;
				 margin: 0 2px 4px;}
		  
#gallerycontent {
	width: 362px;
	height: 330px;
	float: left;
	padding: 0 0 0 25px;
	overflow:hidden;
}

#gallerycats {
	width: 362px;
	height: 327px;
	float: left;
	padding: 3px 25px 0 0;
	overflow:hidden;
}

#gallerycontent img {
	border: 1px solid #CCC;} 
	
#gallerycats img {
	border: 1px solid #CCC;
	} 

#menu {
	margin: 0 145px;
	padding:5px 0 0;
	height:75px;
	clear:both;}
	
#menu img {float:left;}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

.border1pxgrey {border: 1px solid #CCC; }

.paddingbottom {padding: 0 0 3px;}

#copyright {
	padding:10px 0 0;
	text-align:center;}
