p	{
margin:15px 0px 15px 0px;
}

body,html	{
height:100%;
width:100%;
background-image:url('/images/bg_tile.gif');
background-repeat:repeat;
}

body,html,p	{
font-family: "Lucida Grande", georgia, times, serif;
font-size: 11px;
line-height:161%;
color:#5c5c5c;
}

td	{
font-size:10px;
}

li	{
	list-style-image: url('/images/bullet.gif');
	margin-left:20px;
}

h1  {
	margin:0px;
	padding:0px;
}

h3	{
	font-size:14px;
	font-weight: bold;
	color:#555555;
	margin-bottom:10px;
}

h2	{
	font-size:18px;
	font-weight: bold;
	color:#acacac;
	margin-bottom:20px;
}

a	{
	color:#bd2025;
	text-decoration: none;
}

a:hover	{
	color:#890c10;
}

fieldset	{
	margin:15px 0 20px 0px;
}

input	{
	margin:3px 0 10px 0;
	padding:5px;
}

textarea	{
	margin:3px 0 10px 0;
	color: #555555;
	padding:5px;
	border:1px solid #c3c3c3;
}

select	{
	margin:3px 0 10px 0;
	padding:5px;
	color: #555555;
}

.flickrpic	{
	width:75px;
	height:75px;
	border:2px solid #c3c3c3;
	margin:0px 1px 1px 0px;
}

/* STRUCTURE */

#cap	{
	height:173px;
	margin: 0 auto;
	min-width: 1250px;
}

#header	{
	position:relative;
	width:1050px;
	height:173px;
	margin: 0 auto;
}

#middle	{
	background-color: white;
	width:100%;
	min-width: 1250px;
}

#logo	{
	width:1018px;
	height:173px;
	position:absolute;
	top:0px;
	left:-415px;
	background-image: url('/images/logo.png');
	/* border:1px solid yellow; */
}

#star	{
	width:46px;
	height:42px;
	position:absolute;
	z-index: 40;
	top:156px;
	left:694px;
	background-image: url('/images/star.png');
}

#shadow_top	{
	position:absolute;
	top:167px;
	height:6px;
	width:100%;
	min-width: 1250px;
	background-image:url('/images/dropshadow_top.png');
	background-repeat: repeat-x;
}

#navigation	{
	position:absolute;
	top:68px;
	left:244px;
	width:604px;
	height:34px;
}

#content	{
	width:1050px;
	height:100%;
	margin: 0 auto;
	/*
	padding-left:25px;
	padding-right:25px;
	*/
	text-align: left;
}

#main_well	{
	width:710px;
	padding:45px 0px 65px 0px;
	float:left;
}

.map_frame	{
	width:350px;
	height:213px;
	background-image: url('/images/mapframe.gif');
}
.half_column	{
	width:340px;
	float:left;
	margin-right:10px;
}

#right_rail	{
	width:320px;
	padding:45px 0px 65px 20px;
	float:left;
}

.rail_module	{
	width:315px;
	margin-bottom:40px;
	font-size: 10px;
	color:#7d7d7d;
}

.dotties	{
	height:1px;
	background-image: url('/images/dotties.gif');
	background-repeat: repeat-x;
	margin-bottom:10px;
}

#shadow_bottom	{
	position:relative;
	top:0px;
	height:6px;
	width:100%;
	min-width: 1250px;
	background-image:url('/images/dropshadow_bottom.png');
	background-repeat: repeat-x;
}

#footer	{
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/bg_tile.gif);
	background-repeat: repeat;
}

#footer_copyright	{
	font-size:9px;
	color:#a1a1a1;
	width:1050px;
	text-align:right;
	margin: 0 auto;
}

a.footer_copyright:hover	{
	color:#890c10;
	text-decoration: none;
}