body
{
	padding: 0;
	margin: 0;
	background: #260045;
	color: #260045;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #260045;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	background: #6CA662;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;

}

#header
{
	width: 800px;
	height: 150px;
	background: url(projects-header.jpg);
	letter-spacing: 1px;
	font-family: trebuchet ms;
}

#container    
{

	border: 20px solid #6CA662;
	width: 760px;
	height: 800px;
}

#containerleft
{
	float: left;
	width: 550px;
	height: 780px;
	background: url(../fill-left-long.jpg); 
	padding: 10px;
	overflow: auto;
	font-family: trebuchet ms;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms;
	letter-spacing: -1px;
	font-size: 200%;
	color: #260045;
	padding-bottom: 5px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
#containerleft h4
{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms;
	letter-spacing: 0px;
	font-size: 150%;
	color: #260045;
	padding-bottom: 5px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}


#containerleft a
{
	text-decoration: none;
	color: #260045;
}
#containerleft a:hover
{
color:#fff;
}

#containerleft h2 a:hover
{
color: #260045;
}

#containerright
{
	float: left;
	width: 150px;
	height: 780px;
	background: url(../fill-right.jpg);
	overflow: auto;
	padding: 10px;
	font-family: trebuchet ms;
	border-left: 20px solid #6CA662;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms;
	letter-spacing: -2px;
	font-size: 200%;
	color: #260045;
	padding-bottom: 5px;
	width: 75%;
	text-align: center;
}


#containerright a
{
	padding-left:5px;
}
#footer
{
	width: 800px;
	text-align: right;
	font-family: trebuchet ms;
	padding: 5px 0px;
	color: #6CA662;
	font-size: 75%;
}

#footer a
{
	text-decoration: none;
	color: #6CA662;
	font-family: trebuchet ms;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
	font-family: trebuchet ms;
}