/* CSS Document */
@charset "UTF-8";
 
/* ---------- RESET */ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0; }
 
/* ---------- BODY */
body {
	background: url(../images/bg_03918f.jpg) repeat #03918F;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%; }
 
#container {
	margin: 0 auto;
	width: 960px; }
 
.header { margin-bottom: 52px; }
 
h1 {
	color: #8edbd3;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase; }
 
p {
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	line-height: 22px; }
 
/* ---------- PORTFOLIO NAVIGATION */
#topcontainer {
	position: fixed;
	top: 0;
	width: 100%; }
 
.topinner {
	background: url(../images/bg_083e45.jpg) repeat #083e45;
	height: 38px;
	margin: 0 auto;
	width: 960px; }
 
#nav ul {
	color: #8edbd3;
	float: right;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 12px 15px ; }
 
#nav li {
	display: inline;
	margin-right: 10px; }
 
	#nav li a {
		color: #8edbd3;
		text-decoration: none; }
 
		#nav li a:hover {
			color: #FFFFFF;
			text-decoration: none; }
 
#subnav {
	height: 185px;
	width: 100px; }
 
#current {
	float: right;
	height: 185px;
	margin-right: 100px;
	width: 200px; }
 
/* ---------- CONTENT */
.img {
	border: 5px solid #CCC;
	margin-bottom: 5px; }
 
	.img:hover { border: 5px solid #083e45; }
 
.imgsm {
	border: 5px solid #CCC;
	margin: 0 0 6px 0; }
 
	.imgsm:hover {
		border-color: #083e45;
		margin: 0 0 6px 0; }
 
#right { margin: 290px 15px 0px 470px; }
 
#leftcontainer {
	margin: 0 auto;
	width: 960px; }
 
#left {
	background: url(../images/bracket_l.png) no-repeat 395px 207px;
	height: 430px;
	margin: 0 auto 0 15px;
	position: fixed;
	top: 83px;
	width: 450px; }
 
/* ---------- FOOTER */
#footer {
	background: url(../images/bg_083e45.jpg) repeat #083e45;
	height: 30px;
	margin-top: 30px; }
 
	#footer a {
		color: #FFF;
		text-decoration: none; }
 
	#footer p {
		color: #8edbd3;
		font-size: 9px;
		font-weight: normal;
		margin: 0 15px;
		text-align: right;
		text-transform: uppercase; }
 