@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/grunge03.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
#container {
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-size: 14px;
	color: #000;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 75px;
	font-size: 36px;
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-weight: lighter;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 9px;
	position: relative;
}
#topLogo {
	position: absolute;
	bottom: 0px;
	right: 20px;
	top: -19px;
}
#main {
	margin-top: 30px;
	height: 350px;
	color: #FFF;
	padding: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

#title {
	padding: 6px;
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-size: 36px;
	text-align: center;
}
#title h1 {
	font-weight: lighter;
	font-size: 36px;
}

#footer p {
	padding: 15px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
	padding: 0px;
}
.leftImg {
	float: left;
	margin-bottom: 3px;
}
.rtImg {
	float: right;
}

