/* images */

#header {
	margin: 0 auto 0 auto;
	background: url(images/jeep3.jpg) no-repeat;
	height: 125px;
	width: 750px;
	}

body {
	font: 16px tahoma, verdana;
	color: #B38F6B;
	background-color:#000000;
	display:block;
	text-align:center
	}

#links p {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	}
.sub {
	font-size: 80%;
	margin-left:15px;
	}

a:link, a:visited {
	color: #B38F6B;
	text-decoration: underline;
	}

.navpic {
	color:#b38f6b;
	border: 1pt #b38f6b solid;
	}
.navpic:hover {
	color:#738080;
	border: 1pt #738080 solid;
	}

a:hover, a.nav:hover {
	color: #738080;
	text-decoration: underline;
	}

#footer {
	padding: 1px;
	margin: 1px;
	}

#container {
	background-color:#000000;
	margin: 0 auto 0 auto;
	width: 750px;
	height: 375px;
	text-align:left;
	display:block;
	}

#links {
	position:absolute;
	width:200px;
	}

#links p {
	text-align:left;
	}

#content{
	position: relative;
	left: 200px;
	width: 550px;
	height: 375px;
	overflow: auto;
	}

#content img {
	margin: 5px 5px 5px 5px;
	}

#content b {
	color:#ffffff;
	}