body {
	background-image: url(/interface/images/cl-pattern.gif);
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	background-repeat: repeat;
	margin-top: 50px;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width: 550px;
	overflow:hidden;
	margin-bottom: 50px;
	position:relative;
	background-color:#ffffff;
	border:1px solid #999999;
}

#content {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 50px;
	padding-bottom: 50px;

}

h1 {
	text-align: center;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 22px;
	font-weight: bold;
	font-spacing: -25px;
	text-transform:uppercase;	

}

h2 {
	border-right-style: dotted;
	border-right-width: 0px;
	border-left-style: dotted;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-width: 0px;
	text-align: center;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 20px;
	font-spacing: -25px;
	text-transform:uppercase;	

}

h3 {
	line-height: 5px;
	text-align: center;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 16px;
	font-spacing: -25px;
	text-transform:uppercase;	

}

p {
	color: black;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 14px;
	font-spacing: -25px;
	text-transform: none;	

}

a {
	color: black;
}

a:hover {
	color: white;
	background-color: #666666;
}

