@import url("reset.css");

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	overflow: hidden;
	background-color: #fff;
	}

em { font-style: italic;}

h1 {
	font-size: 30px;
	padding: 30px 0 15px;
	font-weight: bold;
	}

h2 {
	font-size: 24px;
	padding: 30px 0 10px;
	font-weight: bold;
	}

h3 {
	font-size: 18px;
	padding: 0 0 10px;
	font-weight: bold;
	color: #000;
	}

strong {
	font-weight: bold;
	font-size: 12px;
	}

a {
	color: #000;
	text-decoration: underline;
	}

a:hover img {
	background-color: #ebacb5;
	}

#footer a {
	color: #666;
	}
	
.textBlock a:hover { 
	color: red;
	background-color: #ffcdd4;
	}

#footer a:hover {
	color: #000;
	}

#textBlocks p, #textBlocks ul {
	margin-bottom: 1.5em;
	}

#textBlocks ul {
	list-style: square outside;
	padding-left: 338px;
	}

#horizon {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	}
	
#wrapper {
	position: absolute;
	left: 50%;
	top: -260px;
	margin-left: -400px;
	width: 800px;
	height: 500px;
	}
	
#samples {
	position: relative;
	left: 0;
	height: 84px;
	width: 800px;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	}

#samples li {
	display: inline;
	margin-right: 30px;
	}

#samples li:last-child {
	margin-right: 0px;
	}

#samples li img {
	border: 1px solid black;
	padding: 1px;
	}
	
#window {
	position: relative;
	left: 100px;
	height: 400px;
	width: 600px;
	border: 1px solid black;
	background-color: #fff;
	overflow: hidden;
	}
	
#textBlocks {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
	padding: 0 30px;
	text-align: left;
	}

#footer {
	padding: 5px 0;
	text-align: center;
	color: #666;
	}

.textBlock {
	height: 400px;
	float: left;
	}

.info {	}

.description {
	padding-bottom: 20px;
	}

.siteImage {
	margin: 0 20px 55px 0;
	padding: 1px;
	border: 1px solid black;
	float: left;
	}
