body
{
	margin: 0;
	padding: 0;
	background: #BB221B;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 85%;
}

img
{
	border: 0;
}

a
{
	color: #BB221B;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#outercontainer
{
	margin-left: -475px;
	position: absolute;
	top: -275px;
	left: 50%;
}

#container    
{
	width: 950px;
	height: 550px;
	background: #FFF;
}

#header
{
	width: 950px;
	height: 125px;
	background: #FFF url('../images/logo-2.gif') no-repeat;
	border-bottom: 5px solid #BB221B;
}

#headerlogo
{
	float: left;
	width: 350px;
	height: 125px;
}

#headerquote
{
	float: left;
	width: 160px;
	height: 118px;
	padding: 7px 0 0 40px;
}

#headergallery
{
	float: left;
	width: 400px;
	height: 125px;
}

#menu
{
	width: 950px;
	height: 40px;
	border-bottom: 5px solid #BB221B;
	background: #FFF;
}

#menu ul
{
	float: right;
	padding: 0;
	margin: 0;
	color: #B8560E;
	float: right;
	font-weight: bold;
	letter-spacing: -1px;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 0 25px;
	line-height: 40px;
	color: #BB221B;
	text-decoration: none;
	border-left: 5px solid #BB221B;
	background: #FFF;
}

#menu ul li a:hover
{
	background: #D92920;
	color: #FFF;
}

#main
{
	width: 950px;
	height: 375px;
	background-image:url('../images/background-main.gif');
	background-repeat:no-repeat;
	line-height: 150%;
}

#mainleft
{
	float: left;
	width: 355px;
	height: 355px;
	padding: 10px;
}

#mainright
{
	float: right;
	width: 545px;
	height: 345px;
	padding: 15px;
	overflow: auto;
}

#mainright ul, #mainfull ul
{
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: square;
}

#mainright p, #mainfull p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright h1, #mainfull h1
{
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}

#mainright h1 span
{
	font-size: 50%;
}

#mainfull
{
	width: 920px;
	height: 345px;
	padding: 15px;
	overflow: auto;
}

#contactform
{
	float: right;
	width: 500px;
}

#projectscont
{
	margin: 0 auto;
	width: 700px;
}

.projectsholder
{
	width: 700px;
	height: 120px;
	border-bottom: 1px solid #CCC;
}

.projectsholder img
{
	margin: 10px 70px 10px 0;
}

img.projectimg
{
	margin-right: 290px;
}

#footer
{
	width: 950px;
	padding: 15px 0;
}

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	color: #E76058;
}

#footer a { color: #E76058; text-decoration: none; }
#footer a:hover { color: #E76058; text-decoration: none; }