@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #003366;
	background-color: #77C5FC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FFFFFF;
}

#wrapper {
	background-color: #77c5fc;
	padding: 5px;
	width: 800px;
	margin: 0px auto;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 223px;
	width: 800px;
}

#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	font-family: eurostyle;
	font-weight: bold;
}


/* CSS Document */

#content {
	background-repeat: no-repeat;
}

#content  .onecol {
	padding: 5px;
	width: 256px;
	float: left;
}
#content .twocol {
	float: left;
	width: 522px;
	padding: 5px;
}


.onecol h1 {
	font-family: arial;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
}
.onecol a {
	color: #000000;
}

#footer {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

#listing_update {
font-family:Arial;
font-size:12px;
}

#listing_update select, input {
font-family:Arial;
font-size:11px;
}

#listing_update select {
width:115px;
}


.buttons_form {
width:100px;
font-family:Arial;
font-weight:bold;
font-size:11px;
color:#ffffff;
background-color:#669966;
border:1px solid #ffffff;
}