body { 
	background-attachment: fixed;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #bd0039;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #bd0039;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: none; 
	color: #124bb5;
	}

#container {
	background-attachment: fixed;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	position: static;
	left: 0px;
	top: 0px;
	right: 800px;
	bottom: 123px;
	height: 123px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bolder;
	color: #b70038;
	margin-top: 6;
	margin-left: 115px;
	word-spacing: 5px;
	letter-spacing: 3px;
}

#type2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #b70038;
	margin-top: 0;
	margin-left: 116px;
	letter-spacing: 14px;
}

#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Bolder;
	color: #b70038;
	margin-top: 70px;
	margin-left: 118px;
	letter-spacing: 1px;
}