@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	font-size: 10px;
	background-color: black;
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.wrapper {
	float: left;
	width: 1000px;
	display: inline;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
}

.breaker {
	width: 1000px;
	clear: left;
	float: left;
}

.footer {
	width: 1000px;
	clear: left;
	float: left;
	margin-top: 40px;
	height: 100px;
	text-align: center;
}

img {border:0;}

.middle {
	width: 920px;
	clear: left;
	float: left;
	margin-left: 35px;
	display: inline;
}

.textwrapper {
	width: 912px;
	clear: left;
	float: left;
	margin-left: 37px;
	display:inline;
	margin-top: 10px;
}

.text {
	width: 500px;
	float: left;
	display:inline;
	margin-left: 40px;
	margin-top: 70px;
}

.pic {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 350px;
	text-align: center;
	margin-top: 70px;
}

.description {
	width: 380px;
	float: left;
	display: inline;
	margin-left: 53px;
	margin-top: 60px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 20px;
}

p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 0px;
}

a:link, a:visited {
	color: #FFFF33;
	text-decoration: none;
}

a:hover, a:active {
	color: #330099;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-style:italic;
}

.photoElement {
	width: 150px;
	height: 200px;
	float: left;
	display: inline;
	text-align: center;
	vertical-align:center;
	margin-top: 10px;
}