/**
GreenT
Website by Rockland Web Design
www.RocklandWebDesign.com
HTML and CSS by David Bridgman-Packer
**/

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(204,221,238);
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(images/background.png);
	background-repeat: repeat;
}

#wholepage {
	position: relative;
	margin: 0px auto 0px auto;
	width: 760px;
	border: none;
	background-color: rgb(255,255,255);
	text-align: left;
}

#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 760px;
	height: 141px;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px;
	width: 760px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: rgb(57,86,128);
}

#navbar {
	width: 141px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 619px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 141px;
	text-align: left;
	background-color: rgb(253,247,233);
	background-image: url(images/contentbackground.png);
	background-position:right;
	background-repeat: repeat-y;
}

#contentright {
	position: relative;
	width: 277px;
	margin: 100px 30px 0px 10px;
}

#contentleft {
	width: 277px;
	margin: 0px 10px 0px 30px;
}


#contentfull {
	width: 550px;
	margin: 0px 10px 0px 30px;
}


#footer {
	width: 760px;
	height: 21px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

.navli {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 141px;
	height: 42px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	text-align: left;

}

.navlink {
	position: absolute;
	top: 10px;
	left: 10px;
	color: rgb(255,255,255);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.navlink:hover {
	color: rgb(241,94,74);
}

a {
	border: none;
	text-decoration: none;
}

img {
	border: none;
}
