@charset "utf-8";
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DBE8DF;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 133px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
}

#navigation {
	background-image: url(images/bg_nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 172px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	margin-left: 0px;
	margin-top: -50px;
	display: block;
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#navigation li {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 0.2em;
	margin: 0px;
	padding-top: 0px;
	color: #666666;
}


#content {
	margin-left: 175px;
	font-size: 120%;
	padding: 5px;
}
#content h3 {
	font-size: 150%;
	font-weight: bold;
	color: #545F6B;
}

#content p {
	font-size: 120%;
	margin-bottom: .5em;
}
#content a {
	font-size: 100%;
}




#footer {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #DBE8DF;
}
#footer p {
	line-height: 52px;
}

li a:link, li a:visited {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}

li a:hover {
	font-size: 100%;
	color: #FFFFFF;
}

#contact_form {
	padding-left: 20px;
}
#contact_form label {
	font-size: 100%;
}
#ewComments {
	width: 6em;
	height: 2em;
	font-size: 120%;
	font-weight: bold;
}

#name {
	width: 200px;
	font-size: 100%;
}
#email {
	width: 200px;
	font-size: 100%;
}
#message {
	width: 460px;
	font-size: 100%;
}
#security_code {
	font-size: 100%;
}

.warning {
	color: #FF0000;
	font-size: 100%;
}


.imageright {
	float: right;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imageleft {
	float: left;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
