* {
	margin: 0;
	padding: 0;
}

body {
    background: url('../images/header-gradient.png') repeat-x scroll 0 0 #0c0a0b !important;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #ffffff;
}

#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 982px;
}

#logo {
    background: url('../images/logo.png') repeat-x scroll 0 0 !important;
    height: 39px;
    left: 17px;
    position: absolute;
    top: 43px;
    width: 171px;
}

#mainContact {
    left: 740px;
    position: absolute;
    top: 52px;
}

#mainContact a {
	color: #86898a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	padding-top: 130px;
}

#text {
	margin-top: 24px;
	background: blue;
}

#footer {
	position: relative;
	top: 20px;
	padding-top: 10px;
	border-top: solid #58585a 1px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

#leftColumn {
	background: url('../images/brace.png') no-repeat scroll 130px 0px !important;
	width: 270px;
	height: 417px;
	float: left;
}

#rightColumn {
	float: right;
	width: 712px;
}

#navMenu {
	margin-top: 22px;
	height: 372px;
	width: 126px;
}

#navMenu li {
	font-size: 14px;
	font-weight: bold;
    height: 37px;
    list-style-type: none;
	padding: 23px 0px 0px 0px;
	text-align: right;
}

#navMenu a {
	display: block;
	text-decoration: none;
	color: #86898a;
}

p {
	font-size: 14px;
	margin-bottom: 20px;
}

p a {
	color: #86898a;
	text-decoration: none;
}

li {
	margin-left: 30px;
	font-size: 12px;
}

.accented {
	font-size: 18px;
}

h1 {
	font-size: 18px;
	color: #23bcea;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	color: #23bcea;
	margin-bottom: 10px;
}

/* added by Sam */
blockquote.legal {
	margin-left: 20px;
}

