﻿body {
	background: url(images/back.jpg) repeat-y top; border: none;
	background-color: #5D8225;
	margin: 0;
	padding: 0;
	}
body#mgt {
	background: url(images/back-mgt.jpg) repeat-y top; border: none;
	background-color: #5D8225;
	margin: 0;
	padding: 0;
	}
div img { 
	display: block; 
	}
	
a img {
	border: 0;
	}

div#page {
	position:absolute;
	width: 750px;
	right: 50%;
	margin-right: -375px;
	padding: 0;
	background: url(images/page-bg.jpg) repeat-y top; border: none;
	}
	
div#pagemgt {
	position:absolute;
	width: 750px;
	right: 50%;
	margin-right: -375px;
	padding: 0;
	background: url(images/page-mgt.jpg) repeat-y top; border: none;
	}

html>body div#spacer {
	height: 1px;
	}


div#main
{
   margin: 0;
   padding: 0;
   font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
}

div#left
{
   text-align: center;
	margin: 0;
	padding: 0 0 0 1px;
	width: 168px;
	float: left;
	}

div#right
{
	width: 550px;
	margin: 0 0 0 185px;
	}
.content
{
	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:500;
	height:100px;
	padding-bottom:7px;
}

.preview
{
	width:500px;
	margin:0 0 0 0;
	float:left;
	display:inline;
}

div#clear {
	clear: both;
	}
	
div#right h1 {
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 24px;
	}
	
div#right p {
	font-size: 14px;
	}

div#right a:hover {
	color: #fa6;
	text-decoration: none;
	}
	
div#left ul {
	padding: 0;
	margin: 0;
	background-color: #999;
	border-bottom: 1px solid white;
	}
	
div#left ul li:first-child a {
	border-top: 0;
	}
	
div#left ul li ul li:first-child a {
	border-top: 1px white solid;
	}
	
div#left a {
	text-decoration: none;
	}



	
div#left li {
   list-style: none;
	}
	
div#left ul li {
	margin: 0 0 1px 0;
	background-color: white;
	text-transform: uppercase;
	font-size: 13px;
	}
	
div#left ul li a {
	color: black;
	padding: 6px 0;
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}
	
div#left ul li a:hover {
	background-color: #f83;
	color: white;
	}

div#left ul li ul {
	background-color: #ccc;
	border: 0;
	border-top: 1px solid #999;
	}
	
div#left ul li ul li {
	background-color: white;
	font-size: 11px;
	text-transform: none;
	}
	
div#left ul li ul li a {
	color: black;
	padding: 2px 0;
	display: block;
	}
	
div#left ul li ul li a:hover {
	background-color: #fa6;
	color: white;
	}
	
div#footer hr {
	border: 0;
	height: 1px;
	color: #999;
	background-color: #999;
	}
	
div#footer p {
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	}


	
	/*
	
div#left ul {
	border-bottom: 1px solid white;
	}

	
div#left ul li {
	margin: 0 0 1px 0;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	background-color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   }


/*
div#left li:hover {
   background-color: #f83;
   color: white;
   }
	
div#left li a {
	padding: 8px 0;
	display: block;
	color: black;
	}
	
div#left li:hover a {
	color: white;
	}
	
div#left ul ul li {
	font-size: 11px;
	}
	
div#left ul ul li a{
	padding: 4px;
	}
	*/
