body
{
	padding: 0px;
	margin: 0px;
	font-family: verdana, "trebuchet ms", tahoma, helvetica;
	color: #fff;
	background-color: #000;
	text-align: center;
}

div#base
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #eee;
	width: 100%;
	z-index: 999;
	height: 49px;
}

h1#title
{
	float: left;
	padding-top: 100px;
	padding-bottom: 0px;
	padding-left: 154px;
	padding-right: 0px;
	margin: 0px;
	text-indent: -9999px;
    overflow: hidden;
	width: 292px;
	height: 23px;
	background-position: bottom right;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}

div#position
{
	width: 600px;
	height: 326px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -163px;
}

div#contents
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 326px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #fff;
}

#contents p
{
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 280%;
}

#contents a
{
	text-decoration: underline;
	color: #fff;
}
#contents a:hover
{
	text-decoration: underline;
}

div#portfolio
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 456px;
	padding: 0px;
	margin: 0px;
}
.portfoliothumbnail a
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 224px;
	height: 224px;
	overflow: hidden;
	padding: 0px;
	margin: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.portfoliothumbnail span
{
	position: absolute;
	bottom: -1px;
	left: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 105px;
	padding-bottom: 105px;
	width: 184px;
	height: 14px;
	background-image: url(../images/transbackground.png);
	background-position: top left;
	background-repeat: repeat;
	behavior: url("scripts/iepngfix.htc");
	display: none;
}

div#testimonials
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 456px;
	padding: 0px;
	margin: 0px;
}

#testimonials p
{
	font-size: 13px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	line-height: 190%;
	color: #666;
}
#testimonials a
{
	text-decoration: none;
	color: #B49457;
}
#testimonials a:hover
{
	color: #E5C280;
}