body{
	margin: 0px auto;
	background-image: url(images/gray_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #959595;
	font-family: Helvetica, Arial, sans-serif;
	color: #363636;
	font-style: normal;
}

a{
	color: #898989;
}

#container{
	width: 921px;
	margin: 0px auto;
}

#header{
	width: 920px;
	height: 119px;
	float: left;
	background-image: url(images/tophdr_bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo{
	width: 372px;
	height: 119px;
	float: left;
	text-align: left;
	font-size: 1px;
	color:#0055a5;
	background-image: url(images/alcowan_for_congress_logo.png);
	background-position: top left;
}

#navegation{
	float: left;
	text-align: right;
	padding-top: 40px;
	width: 548px;
}

.navbtn{
	float: right;
	font-family: Helvetica;
	color: #e1e1e1;
	font-size: 14px;
	display: block;
	margin-right: 20px; 
}

.navbtn a{
	color: #e1e1e1;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding-bottom: 5px;
	border-bottom: #898989 solid 10px;
}

.navbtn a:hover{
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: #ee3a43 solid 11px;
}

.selected{
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: #ee3a43 solid 11px;
}

.navbtn a span{
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: #ee3a43 solid 11px;
}

#content{
	float: left;
	width:919px;
	background-image: url(images/light_colgray.png);
	background-position: top left;
	background-repeat:repeat-y;
	background-color: #ffffff;
}

.content_top{
	float: left;
	margin: 0px auto;
	width: 919px;
	height: 14px;
	background-image: url(images/top_shdw.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.left_col{
	float: left;
	background-color:#f7f7f7;
	width: 312px;
	height: 100%;
	min-height: 400px;
	padding: 30px;
	text-align: left;
	font-size: 13px;
}

.left_col h2{
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-size: 18px;
	border-bottom: #ee3a43 solid 3px;
}

.left_col p{
	float: left;
	line-height: 16px;
}

.redCap{
	font-size: 32px;
	padding: 0px 2px 0px 0px;
	line-height: 0px;
	color:#ee3a43;
	text-transform: uppercase;
	font-family: Garamond;
}

.right_col{
	float: left;
	width: 547px;
	margin: 0px;
	padding: 0px;
}

.cform{
	float: left;
	margin: 35px 0px 0px 50px;
	width: 500px;
}

.cform span{
	float: left;
	text-align: left;
	width: 100%;
}

.sqr_redcheck{
	float: right;
	width: 266px;
	padding-left: 75px;
	height: 54px;
	padding-top: 15px;
	background-image: url(images/redarrow_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #363636;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}

.sqr_redcheck h2{
	float: left;
	font-family: Garamond;
	font-size: 24px;
	color: #e9434b;
	width: 100%;
	margin: 0px;
}

.sqr_redcheck h2 a{
	color: #e9434b;
	text-decoration: none;
}

.quote{
	float: left;
	width: 290px;
	margin: 30px 0px 0px 15px;
}

.quote h1{
	font-size: 32px;
	line-height: normal;
	letter-spacing: 1px;
	font-family: Garamond;
	color: #707070;
	font-weight: lighter;
	margin: 0px;
	float: left;
	width: 190px;
}

.quote h3{
	font-size: 18px;
	line-height: normal;
	letter-spacing: 1px;
	font-family: Garamond;
	color: #707070;
	font-weight: lighter;
	margin: 20px 0px 20px 20px;
	float: left;
	width: 450px;
	font-style: italic;
}

.quote_marks{
	font-size: 100px;
	float: left;	
	font-family: Garamond;
	color:#f0f0f0;
	width: 40px;
}

.pic{
	float: right;
	margin-right: 20px;
}

#footer{
	float: left;
	width: 548px;
	padding: 5px 0px 0px 0px;
	text-align:right;
	font-size: 12px;
	color: #898989;
	margin-top: 50px;
}

#footer p{
	padding-right: 15px;
	margin-bottom: 5px;
}

#footer a{
	color: #898989;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer small{
	float: left;
	width: 532px;
	background-color:#dddddd;
	text-align:right;
	color: #464646;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right:15px;
}

#white_wrap{
	width: 400px;
	background-color: #ffffff;
	margin-top: 50px;
	padding: 30px;
}

