@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: 31px;
	top: 18px;
	z-index: 0;
}
#main {
	margin-top: 30px;
	height: 470px;
	color: #000;
	padding: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	z-index: 1;
}
#leftCol p {
	text-align: center;
	margin-top: 6px;
}
#midCol p {
	text-align: center;
	margin-top: 6px;
}
#rtCol p {
	text-align: center;
	margin-top: 6px;
}
.balck {
	color: #000;
	text-align: center;
}


#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;
}

#leftCol, #midCol, #rtCol {
	width: 300px;
	height: 470px;
	float: left
	
}#leftCol img {
	margin-left: 15px;
	margin-top: 15px;
}
#midCol img {
	margin-top: 15px;
	margin-left: 15px;
}
#rtCol img {
	margin-top: 15px;
	margin-left: 15px;
}
