body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	background-color: #FAD2D2;
	background-image: url("../gfx/bottombg.gif");
	background-position: right;
	background-repeat: repeat-y;
}

#container {
	background-color: #FAD2D2;
	background-image: url("../gfx/bg.gif");
	background-repeat: repeat-x;	
}

form {
	padding: 0px;
	margin: 0px;
}

#logo {
	height: 60px;
	width: 800px;
	margin: 0px auto;
}

#logo img {
	margin-top: 15px;
	margin-left: 10px;
}

#body {
	width: 800px;
	height: 650px;
	margin: 0px auto;
	position: relative;
}

#subbody {
	width: 800px;
	height: 650px;
	background-color: #FFF;
	position: absolute;
}

#rb {
	position: absolute;
	height: 200px;
	width: 50%;
	background-image: url("../gfx/rightbottombg.gif");
	z-index: 0;
	right: 0px;
	top: 510px;
}

#bottom {
	width: 800px;
	height: 35px;
	text-align: right;
	padding-top: 11px;
	margin: 0px auto;
	font-size: 11px;
	color: #A4A3A3;
}

#bottom a {
	color: #A4A3A3;
}

#menu {
	width: 782px;
	border-bottom: 3px solid #FBD5D5;
	margin: 0px auto;
	padding: 20px 0px;
}

#menu a img, #bottom a img {
	border: none;
}