body {
	background: #008182 url(images/bg_main.png) repeat-x fixed;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
}

#sprat {
	width: 500px;
	height: 400px;
	background: url(images/sprat.png) no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#logo {
	width: 70px;
	height: 600px;
	background: url(images/logo-surrealtone.png) no-repeat;
	position: fixed;
	top: 40px;
	left: 733px;
	z-index: 4;
}

#wrap {
	border-width: 1px;
	border-color: #49aaae;
	border-style: solid;
	width: 640px;
	margin-top: 40px;
	margin-left: 40px;
	padding: 20px 20px 20px 40px;
	background: #333 url(images/bg_wrap.png) no-repeat;
	position: relative;
	min-height: 520px;
	z-index: 3;
}

h1.head {
	color: #98c800;
	font: bold 5em Helvetica;
	text-align: left;
	margin: 1px;
}

h2.caption {
	color: #b3b3b3;
	font-size: 1em;
	text-align: justify;
	padding-bottom: 10px;
	margin: 1px 20px 70px 7px;
	text-shadow: #000 1px 1px 2px;
}

#nav {
	float: left;
	width: 164px;
	margin: 0 0 0 6px;
	padding: 0;
}

#nav ul{
	padding: 0;
	display: block;
	list-style-type: none;
}
#nav ul li{
	display: block;
	width: 130px;
	text-align: left;
	color: #e6e6e6;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content {
	color: #e6e6e6;
	font-size: 0.9em;
	margin-left: 180px;
	margin-right: 26px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.4em;
}

#nav ul li a {
	text-decoration: none;
	color: white;
}

#nav ul li a:hover, a:active, a:visited {
	color: #ff0080;
}

a {
	text-decoration: none;
	color: #a4c413;
}

a:hover, a:active, a:visited {
	color: #ff0080;
}

body#home a#homenav,
body#portfolio a#portnav,
body#contact a#contactnav {
	color: #ff0080;
}

#footer {
	font-size: 0.7em;
	color: white;
	width: 640px;
	margin-left: 40px;
}

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

#footer a:hover, a:active, a:visited {
	color: #a4c413;
}
