body {
	margin: 0px;
	background-color: #868686;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

form {
	margin: 0px;	
}

img {
	border: none;
}

#container {
	background-image: url(../images/shade.png);
	width: 1029px;
	position: relative;
	left: 50%;
	margin-left: -515px;
}

#body {
	margin-left: 15px;
	width: 999px;
	background-image: url(../images/metal.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
}

#header {
	height: 115px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#links {
	margin-left: 550px;
}

#links img {
	float: left;
}

#recentWork {
	float: left;
	width: 999px;
	height: 280px;
}

#content, #content-noflash {
	padding: 15px 50px 15px 50px;
}
#content-noflash {
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
}

#contentOne, #contentThree {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 339px;
}

#contentTwo {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 160px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-size: 12px;
	width: 1029px;
	position: relative;
	left: 50%;
	margin-left: -515px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #0F1C71;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}

.news-title {
	font-weight: bold;
	font-size: 14px;
}
.news-title a {
	color: #000;
	text-decoration: none;
}

.news-date {
	font-size: 12px;
	color: #666;
}

.smalltext {
	font-size: 12px;
}

.indentedtext {
	margin-left: 20px;
}

.news-readmore {
	font-size: 12px;
}

.column-title {
	font-weight: bold;
	font-size: 18px;
}