*{
	font-family: helvetica neue, helvetica;
	border: none;
	text-decoration: none;
}

body{
	background: url(../images/interface/body_bg.jpg) repeat-x #202020;
}

#header{
	background: url(../images/interface/header_bg.png) repeat-x;
	margin-top: 35px;
	height: 100px;
}

.wrapper{
	width: 970px;
	margin: 0px auto;
}

#header .info{
	padding-top: 7px;
	float: right;
}

#header h1{
	display: none;
}

h2{
	font-size: 36px;
	color: #a06ad9;
	font-weight: 100;
}

ul#portfolio li{
	display: inline;
	padding-right: 20px;
}

#contact{
	float: right;
	width: 240px;
	background: url(../images/interface/form_bg.png) 0 43 no-repeat;
	height: 481px;
}

p{
	letter-spacing: 3px;
	font-weight: 100;
	color: white;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

form{
	padding: 15px;
	padding-top: 0px;
}

input{
	letter-spacing: 2px;
	background: url(../images/interface/input_bg.gif) repeat-x #1b1b1b;
	padding: 10px;
	font-size: 14px;
	color: #a06ad9;
	font-weight: 100;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

textarea{
	letter-spacing: 2px;
	background: url(../images/interface/input_bg.gif) repeat-x #1b1b1b;
	padding: 10px;
	font-size: 14px;
	color: #a06ad9;
	font-weight: 100;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

#contact p{
	padding: 15px;
	letter-spacing: 2px;
	padding-bottom: 0px;
}

