body {
	margin: 0;
	padding: 0;
	background-color: #7c909c;
	text-align: center;
	margin: auto;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

/*p {
	margin: 0;
	padding: 0;
}*/


a img {
	border: 0;
}


a {
	color: #000000;
}

a:hover {
	color: #5c7d89;
}

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	width: 960px;
	left: 0;
	background-color: #FFFFFF;
}

#top {
	width: 960px;
	height: 117px;
	float: left;
	display: inline;
	background-image: url(images/bg-top.jpg);
}

#logo {
	width: 239px;
	height: 117px;
	float: left;
	display: inline;
	text-align: center;
}

#additionaltop {
	width: 721px;
	height: 75px;
	float: left;
	display: inline;
	text-align: right;
}

#nav {
	width: 721px;
	height: 42px;
	float: left;
	display: inline;
	text-align: right;
}

#image {
	width: 960px;
	height: 330px;
	float: left;
	display: inline;
	text-align: center;
}

#content {
	width: 960px;
	min-height: 219px;
	height: auto !important;
	height: 219px;
	float: left;
	display: inline;
	padding-top: 15px;
	background-image: url(images/bg-content.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#contentlhs {
	width: 656px;
	min-height: 219px;
	height: auto !important;
	height: 219px;
	float: left;
	display: inline;
	background-image: url(images/bg-text.jpg);
}

#contentrhs {
	width: 304px;
	float: right;
	display: inline;
	text-align: center;
	background-color: #FFFFFF;
}

#textarea {
	float: left;
	display: inline;
	width: 620px;
/*	height: 200px; */
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 19px;
	padding-bottom:15px;
}

#footer {
	width: 940px;
	height: 24px;
	float: left;
	display: inline;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/*////////////////////////////////////////////////////////////////////////////*/

.navitem {
	float: left;
	display: inline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #586b77;	
}

.valentine-box {
	width: 400px;
	float: right;
	display: inline;
	color: #CC0000;
	border: 1px solid #CC0000;
	padding: 5px;
}

.valentine-btn {
	float: right;
	display: inline;
}