body {
	color:#000;
	background-color: #999999;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#liquid-round {
	width:850px;
	margin:0px auto;
}

.outer_wrapper {
	//background-image: url(../images/bg.jpg);
	//background-repeat: repeat-x;
}

#header {
	align: center;
	margin-top: 28px;
	width: 845px;
	border: 11px solid #fff;
	background-color: #b0df7d;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	font-size: 12px;
}

h1, h2, h3 {
	text-align: center;
}
table {
	width: 100%;
}
#error{
	color: red;
}
#divider{
	padding: 8px 0px 8px 0px;
}

.navi A:link {text-decoration: underline; color: #FFF;}
.navi A:visited {text-decoration: underline; color: #FFF;}
.navi A:active {text-decoration: underline; color: red;}
.navi A:hover {text-decoration: underline; color: #FF66FF;}


//
//Rounded Corners
//
h1,h2,p{margin: 0;padding: 0 10px}
p{padding: 0 10px}
h1,h2{letter-spacing: -1px;font-weight:100;color: #111}
h1{font-size: 200%}
h2{font-size: 140%;line-height:1.05}
div#container{margin: 0 auto;text-align:left;}
div#nav{
	float:left;
	background: #9966FF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
div#content{float:right;}

//
// Rounded Box
//

