@charset "utf-8";
/* CSS Document */

body {
	background-color: #8D8D8D;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12pt;
	
}


.main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;

}

.valign {
		vertical-align: top;
}

.inner {
	margin-top: 330px;
	margin-left: 205px;
	width: 740px;
}

p {
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
