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

body {
	margin:0;padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	background: #fbd292 url(images/site/main_bg.jpg) center top no-repeat;
}

.container {
	width:900px;
	margin:0 auto;
	padding-right:4px;
	margin-bottom:70px;
}

.nav {
	width:900px;
	height:300px;
	padding:0;}

.header {
	width:900px;
	height:291px;
	padding:0;margin:0;
}

#welcome p {
	font-size:10pt;
	font-weight:bold;
	color:#464545;
	line-height:22px;
}

#welcome h2 {
	font-size:18pt;
	color:#27b600;
	font-weight:normal;
	margin-bottom:10px;
}

.fader {
	background:url('images/site/overlay_fader.png') repeat-x  scroll bottom;
	position:fixed;
	bottom:0;
	width:100%;
	height:66px;
}

.footer {
	text-align:center;
	font-size:8pt;
	color:#454545;
}

hr {
	border:0;
	background:#d00014;
	height:2px;
}

a {
	color:#008aff;
}

a:hover {
	color:#005aa7;
	text-decoration:none;
}
	
.ImgRight {
	float:right;
	margin-left:15px;
}
	
.ImgLeft {
	float:left;
	margin-right:15px;
}

