/*** Elements ***/

body {
	background: url(../images/background_tile.jpg) center #d4cdb7 repeat-y;
	margin: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #668238
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/***** Layout *****/

#wrapper {
	width: 750px;
	margin: auto;
	font-size: 1.1em;
	background: url(../images/header-bg4.jpg) 0px 0px no-repeat ;
}

/* Header */

#header {
	padding: 0 13px 0 0;
}

#logo {
	float: left;
}

#quicks {
	float: right;
	margin-top: 40px;
	font-size: 1.2em;
	color: #fff;
}

#quicks a {
	color: #fff;
}

#proposal {
	margin-top: 50px;
	float: right;
	clear: right;
	font-weight: bold;
}

#proposal div {
	float: left;
	padding-top: 5px;
}

#proposal .login_button {
	position: relative;
	top: 3px;
}

#proposal form {
	margin: 0;
	padding: 0;
}

#nav {
	clear: both;
}

#nav img {
	display: block;
	float: left;
}

/* Body */

#body { 
	margin-top: 2px;
}

#photo {
	float: left;
	margin-right: 2px;
}

#photo object, img {
	display: block;
}

#news {
	float: left;
	background: #e7ecd5;
	height: 274px;
	position: relative;
	width: 308px;
}	

#news_bottom {
	position: absolute;
	bottom: 0;
}

#news_edsuite_container {
	padding: 5px 10px;
}

#welcome {
	float: left;
	margin-left: 15px;
	width: 410px;
}

#business_partners {
	float: right;
	margin-right: 12px;
	width: 278px;
}

/* Footer */

#footer {
	text-align: center;
	color: #fff;
}

#footer_links {
	background: #804520;
	padding: 5px;
}

#footer_links a {
	color: #fff;
}

#footer_content {
	background: #edebdf url(../images/linerepeat.gif);
	color: #453317;
	padding: 25px;
	line-height: 1.5em;
}

#footer_content a {
	color: #804520;
}

/***** Classes *****/

div.clearer {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	width:0;
}
