/* Start of CMSMS style sheet 'millgreen' */
@charset "utf-8";
/* CSS Document */

body {
	background-image:url(uploads/images/bg.jpg);
	margin:0px;
	padding:0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#frame {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

div#header {
	background-image:url(uploads/images/header.gif);
	width:780px;
	height:326px;
	background-repeat:no-repeat;
}

div#primary-nav {
	width:760px;
	height:20px;
	padding:5px;
	margin-left:10px;
}

div#main-top{
	background-image:url(uploads/images/top.gif);
	width:758px;
	height:13px;
	background-repeat:no-repeat;
	margin-left:11px;
}

div#main-middle{
	background-image:url(uploads/images/middle.gif);
	width:758px;
	background-repeat:repeat-y;
	margin-left:11px;
	padding:1px;
}

div#main-bottom{
	background-image:url(uploads/images/bottom.gif);
	width:758px;
	height:12px;
	background-repeat:no-repeat;
	margin-left:11px;
}

div#left-content {
	width:63%;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}

div#left-content img {
       border:0px;
}

div#right-content {
	width:30%;
	padding:5px;
	float:left;
}

div#right-content img {
	border:2px #7f8649 solid;
}

div#clear {
	clear:both;
}
	
div#footer {
	clear:both;
	width:758px;
	height:30px;
	margin-left:10px;
}

div#data {
       width:758px;
       height:40px;
       text-align:center;
       color:#7f8649;
       font-size:70%
}

div#data a {
      color:#7f8649;
      text-decoration:none;
}

div#data a:hover {
      text-decoration:underline;
}
/* End of 'millgreen' */

