@charset "UTF-8";
/* CSS Document */
body {
	background-color: #686868;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main #left {
	float: left;
	width: 49px;
}
#main #background {
	float: left;
	width: 900px;
}
#main #right {
	float: left;
	width: 51px;
}
#main #background #content {
	height: 565px;
	width: 900px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(portfolio-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main #background #content #area {
	margin: 10px;
	width: 780px;
	height: 430px;
	text-align: center;
	overflow: auto;
}
#main #background #content #area #copy {
	text-align: left;
}
#main #background #content #contact {
	font-size: 14px;
	color: #666;
	width: 300px;
	margin-left: 40px;
	padding-top: 40px;
}
#main #background #content #contact p {
	margin-bottom: 6px;
	margin-top: 0px;
}
#main #footer {
	clear: both;
	width: 1000px;
}
#main #copyright {
	font-size: 10px;
	color: #333;
	text-align: center;
}
.imageRight {
	float: right;
	padding-left: 12px;
}
.contactBold {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
#main #background #content #contact a:link, #main #background #content #contact a:visited {
	font-size: 20px;
	color: #333;
	text-decoration: none;
}
#main #background #content #contact a:hover {
	color: #999;
}
#description {
	color: #999;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}