h1, h2, h3, h4, h5, h6, p, ul, li, a, dl, dd, dt, td, tr {font-family: arial, "lucida console", sans-serif}

h1 {font-size: 21px;
	margin: 40px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
}

h2 {font-size: 19px;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
}

h3 {font-size: 17px;
	margin: 2px 2px 2px 2px;
	font-weight: bold;
	text-align: center;
}

#text p {
font-size: 18px;
margin-left: 2%;
}

a {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #E4DECB;
	background-image: url(http://www.stratamodel.com/images/box_canyon.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#banner {
	background: transparent;
	padding-top: 5px;
	padding-bottom: 10px;
}

#menu {
	cursor: pointer;
	position: absolute;
	background: transparent;
	z-index: 2;
	top: 110px;
	left: 20px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	background: transparent;
}

#menu dd {
	position: relative;
	margin-left: 1em;
	margin-top: -1.4em;
	width: 150px;
	background: #D2DCCF;
	border: 1px solid #000066;
}

#menu ul {
	margin-left: 0;
	padding: 3px;
	list-style: none;
}

#menu dt a {
	text-align: center;
	font-size:normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	background: #D2DCCF;
}

#menu dt a:hover {
	color: red;
	text-decoration: none;
}

#menu li a {
	display: block;
	width: 155px;
	font-size:13px;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	color: #000066;
}

#menu li a:hover {
	color: red;
	text-decoration: none;
}

.content {
	position: absolute;
	top: 190px;
	left: 5px;
	width: 1000px;
	background: url(http://www.stratamodel.com/images/main_color.png) 0 0 repeat;
}

.content a:link {color: blue;}
.content a:link:hover {color: red;}
.content a:visited {color: purple;}
.content a:visited:hover {color: red;}

.pagenav {
	position: relative;
}

.pagenav a {
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: large;
}

.footer p {
	position: relative;
	padding: 0px 0px 0px 20px;
	color: #66CC66;
	font-size: 12px;
}

