body {
	background: #147901;
	background-image: url('img/gradient.png');
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 100%;
}

strong {
	color: #147901;
	font-weight: normal;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

ul,li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	padding-bottom: 5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #156E00;
}

li#active{
	font-weight: bold;
}

#menu {
	float: left;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 120%;
	margin-left: 10px;
	margin-top: 30px;
}

#content{
	top: 0px;
	margin-left: 190px;
}

#content img {
	border: 1px solid #105600;
	background: #EFFFEB;
	padding: 5px;
	margin: 5px;
}

h1,h2 {
	margin: 0px 0px 0px 0px;
}

#container {
	margin-left: 5px;
	margin-top: -20px;
	top: 130px;
	margin-right: 5px;
}

/* round corners. source:  http://www.neuroticweb.com/recursos/css-rounded-box */
#rbroundbox {
	background: #FEFEFE;
	background-image: url('img/gradient2.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.rbtop div {
	background: url(img/tl.gif) no-repeat top left;
}

.rbtop {
	background: url(img/tr.gif) no-repeat top right;
}

.rbbot div {
	background: url(img/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(img/br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#rbroundbox {
	width: 90%;
	margin: 1em auto;
}

