
body {
	font: normal 90% Verdana, Arial, Helvetica, sans-serif; 
	color: #616B76;
	background: #FFCC33;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header .login {
	text-align: right;
	color: black;
	font-size: 80%;
}
#header .login input {
	border-style: none;
}


#contentbody {
	margin-top: 10px;
	text-align: center;
}

#content {
	background-color: white;
	margin-bottom: 10px;
}

#content img {
	border-style: none;
}

#navigation {
	text-align: center;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	display: inline;
}


#maincontent {
	text-align: left;
	margin-left: 150px;
	margin-right: 150px;
	color: black;
	font-size: 90%;
}
#maincontent img {
	float: right;
	margin-left: 20px;
}
#maincontent h1, h2, h3 {
	color: #95102A;
	text-transform: uppercase;
	text-align: center;
}

#maincontent p.quote {
	font-style: italic;
	padding-left: 30px;
}
#footer {
	text-align: center;
	font-size: 80%;
	color: black;
}

#footer .details {
	color: #95102A;
}

.clearer { 
	clear: both;
}

/* Round corners on divs */
.roundtop div  { background: url('/img/public/round_ltop.png') no-repeat top left; }
.roundtop { background: url('/img/public/round_rtop.png') no-repeat top right; }
.roundbottom div  { background: url('/img/public/round_lbottom.png') no-repeat bottom left; }
.roundbottom { background: url('/img/public/round_rbottom.png') no-repeat bottom right; }

 /* height and width details */
.roundtop div, .roundtop, .roundbottom div, .roundbottom {
	width: 100%;
	height: 25px;
	font-size: 1px;
}
