body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #000;
}

a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

#wrapper {
	width: 769px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	width: 769px;
	height: 55px;
	margin: 0;
	padding: 0;
}

#container {
	clear: both;
	width: 769px;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 589px;
	padding: 0;
	margin: 0 0 0 14px;
	/*height: 400px;*/
	min-height:460px;
	height:auto !important;
	height:460px;
	border-left: 2px solid #fff;
	/*border-right: 35px solid #fff;*/
	display: inline;
}

#content-info {
	float: left;
	width: 534px;
	margin: 0 10px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	display: inline;
}

.portfolio {
	clear: both;
	width: 530px;
	margin: 0 0 20px 0;
	padding: 0;
}

.portfolio-rh {
	float: left;
	width: 350px;
	margin: 0 0 20px 10px;
	padding: 0;
	display: inline;
}

.portfolio-lh {
	float: left;
	width: 164px;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline;
}

#content-label {
	float: left;
	width: 35px;
	margin: 0;
	padding: 0;
	display: inline;
}

#label {
	float: left;
	width: 35px;
	padding: 0;
	margin: 0;
	height: 400px;
	background-color: #fff;
	display: inline;
}

#tabs {
	float: left;
	width: 145px;
	padding: 0;
	margin: 0;
}

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

#tabs ul li {
	margin: 5px 0;
	padding: 6px 2px 0 2px;
	height: 27px;
	color: #416983;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

#tabs ul li a, #tabs ul li a:visited {
	color: #416983;
	text-decoration: none;
}

#tabs ul li a:hover {
	color: #ff9900;
	text-decoration: none;
}

#tabs form {
	margin: 100px 10px 0 10px;
	padding: 0;
}

#bottom {
	clear: both;
	width: 769px;
	margin: 0;
	padding: 0;
	height: 16px;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
}

#footer {
	width: 769px;
	margin: 0;
	padding: 20px 0 0 0;
	height: 60px;
	color: #fff;
	line-height: 20px;
	font-size: 0.8em;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}



/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
