a {
	outline:none;
	color:#5b7876;
}

a img{
	border:none;
}

body {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

h1{
	font-weight:100;
	font-size:18px;
	margin:0;
	padding:0;
	color:#5b7876;
}

h2{
	font-weight:100;
	font-size:14px;
	color:#8f9e8b;
	border-bottom:1px solid #8f9e8b;
}

h3{
	font-weight:100;
	font-size:12px;
	color:#f2e6b6;
}

p{
	line-height:20px;
}

#content {
	margin-top: 50px;
	width: 930px;
}

#title {
	text-align: right;
}

#title .one {
	color: #5B7876;
	font-size: 32px;
	line-height: .8em;
}

#title .two {
	color: #8F9E8B;
	font-size: 24px;
	line-height: .8em;
}

#title .three {
	color: #F2E6B6;
	font-size: 14px;
	line-height: .8em;
}

#menu {
	text-align: right;
}

#menu ul {
	list-style: none;
}

#menu ul li ul {
	display: inline;
}

#menu a:link {
	color: #4f3229;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	color: #F2E6B6;
}

#menu a:visited {
	color: #4f3229;
	font-size: 13px;
	text-decoration: none;
}

#leftSide {
	width: 300px;
	float: left;
	text-align: right;
	margin: 0;
}

#rightside {
	margin: 0 0 0 30px;
	width: 600px;
	float: left;
}

#port {
	margin: 0 0 0 30px;
	width: 600px;
	float: left;
}

#port a:link {
	color: #FFF;
	text-decoration: none;
}

.portItem {
	height: 77px;
	width: 200px;
	opacity: .70;
	margin: 0 15px 10px 0;
	float: left;
	background: #111 url(portItem_left.gif) no-repeat left bottom;
}

.portItemOver {
	height: 77px;
	width: 200px;
	opacity: 1;
	margin: 0 15px 10px 0;
	float: left;
	background: #111 url(portItem_left.gif) no-repeat left bottom;
}

.portItemContents {
	background: url(portItem_right.gif) no-repeat right bottom;
	float: left;
	padding: 5px;
	width: 195px;
}

.portItemContents img {
	margin-right: 5px;
	border: 0;
	float: left;
}

.portItemContents div {
	float: left;
}

#footer{
	margin:30px 100px 0px 0px;
	height:100px;
	width:600px;
	text-align:right;
}

.sig{
	font-size:10px;
}

a.sig{
	color:#222222;
}

.label {
	display:block;
	color:#8f9e8b;
}

label {
	display:block;
	margin-bottom:20px;
}

textarea {
	width:350px;
	height:120px;
}

input, textarea {
	background-color:#000000;
	border:1px solid #8f9e8b;
	font: ;
	color: #FFF;
	outline:none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}