body {
	background-color: #000000;
	font-family: Arial;
	font-size: 14px;
}

#page {
	width: 900px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #ffffff;
}

#header {
	height: 123px;
}

#content {
	margin: 20px;
	line-height: 22px;
}
	
	#content img {
		margin: 20px;
	}
	
	#content ul {
		margin: 0px;
		padding: 0px;
	}
	
	#content li {
		list-style-image: url(../images/bullet.png);
		margin-left: 40px;
	}
	
	.noindent {
		left: -25px;
		position: relative;
	}
		
	#reel {
		background-image: url(../images/reel.png);
		background-repeat: repeat-x;
		height: 153px;
	}
	
	#reel span {
	}
	
	th {
		font-size: 10px;
	}

#footer {
	background-color: #000000;
	color: #c9c9c9;
}

	#footer_line1 {
		font-size: 12px;
		letter-spacing: 2px;
	}
	
	#footer_line2 {
		color: #7c7c7c;
		font-size: 10px;
		letter-spacing: 1px;
	}

#clear {
	clear: both;
}

a {
	color: #323779;
	text-decoration: none;
}

a:hover {
	color: #323779;
	text-decoration: underline;
}

form label {
	width: 130px;
	float: left;
	font-weight: bold;
}

textarea {
	width: 60%;
}

input[type=text] {
	width: 60%;
}

.autowidth {
	width: 10px;
}