@charset "UTF-8";
/* CSS Document */

body  {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper  {
	text-align: center;
	width:848px;
	margin:auto;
	padding-top:50px;
}

#left  {
	text-align: center;
	width:425px;
	height:454px;
	background-color:#ffffff;
}

#top_left {
	text-align: left;
	width:425px;
	height:116px;
	background-color:#6997a4;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#bottom_left {
	text-align: left;
	width:425px;
	height:330px;
	background-color:#e6e6e6;
	margin-top:7px;
}


#right  {
	text-align: center;
	width:416px;
	height:454px;
	margin-left:7px;
	background-color:#ffffff}
	
#top_right  {
	text-align: left;
	width:416px;
	height:280px;
	background-color:#e6e6e6;
}

#bottom_right  {
	text-align: left;
	width:416px;
	height:166px;
	background-color:#66523d;
	margin-top:7px;
	background-image:url(images/brown_swirl.jpg);
}

#navigation   {
	padding:10px 0px 12px 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:19px;
	letter-spacing:1px;
	}
	
#navigation a   {
	color:#FFFFFF;
	text-decoration:none;

	}
	
#navigation a:hover   {
	color:#bcb4ac;
	text-decoration:none;
	}

#footer  {
	text-align: center;
	width:848px;
	height:54px;
	margin:auto;
	text-align: left;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#becdda;
}

#footer a  {
	color:#becdda;
	text-decoration:none;
}

#footer a:hover  {
	color:#6896a3;
	
}
form {display:inline;}
.btn {
	background:transparent url(images/go.png) no-repeat scroll center center;
	text-indent:-1000px;
	color:transparent;
	width:52px;
	height:28px;
	cursor:pointer;
	border:none;
	margin:0;
	padding:0;
}
.btn:hover {
	background-image:url(images/go_over.png);
}
