/* basic styles */

body, html {
background: #000000;
}

p, li {
color: #dddddd;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}

p {
padding: 5px, 0, 0, 0;
}

p a, a:link, p a:hover, p a:visited {
color: #dddddd;
font-weight: bold;
text-decoration: none;
}

p a:hover {
text-decoration: underline;
}

h1, h2, h3 {
color: #ffffff;
font-family: Times, Georgia, serif;
text-align: left;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 5px;
height: 44px;
padding-left: 50px;
background-image: url('images/nav-buttons/h-r.jpg');
background-repeat: no-repeat;
}

h1 {
font-size: 1.8em;
padding-top: 5px;
}

h2 {
font-size: 1em;
padding-top: 15px;
}

ul {
list-style-type: none;
}

ol li{
margin-bottom: 15px;
}

/* structural div's */
#envelope {
width: 1000px;
margin-left: 15%;
}

#container {
width: 900px;
}

#header {
padding:0;
margin:0;
text-align: left;
}

#nav {
position: relative;
float: left;
width: 202px;
padding:0;
margin:0;
}

#content {
max-width: 794px;
position: relative;
float: left;
padding: 15px 15px 10px 10px;
}

#footer {
clear: both;
width: 100%;
margin-top: 50px;
color: #ffffff;
background-color: transparent;
}

/* img styles */

img.left {
float: left;
margin: 5px 10px 5px 0;
}

img.right {
float: right;
padding: 5px 0 5px 10px;
}

a img {
border: 0;
}

/* structural div internal styles */

#nav img {
border: 0;
padding: 0;
margin:0;
}

#footer p {
font-size: 10px;
color: #aaaaaa;
text-align: left;
}
#footer a {
font-weight: normal;
text-decoration: none;
}

#content p {
max-width: 500px;
}

#nav p {
width: 180px;
}

/* misc styles */

div.left-indent {
	padding-left: 15px;
	}
p.big {
	font-size: 1.05em;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	}
p.big a:link, p.big a:hover {
	font-weight: normal;
	}
.back-to-top {
	font-size: 11px;
	text-decoration: underline;
	}
div.clear_both {
	clear:both;
	width: 100%;
	height: 50px;
	}

	div.clear_both_front {
	clear:both;
	width: 100%;
	height: 10px;
	}
