body {
	margin: 0;
	margin-top: 25px;
	background-color: #09a827;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;	
}

#main {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(draft/images/main_mid.gif);
	margin-bottom: 20px;
}

#left {
	width: 543px;
	float: left;
	height: 100%;
}

#right {
	width: 233px;
	float: right;
	background-image: url(draft/images/right_header.gif);
	background-repeat: no-repeat;
	
}

#header {
	height: 115px;
	background-image: url(draft/images/header.gif);
}

#navi {
	height: 25px;
	background-image: url(draft/images/nav.gif);
}

#content {
	padding-left: 20px;
	padding-top: 67px;
	background-image: url(draft/images/content_header.gif);
	background-repeat: no-repeat;
}

#contMain {
	
	width: 470px;
	background-image: url(draft/images/content_middle.gif);
	background-repeat: repeat-y;	
}

#contMain p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.narrow {
	margin-left: 15px;
	width: 440px;
}

#flash {
	height: 24px;
}

#rightHdr {
	margin-top: 115px;
	height: 25px;
	background-image: url(draft/images/right_lower_header.gif);
	background-repeat: no-repeat;
}

#rightImg {
	height: 180px;
}

#navlist {
	text-decoration: none;
}

#navlist li {
	list-style-type: circle;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #2ba402;
	line-height: 1.8em;
}

#navlist a, a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #3399cc; 
}

#navlist a:hover {
	color: #2ba402;
}

#rightCont {
	margin-top: 35px;
	height: 33px;
	background-image: url(draft/images/rgt_login.gif);
	background-repeat: no-repeat;
}

#foot {
	clear: both;
	height: 32px;
	background-image: url(draft/images/footer.gif);
	background-repeat: no-repeat;
}