body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.tbg {
	background-image: url(3_1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.cbg {
	background-image: url(content-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
h1 {
	color: #50504a;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav {
	position: relative;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	}
#nav ul li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	}
#nav ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 11px;
	padding-right: 6px;
	padding-bottom: 13px;
	padding-left: 6px;
	}
* html #nav ul li { width: 1%; }
* html #nav ul li a {
	height: 1%;
	}
	
#nav ul li a:hover, a#current {
	background: #959580;
	color: #FFFFFF;
	}



.inp {
	border: 1px solid #797864;
	width: 250px;
}
.sbmt {
	background-color: #4F4E42;
	border: 1px solid #999999;
	color: #FFFFFF;
}

#content li {
	list-style-position: outside;
	list-style-image: url(dot.gif);
	list-style-type: disc;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.lnkkmg {
	color: #50504a;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
