html, body, img {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background-color: #333;
}

#page-wrap {
	margin: auto;
	padding: 0;
	width: 800px;
	vertical-align: top;
	border-left: 8px solid #000;
	border-right: 8px solid #000;

}

#header-wrap {
	height: 144px;
	width: 800px;
	margin: 0;
	padding: 0;	
	color: #000;
	vertical-align: top;
	background-image: url(../images/colt_01.jpg);
	background-repeat: repeat-x;
}

#header-wrap ul {
	font-size: 18px;
	padding-top: 15px;
}

#header-wrap li {
	font-size: 18px;
	display: inline;
	padding-right: 5px;
}
#header-wrap a {
	color: #eee;
	text-decoration: none;
	padding: 5px;
}

#header-wrap a:hover {
	color: #000;
	padding: 5px;
}
#logo-wrap {
	float: left;
	padding-left: 20px;
}

#mainimage-wrap {
	height: 289px;
	width: 800px;
	margin: 0;
	padding: 0;	
	clear: both;
	background-image: url(../images/colt_02.jpg);
}

#navigation { 
	padding-top: 30px;
	text-align: right; 
}

#content-wrap {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align:  text-top;
	background-image: url(../images/colt_03.jpg);
	background-repeat: repeat-y;
}
#content p {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
}
#content {
	float: left;
	width: 560px;
	padding: 10px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;

}

#content h1 {
	color: #AAA;
	border-bottom: 1px solid #000;
	width: 220px;
	line-height: 30px;

}

#content h1.home {
	color: #AAA;
	border-bottom: 1px solid #000;
	width: 500px;
	line-height: 30px;
}

#content h1.about {
	color: #AAA;
	border-bottom: 1px solid #000;
	width: 300px;
	line-height: 30px;
}

#content .imgpad {
	padding-right: 20px;
	padding-bottom: 20px;
}

#sidebar {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 185px;
	
}

#sidebar p {
	color: #000;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
}

#footer {
	clear: both;
	height: 60px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #aaa;
	background-color: #;

	line-height: 25px;
	text-align: left;
}


#footer ul {
	font-size: 11px;
	padding-top: 10px;
}

#footer li {
	font-size: 11px;
	display: inline;
	padding-right: 5px;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


h1 {
font-size:1.5em;
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}