/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#CCCCCC
}
.content{
background-color:#ffffff;
background-image:url("contentBg.png");
background-repeat: repeat;
overflow:auto;
width:760px;
}

.title{
width: 720px;
margin:0px 0px 0px 0px;
}
.sub{
width: 600px;
margin:0px 0px 0px 0px;
}

.headerTop{
background-image:url(headTop.png);
height:15px;
width:760px;
}
.footer{
background-image:url('footer.png');
float:left;
height:39px;
width:760px;
margin:20px 0px 0px 0px;
}
h3{
font-size:16px;
margin:0px;
left:auto;
line-height:18px;
}

.imageT{
width:260px;
float:right;
margin:20px 30px 0px 20px;
}
.imageB{
width:230px;
float:right;
margin:20px 0px 0px 10px;
}

.nav{
width:180px;
float:left;
}
.photoV{
float:left;
width:275px;
margin:20px 20px 20px 30px;

}
.pTextV{
height:135px;
width:350px;
float:left;
margin:25px 25px 25px 25px;
}
.mediumDimsV{
height:25px;
width:350px;
float:left;
margin:25px 25px 25px 25px;
}
.photoH{
width:600px;
margin:20px 20px 20px 30px;

}
.pTextH{
height:40px;
width:600px;
margin:10px 10px 10px 10px;
}
.mediumDimsH{
height:20px;
width:600x;
margin:0px 0px 0px 0px;
}
.txtT{
width:390px;
float:right;
margin:20px 0px 20px 20px;
}
.txtB{
width:360px;
float:right;
margin:20px 70px 20px 20px;
}
.footerC{
width:33%;
float:left;
}
a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.sculptP div.picP {
border:5px solid #cccccc;
	display:none;
}
a.sculptP:hover div.picP {
	display:block; position: absolute; top:165px; left:30px;
}
a.sculptP img {
	border:none
}
a:hover img {
	filter:none;
}