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

#container {
	height: 476px;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-image: url(images/splashbackground.gif);
	border: 2px solid #662d2c;
}
#inner {
	border: 1px solid #662d2c;
	margin: 7px;
	height: 460px;
	background-repeat: no-repeat;
	background-image: url(images/logo.gif);
}
#mainlinks {
	text-align: right;
	margin-top: 180px;
	margin-right: 125px;
}
#whatlink {
	margin-right: 16px;
}
#portfoliolink {
	margin-right: 8px;
}
body {
	background-color: #EBE7E7;
	font-family: Helvetica, Arial, sans-serif;
	color: #d43c2c;
}
#portfoliobackground {
	background-image: url(images/portfoliobackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#portfoliocontainer {
	height: 476px;
	width: 779px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #602625;
	position: relative;
}
#portfoliogrid {
	width: 725px;
	margin-top: 57px;
	margin-left: 20px;
	height: 350px;
}
#portfoliogrid img {
	margin-right: 10px;
	margin-bottom: 10px;
}
a {
	color: #D3181C;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
a:visited {
	color: #8c6766;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
#homecontainer {
	height: 476px;
	width: 779px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #662d2c;
	position: relative;
	background-image: url(images/homebackground.gif);
}
#navigation {
	position: absolute;
	bottom: 36px;
	left: 31px;
}
#navigation a {
	margin-right: 40px;
	font-style: italic;
	font-size: 12px;
}
#ballooncopy {
	margin-top: 85px;
	margin-left: 23px;
	line-height: 19px;
}
#contactcontainer {
	background-image: url(images/contactbackground.gif);
	width: 779px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 2px solid #662d2c;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
