/* 
  #Filename: Style.css
  #Website: DSGN.us
  #Author: Daan v/d Plas
*/

body {
	margin: 0px;
	padding: 0px;
	background: url('images/bodybg.png');
	font: 10pt tahoma;
}

img { 
	border: 0px;
}

h1,h2 {
	display: none;
}

a:link, a:hover, a:visited {
	text-decoration: none;
}
a {
     outline: none;
}

#none {
	display: none;
}
/*
  #Header
*/

#header {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	height: 133px;
	width: 100%;
	background: url('images/background.png');
}

/*
  #Navigation
*/

#navigation {
	position: absolute;
	top: 133px;
	right:0px;
	z-index: 9999;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	width: 50%;
	margin: 0;
	*margin: 0 -1px 0 0;
	display: block;
}

#navigation li a{
	background: #ff0085;
	padding: 6px 0px 6px 0;
	*padding: 6px 0px 6px 0px;
	_padding: 6px 0px 6px 0px;
	width: 100%;
	list-style: none;
	float: left;
	color: #fff;
	display: block;
}

#navigation li a:hover {
	background: #dfdfdf;
	color: #838383;
	display: block;
}

.previous {
	text-align: left;
	padding: 0 0 0 35px;
}

.next {
	text-align: right;
	padding: 0 0 0 35px;
}

/*
  #content
*/

#content {
	width: 100%;
	height: 667px;
}


#portfolio {
	overflow: hidden;
	height: 667px;
	background: #fff;
}

#control {
	margin: 145px 0 0 0;
}

#control span{
	font-size: 10px;
}

.box {
	overflow: hidden;
	text-align: center;
	height: 667px;
}

/*
 #footer
*/

#footer {
	color: #838383;
	font-size: 10px;
	text-align: center;
	padding: 15px 0px 10px 0;
	width: 100%;
	background: url('images/footer.png');
	position: absolute;
	top: 804px;
}

#footer p {
	margin: 0;
	padding: 0;
}