*{
	margin: 0;
	padding: 0;
	font-size: 95%;
	border: 0;
	font-family: arial, san-serif;
	text-align: left;
	line-height: 150%;
}

body{
	margin: 0 0 50px 50px;
	width: 90%;
}

h1{
	font-size: 2em;
	font-weight: 100;
	position: relative;
	left: 90px;
	margin-bottom: -7px;
}

h2{
	font-size: 1.3em;
	margin-bottom: 2px;
	line-height: 125%;
	font-weight: 100;
}

h3{
	font-size: 1.7em;
	margin-bottom: 2px;
	line-height: 125%;
	font-weight: 100;
}

ul{
	margin-left: 25px;
	font-size: 1em;
}

#wrap{
	width: 875px;
}

#menu{
	text-align: right;
}

#thanks{
	margin-bottom: -55px;
}

.selection{
	margin-right: 12px;
	padding: 0 4px 0 4px;
	width: auto;
	float: right;
	border-right: 1px grey solid;
	border-left: 1px grey solid;
	border-bottom: 1px grey solid;
}

.selection a{
	color: black;
	text-decoration: none;
}

#header{
	width: 875px;
	border-bottom: solid black 1px;
	padding-top: 20px;
	margin: 0 0 25px 5px;
}

#logo{
	margin-bottom: -25px;
}

#purpose{
	width: 950px;
	/*min-height: 320px;*/
	font-size: 1.1em;
	padding-left: 15px;
	border-left: 1px solid black;
}

#purpose p{
	width: 400px;
	text-align: justify;
}

#purpose a{
	color: #000000;
	text-decoration: none;
}

#purpose a:hover{
	text-decoration: underline;
}

#left, #right{
	float: left;
}

#left{
	padding-right: 50px;
	margin-right: 50px;
}

#left a{
	color: blue;
}

#twopeople{
	position: relative;
	left: 175px;
	margin-bottom: -50px;
}


#down{
	float: right;
	position: relative;
	left: -50px;
	top: -500px;
}

#footer{
	padding-top: 10px;
	clear: both;
	text-align: right;
	float: right;
	font-size: .92em;
	border-top: solid black 1px;
	width: 900px;
	margin-bottom: 1px;
}

#footer a{
	color: #000000;
}

#contact{
	margin-top: 50px;
	font-size: 1.1em;
	text-align: center;
	border-top: solid grey 1px;
	border-right: solid grey 1px;
	border-left: solid grey 1px;
	width: 5em;
	float: right;
	height: 1em;
	padding-bottom: 4px;
	clear: both;
}

#contact a{
	position: relative;
	top: -3px;
	color: black;
	text-decoration: none;
}

#copy{
	clear: both;
	text-align: right;
	font-size: .8em;
}

#paypal{
	margin: -8px 8px 0 0;
	float: left;
	width: 60px;
	height: 60px;
}

