body{
	background:#f1f1f1;
	padding:0px;
	margin:0px;
}
*:active, object:focus, embed:focus{
	outline: none;
}
p{
	font-family: Tahoma; 
	font-size: 12px;
	color: #212121;
}
.p2{
	font-family: Tahoma; 
	font-size: 11px;
	color: #212121;
}

.portfoliohead{
	font-family: Tahoma; 
	font-size: 11px;
	color: #a49c73;
	line-height: 150%;
	font-weight:bold;
}

.portfolioheading{
	font-family: Tahoma; 
	font-size: 14px;
	color: #a49c73;
	line-height: 150%;	
}

.contactformhead{
	font-family: Tahoma; 
	font-size: 12px;
	color: #212121;
	line-height: 150%;
	font-weight:bold;
}

.contactform{
	font-family: Tahoma; 
	font-size: 10px;
	color: #212121;
	line-height: 150%;
}

.contactforminput{
	background:#f1f1f1;
	border:none;
	padding: 3px;
	width:200;
}
.contactformcheckbox{
	background:#f1f1f1;
	border:none;
}

h1{
	font-family:Tahoma;
	font-size:22px;
	color:#a59d73;
	
}

.footerUnselected {
	font-family:Tahoma;
	font-size:14px;
	color:#a39975;
}
.footerUnselected:hover {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
}

.footerSelected {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
}

a:link { 
	color: #a49c73;
	text-decoration: none;
}
a:active { 
	color: #a49c73;
	text-decoration: none;
}
a:visited { 
	color: #a49c73;
	text-decoration: none;
}
a:hover{ 
	color: #a49c73;
	text-decoration: underline;
}

#imagebg{
	filter:alpha(opacity=80);
	background-color: #d8f1eb;
	position: absolute;
	top:0px;
	left0px;
	width:100%;
	height:100%;
	opacity: 0.8;
	visibility:hidden;
}
#largeimagecontainer{
	position: absolute;
	top:0px;
	left0px;
	width:100%;
	height:100%;
	visibility:hidden;
	vertical-align:middle;
}