* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* Layout */
body {
	background: #fff url('../images/plus.gif') repeat fixed 0 0;
	font: normal normal 1em/1.5 Helvetica, Arial, Geneva, sans-serif;
}

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

p a {
	border-bottom: 1px solid #e01b1b;
}

input[type="text"], textarea {
	border: 1px solid #eee;
	font: 1em/1.5 Helvetica, Arial, Geneva, sans-serif;
	padding: 4px;
}

input[type="text"] {
	width: 300px;
}

input[type="submit"] {
	font-size: 0.825em;
}

ul {
	list-style-type: none;
}

#container {
	margin-top: 65px;
	min-width: 1000px;
	overflow: hidden;
}

#horizontalContent {
	list-style-type: none;
	width: 90000px;
}

	#horizontalContent li {
		float: left;
		width: 2000px;
	}
	
		#horizontalContent li li {
			float: none;
			width: auto;
		}

#goNext, #goPrev, #goHome {
	position: absolute;
	top: 560px;
	left: 900px;
}

#goPrev, #goHome {
	display: none;
	left: 125px;
}

#goHome {
	top: 30px;
}

.container, .row {
	clear: both;
	float: left;
	margin-left: 125px;
	width: 960px;
}

.row {
	margin: 10px 0;
}

.infoColumn {
	clear: left;
	color: #b6b5b5;
	float: left;
	font-size: 0.825em;
	padding-right: 20px;
	width: 200px;
}

	.infoColumn h3 + ul, #moreContact ul {
		margin-bottom: 45px;
	}

.prettyPictures {
	clear: right;
	float: right;
	text-align: center;
	width: 740px;
}

	.prettyPictures img {
		border: 1px solid #333;
	}

.identifier-text {
	margin-top: 9em;
}

form {
	clear: left;
	display: block;
	float: left;
	width: 600px;
}

	form ul li {
		margin: 15px 0;
	}
	
		form ul li label {
			clear: left;
			display: block;
			float: left;
			width: 100px;
		}

#moreContact {
	clear: right;
	float: right;
	width: 250px;
}

/* h1 element */
h1 {
	background: url('../images/myname.png') no-repeat scroll 0 0;
	clear: both;
	display: block;
	height: 147px;
	text-indent: -9999em;
	width: 629px;
}


/* Type */
h2 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.25em;
}

	h2 span {
		color: #d8d8d8;
		font-size: 0.5em;
	}

.infoColumn h3 {
	color: #333;
	font-size: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
}

#moreContact p, #moreContact li {
	font-size: 0.825em;
}