/* CSS Document */

html {
	height:99%;
	}

body {
	height:99%;
	background-color:#479B62;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.03em;
	line-height:1.3em;
	}

a {	
	color:#479B62;
	text-decoration:underline;
	}

.header {
	width:792px;
	height:81px;
	background-image:url(images/top_bg.png);
	background-repeat:repeat-y;
	}
.inbetween {
	background-image:url(images/inbetween.gif);
	background-repeat:no-repeat;
	height:45px;
	width:792px;
	}
.imageright {
	padding-left:10px;
	padding-bottom:10px;
	}

.content {
	width:792px;
	min-height:456px;
	background-color:#D2E3D1;
	
	}

.footer {
	background-color:#D2E3D1;
	width:792px;
	height:122px;
	
	}
.logo {
	float:left;
	position: relative;
	left: 20px;
	top: 18px;
	}
.navigation {	
	float:right;
	position:relative;
	top:61px;
	right:20px;
	width:400px;
	}
.inside {
	text-align:left;
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;
	
	}

.left {
	width:375px;
	
	}
.right {
	text-align:right;
	float:right;
	width:250px;
	}
.prices {
	width:720px;
	}