@charset "utf-8";
/* CSS Document */

body {
	font: x-small Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../img/body_bg.jpg) repeat-x;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}

#header	{
	position: relative;
	height: 120px;
	margin-bottom: 20px;
}

#preloader {padding: 50px;}

#weather {margin-top: 20px;}

#footer	{
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	position: relative;
}

.logo	{position: absolute; left: 35px; top: 18px;}
.banner {position: absolute; right: 30px; top: 30px;}
.hr_line {background: #FFCC66;}
.powered {position: absolute; right: 5px;}
.title {font-weight: bold; text-decoration: underline;}
.para_i {font-style: italic;}
.table_pad {padding-left: 20px;}
.image {border: solid 1px #FF6600;}
.google_map_container {margin: 20px;}
.google_map {border: solid 1px #FF6600;}

/* anchors and links */

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

