@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

.nav a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
}

a:hover {
	text-decoration: underline;
}

body {
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-family: "Helvetiker" Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
}

h2 {
	font-size: 14px;
	font-family: "Helvetiker" Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h3 {
/*	background-image:url(images/template/green_bar_mini.jpg); */
	background-image:url(images/template/blue_bar_mini.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 24px;
	font-family: "Helvetiker" Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

h4 {
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 a {
	color: #000000;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

p {
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p a {
	color: #000000;
	text-decoration: underline;
}

td {
	font-size: 11px;
	font-weight: normal;
	table-layout:auto;
	text-decoration:none;
	vertical-align: top;

}

ul {
	padding-left: 50px;
}

#push {
	 height: 35px;
}

#containerLeft {
	float: left;
	min-height: 500px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	width: 525px;
}

#containerRight {
	float: right;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 20px;
	width: 180px;
}

#flickrLink {
	height: 180px;
	width: 180px;
}

#mainContent {
	margin: auto;
	width: 780px;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/gradient.gif);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
	width: 850px;
}

/*========= Winter Style =========*/

#banner {
/*	background-image: url(images/spring_banner.gif); */
	background-image: url(images/summer_banner.gif);
/*	background-image: url(images/autumn_banner.gif);
	background-image: url(images/winter_banner.gif);*/
	background-repeat: no-repeat;
	height: 200px;
	margin: auto;
	width: 780px;
}

.nav {
	/*background-image: url(images/template/green_bar.jpg);*/
	background-image: url(images/template/blue_bar.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	clear: both;
	height: 35px;
	margin: auto;
	width: 780px;
    left: 0px;
	line-height: 34px;
	text-align: center;
}

