body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6F8639;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #000E1C;
}

.container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 100%;
}
.bttns {
	margin: 0px;
	padding: 0px;
	width: 195px;
	background-color: #E0F3F9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.content {
	padding-left: 30px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 0.95em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 195px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/footer.jpg);
	margin: 0px;
	padding-left: 225px;
	padding-right: 42px;
	padding-top: 50px;
	clear: both;
	background-color: #6F8639;
	padding-bottom: 5px;
}
.name {
	float: right;
}


a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	color: #000E1C;
}
a:visited {
	color: #000E1C;
	text-decoration: underline;
}
a:hover {
	color: #000E1C;
	text-decoration: none;
}
a:active {
	color: #000E1C;
	text-decoration: underline;
}
h1 {
	font-size: 1.2em;
	color: #B90000;
}
h2 {
	font-size: 1.5em;
	color: #B90000;
}
h3 {
	font-weight: bold;
	color: #B90000;
}
li {
	list-style-image: url(file:///Macintosh%20HD/Users/jana/Desktop/projects/baby_haeven/images/list.gif);
	line-height: 1.3em;
}
.bold {
	font-weight: bold;
}
.click {
	font-size: 0.9em;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_right {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.float_left {
	float: left;
	padding-top: 2px;
	padding-right: 53px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	

.copyright {
	font-size: 0.8em;
	color: #565B10;
	padding-left: 50px;
}


a.footerlinks {
	text-decoration : none;
	color : #7B8518;
}

a.footerlinks:visited {
	text-decoration : none;
	color : #87931C;
}

a.footerlinks:hover{
	text-decoration: none;
	color: #4A510F;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #808717;
	border-right-color: #808717;
	border-bottom-color: #808717;
	border-left-color: #808717;
}


a.footerlinks:active {
	text-decoration : none;
	color : #4A510F;
}

.float_left_services {
	float: left;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.contactform {
	margin: 0px;
	float: right;
	width: 65%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #E3EEF5;
}.red {
	font-weight: bold;
	color: #BA0606;
}
.form_field {
	width: 150px;
}
