* {
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 50px auto;
	width: 700px;
}

#header {
	float: left;
	height: 230px;
	width: 700px;
}

#logo {
	float: left;
	width: 200px;
}

#banner {
	float: left;
	width: 500px;
	height: 152px;
}

#content {
	float: left;
	width: 700px;
	padding-bottom: 70px;
}

#navigation {
	float: left;
	width: 120px;
}


#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li {
	margin-bottom: 0;
}

#navigation li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 0.8em;
	text-align: left;
	width: 100px;
	background-color: #FFFFFF;
	color: #55C5CA;
	border-bottom: 2px solid #55C5CA;
}

#navigation li a:hover {
	background-color: #FFFFFF;
	color: #e65fce;
	border-bottom: 2px solid #e65fce;
}

html>body #navigation li a {
	width: auto;
}

#navigation li.hilite a {
	background-color: #55C5CA;
	color: #FFFFFF;
	border-bottom: 2px solid #55C5CA;
}

#navigation li.hilite a:hover {
	background-color: #55C5CA;
	color: #666666;
	border-bottom: 2px solid #55C5CA;
}


#text {
	float: left;
	width: 500px;
	margin-left: 80px;
}

#text h1 {
	color: #999999;
	font-size: 1em;
	line-height: 150%;
	padding-bottom: 1.5em;
	font-weight: normal;
}

#text p {
	color: #999999;
	font-size: 1em;
	line-height: 150%;
	padding-bottom: 1.5em;
}

#text a {
	color: #55C5CA;
	text-decoration: none;
}

#text a:hover {
	color: #e65fce;
	text-decoration: underline;
}

#text p.small {
	font-size: 75%;
}

#text td {
	color: #999999;
	font-size: 0.9em;
	padding: 8px 0;
	border-bottom: 1px solid #999999;
}

#newsletter {
	float: left;
	width: 700px;
}

#newsletter h2 {
	font-size: 0.8em;
	font-weight: normal;
}

#newsletter h2 a {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#666666;
	display: block;
	width: 680px;
	padding: 10px;
}

#newsletter h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #e65fce;
}


#footer {
	float: left;
	width: 700px;
	background-color: #55C5CA;
	padding: 10px 0;
	border-bottom: 20px solid #FFFFFF;
}

#address {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#commun {
	float: left;
	width: 140px;
	text-align: right;
}


#address p, #commun p {
	color: #FFFFFF;
	font-size: 0.7em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

.imageP img {
	margin: 0 19px 0 0;
}

.imageP a:hover {
	color: red;
}

.imageP a:link img, .imageP a:visited img {
	border:3px solid #55C5CA;
}

.imageP a:focus img, .imageP a:hover img, .imageP a:active img {
	border:3px solid #e65fce;
}

input, textarea {
	border: 1px solid #999999;
}

.inputBox {
	padding: 5px;
	width: 300px;
}

.inputButton {
	padding: 5px;
	width: 150px;
}

#text td.formtd {
border-bottom: 1px solid #FFFFFF;
}