@charset "UTF-8";

*{padding:0;
	margin:0;}

body, html
{
	font-size: 100%;
	
	color:#000;
	list-style-type: none;
	height:100%;
	font: Arial, Helvetica, sans-serif;
	
}

p{
	font-size: 0.75em;
	line-height: 1.5em;

}

a
{text-decoration:none;}

a:link, a:visited {
	color:#006;
}

a:hover, a:active, a#current {
	color:#903;
}

p.left_column
{
	float: left;
	position: relative;
	width:25%;
	text-align: center;
}

p.right_column
{
	float: right;
	position: relative;
	width:25%;
	text-align: center;	
}
p.center_column {
	float: left;
	position: relative;
	text-align: center;
}
	
	h1, h2, h3
{
	color:#903;
	letter-spacing:0.1em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;

}

h1
{
	font:.95em;
}

h2
{font:.875em;
}
	
	h3
{font:.8em;
}
	

div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1000px;
	background: url(../images/wave.png) no-repeat;
	border-top: 0px solid #06F;
	border-right: 1px solid #06F;
	border-bottom: 0px solid #06F;
	border-left: 1px solid #06F;
}

div#header {
	background: url(../images/dude_title.jpg) no-repeat 10px 10px;
	height: 130px;
	position: relative;
}



#navlist li
{
	padding-right: 1em;
	display: inline;
	font-size: .85em;
	
	
}


div#navcontainer {
	height: 16px;
	background: url(../images/menu_gradient.jpg) repeat-y;
	position: absolute;
	top: 65px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 1em;		
}
div#byline {
	text-align: right;
	
	position: absolute;
	top: 95px;
	padding-right: 1em;
	right: 0px;
	
}

div#content {
	padding-bottom:45em;
	width: 100%;
	

}

div#main_content {
	width: 100%;
	padding-bottom:15em;
}

#main_content p {
	margin: 1em;	
}



div#footer {
	position: absolute;
	text-align: center;
	width: 100%;
	
	bottom: 0px;
}

#footer p {
	margin-top: .5em;
	margin-bottom: .5em;
}

p.button {
	height: 16px;
	width: 246px;
	border: 2px solid #903;
	padding: 5px;
	text-align: center;
	margin: 1em auto;	
}

.h2_align_center {
	text-align: center;

}
.h2_padding, .h3_padding {
	margin-left:.5em;
	
}


blockquote {
	margin-left:.5em;
}
label{
	margin-left:.5em;
	font-size: .75em;
}
textarea{
	margin-left:.5em;
}


p.ad {
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
}

