html, body{
	background: url(../images/bg-top.gif) repeat-x top #16191a;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#CCCCCC;	
}
a{
	color:#FFFF00;
}
a:hover{
	text-decoration:none;
}
.strong {
	color:#CCCCCC;
}
img { 
	border:none;
}

.header {
	margin: 0 auto;
	width: 766px;
	height:325px; 
}
.container {
	background: #252A2C;
	margin-top: 15px;
	padding: 0px;
	
	_margin-top: 0px;
}	
	.content {
		width: 680px;
		padding: 10px;
		margin: 0 auto;
	}
	
	.content h2 {
		font-weight: bold;
		color: #FFFF00;
		font-size: x-small;
		margin: 0px;
		padding: 0px;	
	}
	
	.content ul {
		list-style-image: url(../images/list_bg.gif);
	}
	
	.content table {
		margin: 0px;
	}
	.content .text {
		float: left;
		width: 300px;
		padding: 20px;
	}
	.content .contact {
		float: left;
		padding: 20px;
		padding-left: 100px;
	}
	.footer {
		background: #16191a;
		height: 65px;
	}
		.footer_content {
			width: 708px;
			margin: 0 auto;
			text-align: center;
			background:url(../images/footer_bg_top.gif) top repeat-x;
			color:#5A5B5C;
			padding-top: 10px;
			height:30px;
		}
			.footer_content a {
				color:#FFFF00;
			}

			
.contact_form {
	clear: both;
	padding: 0px 20px 20px 20px;
}
.text {
	float: left;
}
.contact_address {
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	text-align: left;
	width: 250px;
}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}
form div label {
	float: left;
	width: 150px;
}
input.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 200px;
}
textarea.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 300px;
	height:200px;
}
input.btn {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px outset #00008B;
	margin-left:150px;
}