* {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f0f0;
	font-family: Helvetica;
}

a img {
	border: none;
}

p a {
	color: #000;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#sidebar {
	margin-top: 22px;
	float: left;
	overflow: hidden;
	width: 272px;
}

#sidebar #top {
	z-index: 100;
	position: fixed;
	background: #f0f0f0;
}

#sidebar #top.scrollfix {
	position: relative;
}

	#sidebar img {
		padding: 5px 10px;
	}
	
	#sidebar p#slogan {
		font-size: 15px;
		text-transform: uppercase;
		text-align: center;
		width: 246px;
		color: #b9b9b9;
	}

	#sidebar ul.menu {
		margin-top: 50px;
		display: block;
	}
	
	#sidebar ul.menu li {
		list-style: none;
		color: #3e3e3e;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		padding: 9px 10px 9px 30px;
		margin-bottom: 1px;
		width: 225px;
		cursor: pointer;
	}
	
	#sidebar ul.menu li.aboutme {
		background: url(../images/aboutme.jpg) no-repeat 7px 0px;
		color: #3e3e3e;
	}
	
	#sidebar ul.menu li.aboutme.active {
		background: #3e3e3e url(../images/aboutme.jpg) no-repeat 7px -35px;
		color: #f0f0f0;
	}
	
	#sidebar ul.menu li.applications {
		background: url(../images/applications.jpg) no-repeat 7px 0px;
		color: #3e3e3e;
	}
	
	#sidebar ul.menu li.applications.active {
		background: #3e3e3e url(../images/applications.jpg) no-repeat 7px -35px;
		color: #f0f0f0;
	}
	
	#sidebar ul.menu li.contact {
		background: url(../images/contact.jpg) no-repeat 7px 0px;
		color: #3e3e3e;
	}
	
	#sidebar ul.menu li.contact.active {
		background: #3e3e3e url(../images/contact.jpg) no-repeat 7px -35px;
		color: #f0f0f0;
	}
	
	#footer {
		z-index: 100;
		position: fixed;
		bottom: 10px;
		background: #f0f0f0;
	}
	
	#footer.scrollfix {
		position: absolute;
	}
	
	#footer p {
		color: #cbcaca;
		font-size: 11px;
	}
	
#content {
	float: left;
	width: 688px;
	background: #dcdcdc;
}
	.panel_header {
		height: 70px;
		background: #f0f0f0;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		padding-top: 90px;
		overflow: hidden;
	}
	
	.panel_header h1 {
		float: left;
		margin: 23.5px 0px 23.5px 60px;
	}
	
	.panel_header img {
		float: left;
		margin: 23.5px 0px 23.5px 60px;
	}
	
	.panel_header ul {
		list-style: none;
		float: right;
		margin: 23.5px;
	}
	
	.panel_header ul li img {
		margin: 0;
		cursor: pointer;
		padding: 0px 5px 3px 5px;
	}
	
.panel {
	margin: 60px 60px 360px 60px;
	overflow: hidden;
}

.left {
	float: left;
	width: 265px;
	overflow: hidden;
	margin-bottom: 40px;
}

.right {
	float: right;
	width: 265px;
	overflow: hidden;
}

.wide {
	clear: both;
	width: 568px;
	margin-bottom: 40px;
}

.panel .wide h3 {
	float: none;
}

.panel .wide p.testomanial {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #d8d9d9;
	width: 548px;
}

.panel .wide ul li {
	list-style: none;
	font-size: 11px;
	line-height: 22px;
}

h3.title {
	margin-bottom: 10px;
	font-family: Futura, Helvetica, sans-serif;
	color: #303232;
	float: left;
	text-transform: uppercase;
}

.left p.profession, .right p.profession {
	float: right;
	font-family: Futura, Helvetica, sans-serif;
	font-size: 13px;
	color: #b9b9b9;
	margin-top: 5px;
}

img.placeholder {
	padding: 14px;
	background: #f0f0f0;
	border: 1px solid #cecece;
	margin-bottom: 10px;
}

.left p, .right p, .wide p {
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #595959;
}

.left div.more, .right div.more {
	float: left;
	font-size: 11px;
	padding: 0px 7px;
	background: #f0f0f0;
	border: 1px solid #d8d9d9;
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
	width: 249px;
	height: 32px;
}

.left div.more li, .right div.more li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 4px;
	float: left;
	margin-top: 7px;
}

.left div.more li.connect, .right div.more li.connect {
	margin-right: 20px;
	margin-top: 9px;
}

.left div.more li.text, .right div.more li.text {
	margin-top: 9px;
}

.left .portfolio_item, .right .portfolio_item {
	margin-bottom: 10px;
}

/* === End Content Section === */
