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

#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#banner {
	height: 40px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	width: 900px;
	height: auto;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.quote {
	font-style: italic;
	color: #333;
}
body {
	background-color: #666;
}


#footer {
	background-color: #FFF;
	height: 40px;
	width: 900px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
#footer a:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	font-size: 10px;
	color: #999;
	text-decoration: underline;
	font-style: normal;
}
#footer a:active {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
}
a:link {
	font-style: italic;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	color: #999;
	text-decoration: none;
}
a:active {
	font-style: normal;
	color: #000;
	text-decoration: underline;
}


h1 {
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
#banner_flash {
	height: 150px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	background-color: #000;
}
#menu {
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/topcurve.png);
	background-repeat: no-repeat;
}
#portfolio_left {
	height: auto;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	float: left;
}
#portfolio_right {
	height: auto;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	float: right;
}
#content_portfolio {
	width: 900px;
	height: auto;
	background-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapper #content_portfolio table tr td div a img {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px solid #333;
}

