/*
Modified design of  Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
--  copywrite www.gpstrailhead.com
*/
/*css template for gps info pages*/
/* Elements */

body {
	background: url(images/dirt.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

#page {
	width: 870px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #999;
}	

a {
	
	
}

h1 {
	
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}


/* Header */

#header {
	width: 845px;
	height: 258px;
	margin: 0px auto;
	background: #999;
	border-top: 5px solid #999;
	border-right: 5px solid #999;
	border-bottom: 5px solid #999;
	border-left: 5px solid #999;
	background: url(images/topimage2.jpg);
}





/* Menu */

#menu {
	width: 865px;
	height: 52px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}	

#menu li {
	display: inline;
	
}
#menu a {
	display: block;
	float: left;
	width: 123px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: -2px;
	background: url(images/img4.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFF00;
}


#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}
/* Content */

#content {
	background: #ffffff;
	width: 855px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
#content h1 {
	padding: 5px 0px 5px 5px;
	color: #336600;
	margin-bottom: 5px;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #336600;
	margin-bottom: 5px;	
}

#content h3 {
	color: #336600;
}


/* Right column block*/

#colright {
	float: right;
	width: 625px;
	margin-top: 10px;
	padding-right: 20px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
#colright p {
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
#colright a {
	color: #0000cc;
	text-decoration: none;
	
}


#colright a {
	color: #0000cc;
	text-decoration: none;
	font-size: 12px;
}
#colright a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* Left Column block*/
#colleft {
	float: left;
	width: 160px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
#colleft p {
	margin: 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

#colleft a {
	color: #0000cc;
	text-decoration: none;
}


#colleft a:hover {
	text-decoration: none;
	color: #CC0000;
}

#colleft ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colleft h1 {
	padding: 0px 0px 0px 5px;
	color: #336600;
	margin-bottom: 5px;
	font-size: 18px;
}


/* left Ad block*/
#sideleft {
	float: left;
	width: 160px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}
#sideleft p {
	margin: 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

#sideleft a {
	color: #0000cc;
	text-decoration: none;
}

#sideleft a:hover {
	text-decoration: none;
	color: #CC0000;
}

#sideleft h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #336600;
}
#sideleft ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/* Footer */

#footer {
	width: 848px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #999;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

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

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