body {
	padding: 0;
	margin: 0;
	background: #161616;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

a {
	color: #F26118;
	text-decoration: underline;
}

a:hover {
	color: #A22D0F;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#header {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 960px;
}

#header h1 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: url(../img/header.png) no-repeat;
	height: 115px;
}

#container {
	padding: 30px 30px 0 30px;
	margin: 0 auto 0 auto;
	width: 900px;
	background: #101010;
}

#container h2 {
	padding: 0 0 20px 0;
	margin: 0;
	text-indent: -9999px;
	border-bottom: 1px solid #222222;
}

.h2-portfolio {
	background: url(../img/h2_portfolio.png) no-repeat;
}

#container h3 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	height: 15px;
}

.h3-about {
	background: url(../img/h3_about.png) no-repeat;
}

.h3-contact {
	background: url(../img/h3_contact.png) no-repeat;
}

.h3-networks {
	background: url(../img/h3_networks.png) no-repeat;
}

#content {
	padding: 20px 0 0 0;
	margin: 0;
	float: left;
	width: 590px;
}

.port-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.port-list li {
	padding: 0;
	margin: 0 22px 30px 0;
	list-style: none;
	float: left;
	width: 125px;
}

.port-list a {
	text-decoration: none;
	display: block;
	font-size: 11px;
}

.port-list img {
	margin-bottom: 5px;
	border: 5px solid #222222;
	float: left;
}

.port-list a:hover img {
	border: 5px solid #353535;
}

#sidebar {
	padding: 20px 0 0 20px;
	margin: 0;
	float: right;
	width: 250px;
	height: 600px;
	border-left: 1px solid #222222;
}

ul.networks {
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
	list-style: none;
}

ul.networks li {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	width: 230px;
	height: 35px;
	display: block;
}

ul.networks li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #222;
	height: 35px;
	padding: 5px;
	display: block;
}

ul.networks li a:hover {
	background: #353535;
}

ul.networks img {
	float: left;
	padding-right: 5px;
	border: 0;
}

ul.networks strong {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-right: 60px;
}

#footer {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 960px;
}
