.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: 900px;
}

.navbar ul li {
	display: inline;
	list-style: none;
}

.navbar ul li a {
	display: block;
	float: left;
	padding: 4px 20px;
	margin: 0px 3px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a img {
	border: none;
}

.lmenu {
	width: 158px;
}

.lmenu ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px;
}

.lmenu ul li {
	border-bottom: 1px solid #007dfb;
	padding: 3px 20px;
}

.lmenu ul li a {
	text-decoration: none;
	color: #ff6600;
}

.fullcont {
	border-left: 1px solid #007dfb;
	min-height: 400px;
	margin-top: 5px;
	padding: 0px 10px;
	width: 720px;
	height: auto !important;
	height: 400px;
}

.topbox a {
	text-decoration: none;
}

.topbox {
	font-size: 12px;
}

.footer {
	font-size: 12px;
}

.footer a {
	text-decoration: none;
}

h1, h2, h3, h4 {
color: #99CC00;
}
