@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #9da77f;
	background-position:top center;
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.curved {
	border-color:#DFFEBD;
	width: 705px;
	background-color: #596943;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	padding-left: 10px;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 10px

	
}

.side {
	border-color:#DFFEBD;
	width: 230px;
	background-color: #596943;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	behavior:url(border-radius.htc);
	padding: 10px
	
}

table {
	empty-cells:show;
	
}

headers {
	font: Tahoma;
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
	color:#fe9620;
	
}

content {
	font:Tahoma;
	font-size: 14px;
	color:#fff;
	
}