body {
	background-image: url(images/bg.png);
	font-family: helvetica, sans-serif;
}

#topcurve, #midsection, #bottomcurve {
	margin-left: 30px;
	margin-right: 30px;
	background-color: #c1f1b9;
}
#topcurve, #bottomcurve {
	height:15px;
}
#topcurve {
	margin-top: 27px;
	background: #c1f1b9 url(images/top_right.png) no-repeat top right;
	}
#bottomcurve {
	margin-bottom: 10px;
	background: #c1f1b9 url(images/bottom_right.png) no-repeat bottom right;
	}
	
table {
	margin-left: 10px;
	}

#top-nav{font-size:13px;color:white;margin:5px auto;font-weight:bold;text-transform:uppercase;}
#top-nav a{text-decoration:none;padding:4px 5px;}
#top-nav a:hover{color:#fff;background:#55dd55;}
	
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
}
a:active {
	color: #333366;
}


.container {background:#99ff99; color:#000000; margin:0 15px;}
.rtop, .rbottom{
display:block;
background:#99ff99;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#55dd55;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}