body {
	background: #444444;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
    background-position: center center;
}

#container {
	background: #ffffff;
	width: 770px;
	margin: 0 auto;
}

#content_container {
	background: #ffffff;
	width: 770px;
	margin: 0 auto;
}

#nav {
	float: left;
	width: 249px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 autuo;
}

#content {
	margin-left: 249px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#break {
	clear: both;
	margin: 0;
	height: 5px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	madgin: 0 auto;
}

.midtextgrey { font-family: arial; color: #333333; font-size: 12px; text-decoration: none; }
.midtextgreylink { font-family: arial; color: #333333; font-size: 12px; text-decoration: none; }
.midtextgreylink:hover { font-family: arial; color: #333333; font-size: 12px; text-decoration: underline; }
.smalltextgrey { font-family: arial; color: #333333; font-size: 10px; text-decoration: none; }
.midtextgreen { font-family: arial; color: #93ba3d; font-size: 12px; text-decoration: none; }
.midtextgreenlink { font-family: arial; color: #93ba3d; font-size: 12px; text-decoration: none; }
.midtextgreenlink:hover { font-family: arial; color: #93ba3d ; font-size: 12px; text-decoration: underline; }
.smalltextgreen { font-family: arial; color: #93ba3d; font-size: 10px; text-decoration: none; }
.smalltextgreenlink { font-family: arial; color: #93ba3d; font-size: 10px; text-decoration: none; }
.smalltextgreenlink:hover { font-family: arial; color: #93ba3d; font-size: 10px; text-decoration: underline; }
.midtextgreen { font-family: arial; color: #93ba3d; font-size: 12px; text-decoration: none; }
.title { font-family: Georgia, "Times New Roman", Times, serif; color: #93ba3d; font-size: 24px; text-decoration: none; }
