/* CSS Document */

body {
	background-color: #0d0c0c;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_index.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a, a:link {
	color: #FFFFFF;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #8d8d8d;
	border: none;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}
	
#maincol {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	margin: 0px auto 0px;
	padding: 0px;
	height: auto;
	width: 900px;
}

#textcol {
	margin: 0px;
	padding: 40px 0px 0px;
	height: 80px;
}

#imagecol {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 900px;
	background-color: #0d0c0c;
}

.img {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 225px;
	float: left;
	border: none;
	background-color: #0d0c0c;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	height: 20px;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8d8d8d;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	height: auto;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8d8d8d;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
}

#footer {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 20px;
}

#text {
	margin: 0px;
	padding: 0px;
	height: 10px;
	font-size: 1px;
	color: #1b1a1a;
}
