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

body{
	background: url(../images/page_splash.jpg) no-repeat center top;
	margin: 0px;
	font-family:Segoe UI,Verdana,Arial,sans-serif;	
	color: #666666;
	font-size:12px;
}

#container{
	background: url(../images/page_body.png);
	width: 550px;
	min-height: 270px;
	padding-left: 30px;
	padding-right:58px;
	margin-left:auto; 
	margin-right:auto;
}

#header{
	width: 638px;
	height: 178px;
	background: url(../images/page_postit01.png);
	margin-top: 40px;
	margin-left:auto; 
	margin-right:auto;
	
}

.headerTxt{
	height: 60px;	
	float:left;
	font-size:0px;
}

#profile{
	width: 117px;
	background: url(../images/b_pagehome.png) top center;
	
}

#profile:hover{
	background: url(../images/b_pagehome_a.png) top center;
}

#clients{
	width: 88px;
	background: url(../images/b_pageclients.png) top center;
	
}

#clients:hover{
	background: url(../images/b_pageclients_a.png) top center;
}

#gallery{
	width: 92px;
	background: url(../images/b_pagegallery.png) top center;
	
}

#gallery:hover{
	background: url(../images/b_pagegallery_a.png) top center;
}

#contact{
	width: 96px;
	background: url(../images/b_pagecontact.png) top center;
	
}

#contact:hover{
	background: url(../images/b_pagecontact_a.png) top center;
}


#home{
	background: url(../images/page_body.png);
	width: 550px;
	text-align:right;
	padding-left: 38px;
	padding-right:50px;
	margin-left:auto; 
	margin-right:auto;
}


#bottom{
	width: 578px;
	height: 35px;
	background: url(../images/page_bottom.png);
	color: #666666;
	font-size:11px;
	text-align:center;
	padding: 8px 30px;
	margin-left:auto; 
	margin-right:auto;
}

.pContainer{
	background: url(../images/polaroidcontainer.png);
	width: 550px;
	height: 270px;
	float:left;
	
}

a img{
	text-decoration:none;
	border:none;
}

.desc{
	width:310px;
	margin-left: 10px;
	font-size: 12px;
	color: #666666;
	text-align:left;
}

.thumbs{
	
	margin-left: 10px;	
	vertical-align:bottom;
	text-align:left;
	width:270px
}

a{
	color: #3366FF;
	text-decoration:none;
	border:none;

}

.project{
	margin-left: 35px;
	padding-bottom: 25px;
}
