* {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

body {
	font-size: 62.5%;
	font-family: georgia, sans-serif;
	background: url(images/bg.jpg) ;
}

p {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 3.0em; margin-bottom: 0.8em;
	color: #2c5b50;
	 }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	background: #e9bc3d;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
	background: url(images/body.gif) repeat-y;
}

ul#nav {
	height: 125px;
	background: url(images/banner.jpg) ;
	list-style: none;
	padding-left: 75px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.7em;
	}
	ul#nav li a {
		display: block;
		width: 100px;
		float: left;
		margin-top: 135px;
		margin-bottom: 30px;
		color: #2c5b50;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: red;
		}
		
	div#main-content {
		padding-bottom: 50px;
		}
		div#main-content div#left-col {
			float: left;
			width: 430px;
			padding-top: 15px;
			padding-left: 25px;
		}
		div#main-content div#left-col div#quick-jumps {
			width: 200px;
			float: left;
			margin-right: 15px;
			background: url(images/remote.jpg) bottom center no-repeat;
			padding-bottom: 110px;
			}
			div#main-content div#left-col div#quick-jumps p {
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 1px;
				}
				div#main-content div#left-col div#quick-jumps p span {
					color: #e9bc3d;
				}
			div#main-content div#left-col div#quick-jumps a {
				color: black;
			}
		div#main-content div#right-col {
	float:right;
	width: 320px;
	padding-top: 15px;
	padding-bottom: 43px;
			}	
			
			div#right-col p {
				font-size: 1.1em;
			}
				
					div#contentleft {
					float:left;
					width:260px;
					padding-left: 2px;
					
					}

					div#contentcenter {
	
			padding-left:2px;
			width:260px;
					}

					div#contentright {
			width:260px;
			padding-right:10px;
			float:right;
					}
					
		
		
					
		div#footer {
	background: #2c5b50;
	color: white;
	padding: 1px 0 10px 0;
	text-transform: uppercase;
	border-top: 2px solid red;
	text-align: center;
	}
