body {
margin: 0;
padding: 0;
}

a {
	color: #161616;
}

a:hover {
	color: #a00;
	text-decoration: none;
}

.heading {
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

#wrapper {
	margin-top: 15px;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 30px;
	width: 700px;
	float:left;
}

/* HEADER */

#header_left {
	background:url(images/banyan_logo.jpg) no-repeat;
	width: 500px;
	height: 85px;
	float:left;
}

#header_right {
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	float:right;
	width: 200px;
	height: 65px;
}

/* LOGIN PAGE */

#login_wrapper {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 100px;
	border:thin #000000 inset;
	width: 500px;
	float: left;
}

#login_title {
	font-family:verdana;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	float:none;
	background-color:#000066;
	border-bottom:#000000 thin inset;
	width: 494px;
	height: 30px;
	padding: 3px 3px 3px 3px;
}

#login_info {
	padding: 15px 5px 15px 5px;
	width: 490px;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	float:left;
}

#login_info_left {
	width:240px;
	line-height: 15px;
	padding:0 5px 0 0;
	border-right:#000000 thin inset;
	float:left;
}

#login_info_right {
	width:215px;
	padding:0 0 30px 0;
	float:right;
}

/* REGISTRATION PAGE */

#registration_form_left {
	width:275px;
	line-height: 20px;
	padding:0 0 0 0;
	border-right:#000000 thin inset;
	float:left;
}

#registration_form_right {
	width:190px;
	line-height: 13px;
	padding:0 0 0 15px;
	float:right;
}

/* ADMIN PAGEs */

#admin_wrapper {
	margin-top: 100px;
	width: 700px;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	float: left;
}

#admin_menu {
	width: 700px;
	padding: 15px 0 15px 0;
	font-family: verdana;
	font-size: 13px;
	font-weight:bold;
	color:#0000CC;
	float: left;
}

#admin_menu a{
	color: #0000CC;
}

