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

body {
	background-color: #161616;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
}
.holder {
	margin: auto;
	width: 760px;
	background-color: #000000;
}
.col_left {
	float: left;
	width: 135px;
	background-color: #DBBD34;
}
.col_right {
	float: left;
	margin-left: 32px;
	width: 593px;
	background-color: #202020;
}
.footer {
	background-color: #0058A3;
	text-align: center;
	padding: 4px;
	font-size: 11px;
}
.bottom {
	padding: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #DBBD34;
}
a:hover {
	color: #f7de6e;
}
input {
	border: 1px solid #000000;
	background-color: #999999;
}
textarea {
	border: 1px solid #000000;
	background-color: #999999;
}
.text1 {
	font-size: 15px;
	font-weight: bold;
	color: #DBBD34;
}
.text2 {
	font-size: 22px;
}
.text3 {
	font-size: 30px;
}
.wash {
	width: 240px;
	text-align: center;
	border: 3px double #DBBD34;
	background-color: #0058A3;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}
.prtitle {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.text4 {
	color: #DBBD34;
}
