*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

body{
	background: #000 url(bg.jpg) top center no-repeat;
	font-family: Verdana, sans-serif;
}

a{
	font-weight: bold;
	color: #AAA;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 600px;
	margin: 50px auto;
}

#contentwrapper{
	width: 600px;
	float: left;
	background: #FFF;
}

#header{
	padding: 0px 20px;
	height: 132px;
	background: url(logo.jpg) top center no-repeat;
}

.part{
	border-bottom: 1px solid #AAA;
}

.subtitle h2{
	width: 560px;
	padding: 10px 20px;
	cursor: pointer;
}

.arrowdown{
	float: right;
	background: url(arrows.png) top right no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

.arrowdown.hover{
	background: url(arrows.png) bottom right no-repeat;
}


.arrowup{
	background: url(arrows.png) top left no-repeat;
}

.arrowup.hover{
	background: url(arrows.png) bottom left no-repeat;
}

.section{
	padding: 20px;
	padding-top: 0px;
}

#whosection img{
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 1px;
	float: left;
	border: 1px solid #AAA;
}

#whosection .title{
	color: #AAA;
}

#whosection, #whatsection, #contactsection, #portfoliosection{
	display: none;
}

h3.portfolio{
	padding: 5px;
	color: #AAA;
	cursor: pointer;
}

h3.portfolio:hover, h3.active{
	background: #AAA;
	color: #FFF;
}

img.portfolio{
	display: none;
	border: none;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
}

#footer{
	padding: 20px;
}