body {
	background-color:#000000;
	padding: 0;
	margin:0;
	border: 0;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	background-position: left top;
	text-align: left;
	vertical-align: text-top;
	color: #292929;
}

.txt A:link {
	text-decoration: underline;
	color: #0C3353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.txt A:visited {text-decoration: underline; color: #0C3353;}
.txt A:hover {
	text-decoration: underline;
	color: #346B93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}

#orange {
	position: relative;
	height: 5px;
	width: 100%;
	background-color: #b23f00;
}

#container {
	position: relative;
	color: #FFFFFF;
	height: 85px;
	width: 100%;
	background-color: #272727;
	background-image: url(img/grey_bkd.gif);
	background-repeat: repeat;
}

#container2 {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width: 940px;
	overflow: auto;
	background-color: #FFFFFF;
	top: 100%;
}

#project{
width: 860px;
margin-bottom: 10px;

}

#portfolio_home {
	font-family: Helvetica, sans-serif; line-height: 16px;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#portfolio {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#portfolio_print {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#box {
	padding: 20px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFFFFF;
}

#header {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
	height: 85px;
	background-image: url(img/logo_bkd.gif);
}

#logo {
	background-repeat: no-repeat;
	height: 85px;
	width: 940px;
	background-image: url(img/logo.png);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 30px top;
	margin-top: 0px;
}

#contact {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	right: 20px;
	padding-top: 40px;
	padding-right: 10px;
	font-weight: normal;
}


/*** HEADERS ***/

.h1{
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	color: #E6E6E6;
	background-color:#888888;
	padding: 3px 10px 3px 10px;
}

#footer {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #b23f00;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}


/*** LIST ***/

ul {
	list-style: none;
	padding: 5px 10px 10px 20px;
	margin: 0 0 40px 0;
	color:#272727;
}


/*** LINKS ***/

#nav {
	height: 38px;
	width: 375px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

a:link {
	color: #007aa2;
	text-decoration: none;
}
a:visited {
	color:#0099ff;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	background-color: #cef2ff;
	text-decoration: none;
}


/*** PRE-LOADER ***/

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
