/*Body and Section Information*/

body
{
	background-color: #FFF;
	color: #000;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

#Container
{
	text-align: left;
	margin: 0 auto;
}

#Header
{
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Navigation
{
	background-color: #ADC7BE;
	background: url('http://www.senslogine.com/images/navigation.jpg') no-repeat;
	color: #ADC7BE;
	text-align: center;
	font-size: 30px;
	width: 800px;
	height: 87px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Textarea
{
	background-color: #ADC7BE;
	color: #000;
	text-align: justify;
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
	position: relative;
}

#Footer
{
	background-color: #fff;
	background: url('http://www.senslogine.com/images/footer.jpg')no-repeat;
	color: #000;
	text-align: center;
	font-size: 11px;
	width: 800px;
	height: 87px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*Link Information*/

a:link, a:visited, a:active
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a.header
{
	color: #fff;
	text-decoration: none;
}

a:hover.header
{
	color: #fff;
	text-decoration: none;
}
/*Images*/

img.double_border {
	border: 1px solid #FFF;
	padding: 5px; /*Inner border size*/
	background: #ADC7BE; /*Inner border color*/
	margin-left: 10px;
	margin-bottom: 20px;
}
image.HeaderImage
{
	position: justify;
	margin: auto;
	float: right;
}

/*Headings*/

h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0px;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}

h1 small {
	font: 15px "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #000;
	display: block; 
}

h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	letter-spacing: -.5px;
	margin: 0 0 0px;
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
}

/*Forms*/

form label {
	display: inline-block;
	width: 225px;
	font-weight: bold;
}
#message {
	margin-left: 230px;
}

#submit {
	margin-left: 335px;
}

