body{
	font-size:16px;
	font-family: Helvetica,Arial,"Trebuchet MS",sans-serif;
	background-color: #99BD56;
}

.body{
	padding: 15px;
}

.footer{
	text-align:center;	
}

img#bg {
position:fixed;
left:0;
width:100%;
height:100%;
z-index: -10;
}

.thumb{
	max-height: 120px;
	overflow:hidden;
}

#right{
	 background-image: url("/images/white_bg.png");
}

.round{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.center{
text-align:center;	
}

fieldset{
	margin-right:20px;
	border-color: #000;
}

#container.container{
background-image: url("/images/real_white.png");
}
.header{
	height: 250px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#logo{
	position:relative;
	top: 15px;
	left:20px;
}

#nav{
	margin-left: 0px;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	
}
#nav li{
	border-bottom: 1px solid #ccc;
	margin: 0;
	list-style: none;
	width: 104%;
	
}

#left fieldset{
	margin-left: 10px;
}

#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #9CBE58;
	border-right: 10px solid #657F31;
	background-color: #203614;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	border-left: 10px solid #657F31;
	border-right: 10px solid #DBE7C4;
	background-color: #9CBE58;
	color: #fff;
	}


#cropper{
	overflow: scroll;
	max-width: 800px;
	max-height: 600px;
}
