html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: url(images_layout/img_background_gradient.gif) repeat-x 0 top;
	height: 100%;
}
#content {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	text-align: left;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#header {
	position: relative;
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: #000066 url(images_layout/img_background_header.gif) no-repeat;
}
#feedback {
	position: absolute;
	width: 136px;
	margin: 0px;
	padding: 10px;
	top: 42px;
	right: 0px;
	background: #66cc00;
}
#feedback a:link, #feedback a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left: 23px;
	background: url(images_layout/img_envelope.gif) no-repeat center left;
}
#feedback a:hover, #feedback a:active {
	color: #000066;
	text-decoration: underline;
	padding-left: 23px;
	background: url(images_layout/img_envelope_over.gif) no-repeat center left;
}
#feedback p.first {
	padding-bottom: 3px;
}
#main {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}
#mainHome {
	width: 474px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainHome p {
	font-family: georgia, times new roman, times, serif;
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
}
#mainHero {
	width: 474px;
	padding-bottom: 15px;
}
#mainHeroWide {
	width: 780px;
	padding-bottom: 15px;
}
#mainContent {
	width: 474px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	font-family: georgia, times new roman, times, serif;
	line-height: 16px;
	padding-bottom: 15px;
	color: #ffffff;
}
#sidebar {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}
#sidebar p {
	color: #ffffff;
}
#sidebarFeedback {
	margin: 0 auto;
	padding: 5px;
	width: 138px;
	border-top: 5px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
#sidebarFeedback p {
	margin: 5px;
}
#sidebarFeedback a {
	display: block;
	background: #000066;
	font-size: 12px;
	padding: 2px;
}
#sidebarFeedback a:link, #sidebarFeedback a:visited {
	display: block;
	background: #000066;
	color: #ffffff;
	text-decoration: none;
}
#sidebarFeedback a:hover, #sidebarFeedback a:active {
	display: block;
	background: #66cc00;
	color: #ffffff;
	text-decoration: none;
}
#navHeader {
	bottom: 0px;
	padding-bottom: 5px;
	padding-left: 250px;
}
#navPage {
	width: 474px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 250px;
}
#navHeader p, #navPage p, #nav p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


#formContact {
	margin: 0px;
	padding: 0px;
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
}
#formContact input {
	width: 300px;
}
#formContact textarea {
	width: 300px;
}
#formContact #submit {
	width: 150px;
}


.galleryImg {
	float: left;
	padding-right: 20px;
	padding-bottom: 25px;
	width: 217px;
	font-family: georgia, times new roman, times, serif;
}
.galleryImg p {
	text-align: center;
}

.clear {
	clear: both;
}

.green {
	color: #66cc00;
}
	
.small {
 font-size: 9px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #66cc00;
	text-decoration: underline;
}


p {
	margin: 0px;
	padding: 0px;
}
img {
	display:inline;
	border:0;
}
