.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	height: 1700px;
}
.header {
	height: 200px;
	width: 800px;
	background-color: #FFF;
}
.navbar {
	height: 100px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #FFF;
}
.sidebar {
	height: 1100px;
	width: 160px;
	float: left;
	background-color: #FFF;
}
.maintext {
	height: 1400px;
	width: 600px;
	float: right;
	color: #360;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	padding: 20px;
}
.container .navbar ul li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	height: 60px;
	padding-top: 30px;
	color: #000;
}
.container .sidebar .ul_side li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #360;
	list-style-type: none;
	text-align: left;
}
.container .sidebar .ul_shape li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #360;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
}
.container .sidebar .ul_shape2 li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-weight: lighter;
}


.container .sidebar .ul_cqb {
	list-style-type: none;
	width: 80px;	
}
.container .sidebar .ul_cqb li {
	font-size: 10px;
	width: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
	list-style-type: none;
	color: #360;
}



.ul {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	
}
body {
	background-image: url(../images/camo.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
.container .sidebar .ul_side {
	width: 160px;
	list-style-type: none;
	padding-top: 20px;
	color: #660;
}

a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a {
	font-size: x-large;
}
.small_links {
	font-size: medium;
}
