* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#FFF;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:90%; 
	line-height:1.35em;
	color:#828e95;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}

img.thumb {
	margin-right:10px; 
	padding:3px; 
	border:1px solid #bababa;
	background: #fafafa;
}

a {
	color:#bf3228;
	text-decoration:none;
	cursor: pointer;
}

a.huge {
	font-size: 130%;
	font-weight: bold;
	color: #828e95;
	margin-bottom:20px;
	line-height:1.35em;
}

a.huge:hover {
	color: #bf3228;
}

ul {
	list-style-type:none;
}

p {
	margin-bottom:10px;
}

p.justified {
	text-align:justify;
}

h1 {
	font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;

	font-size: 150%;
	font-weight: bold;
	font-color:#EEEEEE;
	line-height:1.35em;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #828e95;
	margin-bottom:20px;
	line-height:1.35em;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #bd8a00;
	margin-bottom:20px;
	line-height:1.35em;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}
.wrapper { 
	width:100%;
	overflow:hidden;
}

.white {
	color:#fff;
}

.rounded {
	 -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}


#bodywrapper {
	background:#FFF url(../images/site_bg.jpg);
	width:1266px;

	margin:0 auto;
}

#main {
	width:880px;
	height:100%;
	background:#FFF;
	margin:0px auto;
}

#header {
	width:100%;
	height:130px;
	position:relative;
}

#logo {
	position:relative;
	left:20px;
	top:20px;
	float:left;
}
#tagline {
	position:relative;
	right:20px;
	top:20px;	
	float:right;
	width:450px;
}
#tagline h1 {
	text-align:right;
	padding:5px;
	font-color:#EEEEEE;
}

#nav {
	position:absolute;
	bottom:10px;
	right:20px;
	width:525px;
	border:0px solid #F00

}
#nav ul {
	display:inline;
	float:right;
	list-style-type:none;
	margin-bottom:3px;
	position:relative;

}

#nav li {
	float:left;
	padding-right:8px;
	padding-left:8px;
	border-right:1px solid #CCC;
	font-size:110%;
	
}
#nav li a {
	padding-bottom:5px;
	color: #828e95;
	
}
#nav li a:hover {
	color:#bf3228;
	border-bottom:5px solid #bf3228;
}

#nav li a:active {
	color:#bf3228;
	border-bottom:5px solid #bf3228;
}

#nav li a.current {
	color:#bf3228;
	border-bottom:5px solid #bf3228;
}

#content {
	width:100%;
	height:100%;
	margin:30px auto;
	background:#FFF;
}

	#leftcol {
		width:470px;
		height:100%;
		padding-left:20px;
		border:0px solid #F00
	}
	
	#rightcol {
		width:344px;
		height:100%;
		padding-right:20px;
		padding-left:15px;
		border-left:3px solid #CCC;
		
	}


#footer {
		width:95%;
		height:100px;
		border-top:1px solid #828e95;
		margin:30px auto;
		
		
	}
