* {
	margin:auto;
	padding:0;
	}
body {
	background:url('images/bg-repeat.gif') repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#445057;
	}

a {
	text-decoration:none;
	}

#container {
	width:861px;
	height:auto;
	}	

#header {
	width:861px;
	background:url('images/header.gif') no-repeat;
	height:89px;
	background-position:left;
	padding-top:10px;
	text-align:right;
	}

#navigation {
	width:714px;
	text-align:center;
	}

#navigation a {
	color:#fff;
	}


#navigation ul {
	margin:0;
	padding:0;
	}

#navigation li {
	list-style-type:none;
	padding-top:5px;
	height:24px;
	width:119px;
	display:block;
	float:left;
	background:url('images/button.gif') no-repeat;
	}

#navigation li:hover {
	background-image:url('images/button-active.gif');
	}

#small-dark-box {
	height:179px;
	width:215px;
	background:url('images/small-dark-box.gif');
	float:left;
	}

#header-graphic {
	height:179px;
	width:646px;
	background:url('images/header-graphic.gif');
	float:right;
	}

#content {
	width:861px;
	height:auto;
	clear:both;
	line-height:2.0em;
	}

#content p {
	margin-bottom:20px;
	}

#content a {
	color:#0f85a2;
	}

#content li {
	text-indent:10px;
	list-style-position:inside;
	list-style-type:circle;
	}
	
.portfolio-box {height:128px; padding:10px; border:solid #445057 1px;}

.portfolio-tn {width:33%; height:128px; float:left;}

.portfolio-text {width:380px; float:right; clear:right;}

#sub {
	width:185px;
	height:auto;
	float:left;
	background:url('images/left-column.gif') repeat-y;
	padding:15px;
	}

#main-content {
	width:616px;
	padding:15px;
	height:auto;
	float:right;
	background:url('images/main-content.gif') repeat-y;
	}

#footer {
	width:861px;
	height:44px;
	background:url('images/footer.png');
	clear:both;
	padding-top:50px;
	text-align:right;
	font-size:10px;
	}

#footer ul {
	list-style-type:none;
	padding-right:15px;
	}

#footer li {
	display:inline;
	margin-left:10px;
	}

#footer a:link, a:visited {
	color:#fff;
	}

#footer a:hover {
	color:#000000;
	}

#footer p {
	margin-top:5px;
	margin-right:15px;
	color:#fff;
	}


