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

body,html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ececec;
}

div#container {
	position:absolute;
	width: 860px;
	min-height: 100%;
	left: 50%;
	margin-left: -430px;
	background-color: #fff;
}

div#top {
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 100%;
	height: 143px;
	border-bottom: 1px solid #514C40;
}

div#top_right {
	position:absolute;
	top: 20px;
	right: 20px;
	width: 675px;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #986D6A;
}
div#top_menu {
	position:absolute;
	top: 85px;
	right: 20px;
	width: 675px;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #986D6A;
}

div#main {
	width: 100%;
}
div#left {
	float: right;
	width: 390px;
	margin-top: 50px;
	color: #484848;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

div#right {
	float: right;
	width: 440px;
	text-align:right;
}
div#bottom {
	width: 100%;
	clear:both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottom a, #bottom p{		
		text-decoration: none;
		font-size: 9px;
		letter-spacing: 100;
		color: #666;
		font-family: Verdana, Geneva, sans-serif;
		text-align:center;
		margin: 20px auto 40px auto;
}

#top_right a:link, #top_right a:visited {
	text-decoration: none;
	color: #FFA10A;
}

#top_right a:hover{
		color: #986D6A;
		text-decoration: none;
}

#left a {
	text-decoration:underline;
	color: #484848;
}

#left a:hover {
	color: #a0a0a0;
}

#left p {
	margin-top: 10px;
}
#right iframe{
	border:0;
	margin:0;
	padding:0;
	display:inline;
}

