/* CSS Document */
* { margin: 0; padding: 0; }

body {
	background: #111E0C;
}

#container {
	width: 949px;
	margin: 30px auto;
}

#nav {
	height: 73px;
	overflow: hidden;
	background: url(images/nav_bg.gif) no-repeat;
	font-family: Lucida Grande Book, Lucida Grande Medium, Lucida Grande Regular, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #ffffcc;
	padding: 30px 20px 0px 32px;
	line-height: 1.76em;
}

#nav a:link { color: #ffffcc; text-decoration: none; }
#nav a:visited { color: #ffffcc; text-decoration: none; }
#nav a:hover { color: #111E0C; text-decoration: none; }

#nav #on { color: #111E0C; }

#nav img {
	float: left;
}

#main {
	background: url(images/main_bg.jpg) repeat-y;
	min-height: 600px;
	position: relative;
}

#main2 {
	background: url(images/main_bg_top.jpg) no-repeat;
	padding-top: 25px;
	position: relative;
}

#sidebar_left {
	padding-left: 20px;
	padding-right: 10px;
	width: 223px;
	float: left;
	min-height: 518px;
	padding-bottom: 100px;
}

#content {
	width: 535px;
	float: right;
	padding-top: 100px;
	padding-right: 130px;
	padding-bottom: 100px;
}

#footer {
	background: url(images/footer_bg.gif) no-repeat;
	min-height: 361px;
	position: relative;
	padding-top: 18px;
}

#page_header {
	position: absolute;
	top: 45px;
	left: 285px;
	font-size: 23px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: lighter;
}

h3 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: lighter;
}

.quote {
	color: #174711;
	font-size: 13px;
	line-height: 1.6em;
	width: 215px;
	text-align: center;
	padding-top: 10px;
}

.pink { color: #A31C45; }
.green { color: #174711; }

a:link { color: #A31C45; text-decoration: none; }
a:visited { color: #A31C45; text-decoration: none; }
a:hover { color: #9DBD39; text-decoration: none; }
a img { border: 0; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.pad_r { padding-right: 10px; }





.link,
.signupframe {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif
}
.link {
	text-decoration: none;
}
.signupframe {
	border: 1px solid #000000;
	background: #ffffff;
}

