body 

{
background-repeat: repeat-x; 
background-image: url(images/background.jpg); 
background-color: white;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #5e5e5e;
font-size: 12px;
line-height: 125%;
}

img {
border: 0;
}

a:link {
color: #7ab2b1;
text-decoration: none;

}

a:visited {
color: #7ab2b1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#container
{width: 850px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#header {
height: 170px;
}

#logo {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 73px;
	width: 333px;
	top: 97px;
}
 
#menu {
	position: relative;
	right: 130px;
	left: 435px;
	top: 60px;
	font-size: 16px;
	width: 414px;
	text-align: right;
	z-index: auto;
}

#menu a:link {
text-decoration: none;
color: #5e5e5e;
}

#menu a:visited {
text-decoration: none;
color: #5e5e5e;
}

#menu a:hover {
text-decoration: none;
color: #8cc5c5;
}

.currentlink {
color: #8cc5c5
}

.focusbox {
height: 250px;
background-color:  #5e5e5e;
}

.focusbox_content {
padding: 20px;
color: #ffffff;
}

.focusbox_heading_blue {
font-size: 16px;
color: #8cc5c5;
}

.focusbox_heading_white {
font-size: 16px;
color: #FFFFFF;
}

.focusbox_blue {
color: #8cc5c5;
}


#maincontent {
height: 300px;
padding-top: 30px;
}

#left {
position: relative;
width: 525px;
top: 0px;
left: 0px;
}

#right {
width: 300px;
float: right;
}

.latestwork {
height: 75px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#footer
{
width: 100%;
border-top: 3px solid #8cc5c5;
background-color: #5e5e5e;
height: 75px;
float: clear;
}

#footercontent
{width: 850px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 10px;
color: #FFFFFF;
font-size: 10px;
}

#footercontent a:link
{
text-decoration: none;
color: #ffffff;

}

#footercontent a:visited
{
text-decoration: none;
color: #ffffff;

}

#footercontent a:hover
{
text-decoration: none;
color: #8cc5c5;

}


