@charset "UTF-8";

/* CSS Document */

#wrapper {
	padding: 2%;
	margin-top: 25px;
	height: auto;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}

body {
	height: auto;
	min-width: 800px;
	overflow: auto;
	margin: 0px;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.teal {
	color: #158a9f;
}

#container {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
 	background-color: rgba(255, 255, 255, .8);
	color: rgba(255, 255, 255, .8);
	width: 650px;
	border: thin solid #666;
	position: relative;
	padding: 15px 35px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px; 
}

.logo {
	height: auto;
	width: auto;
	padding-right: 1em;
	float: left;
	margin-top: 0.4em;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#featured {
	padding: 0px;
	height: 421px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.75em;
	color: #fff;
	text-transform: lowercase;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 0.3em;
	text-shadow: #999 1px 1px 6px;
	filter: dropshadow(color=#999, offx=1px, offy=1px);
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #888;
}

#nav {
	font-size: 1em;
	color: #666;
	text-decoration: none;
	width: 475px;
	float: right;
	margin: 75px 0.2em 0.5em;
}

#footer {
	font-size: 0.8em;
	color: #999;
	width: 400px;
	margin: 1em auto 0.5em;
}

#spacer {
	height: 1px;
	clear: both;
}

.rspace {
	margin-right: .5em;
}

#apbg {
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 1500px;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}

a:link {
	color: #158a9f;
	text-decoration: none;
}

a:visited {
	color: #888;
}

a:hover, a:active {
	color: #fff;
	text-shadow: #999 1px 1px 1px;
}

.noborder {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
