body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	background-color: #E5ECC6;
	margin: 0;
	padding: 0;
}

div {margin: 0; padding: 0;}

h1, h2, h3, p {font-family: Georgia, "Times New Roman", Times, serif;}

dl {margin-left: 2em;}
dt {font-weight: bold;}
dd {margin-left: 0;}

input, textarea {
	border: 1px solid #999;
	margin-bottom: 2px;
	background-color: #fffff9;
	color: #444;
}

.center {text-align: center;}
.star {color: red;}
.testimonial {
	background-color: #F0EEE0;
	padding: 1em;
	margin-bottom: 2em;
	Xcolor: #fff;
}
.photo {border: 3px solid #AA9F51; margin: 10px; padding: 3px;}

form {
	Xbackground-color: #fffcf0;
	padding: 1em;
	margin: 0 auto; 
	text-align: left;
	width: 400px;
}

#photos {margin-bottom: 3em;}
#photos img {
	padding: 2px;
	border: 1px solid #999;
	margin: 2px;
}

#AA_logo {position: absolute; right: 40px; bottom: 60px;}

#page {
	position: relative;
	margin: 0 auto;
	Xbackground-color: #fff;
	background-color: #fffcf0;
	width: 740px;
}

#banner {
	background: transparent url(/assets/images/bentley_register_top.png) top left no-repeat;
	width: 740px;
	height: 130px;
}
#banner h1 {display: none;}

#menu {
	background-color: #402910;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px solid #AA9F51;
}
#menu a {color: #fff; text-decoration: none; padding: 2px;}
#menu a:hover {background-color: #AA9F51;}

#contents {
	margin: 0 auto;
	width: 600px;
}

body#testimonials #contents, 
body#register #contents {
	width: 410px;
}

#bottombar {
	background: transparent url(/assets/images/bentley_register_bottom.png) top left no-repeat;
	width: 740px;
	height: 45px;
}




