@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	line-height: 17px;
	color: #FFF;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #b4cbd3;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

a {
   outline: none;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#page {
	background-image: url(/images/bg-algren.jpg);
	background-repeat: no-repeat;
	height: 750px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	height: 155px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#logo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
}

#navigation {
	height: 50px;
	width: 100%;
	padding-top: 6px;
	padding-left: 140px;
	font-weight: lighter;
}
#navigation img {
	padding-right: 60px;
}
#content {
	margin: 0px;
	width: 400px;
	padding-left: 140px;
}
#content p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}
#emailfoot {
	height: 20px;
	position: absolute;
	margin-top: 700px;
	margin-left: 140px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
