* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from ie on mac \*/
html,
body {
	background-image:url('/images/background.gif');
	background-repeat:repeat;
}

#swf {
	height: 675px;
}
/* end hide */


#wrapper {
	min-height: 675px;
	height: auto !important; 
	height: 675px;
	min-width: 1050px;
}

#footer {
	padding: 0 0 30px 150px;
	/*position: absolute;
	left:50%;*/
	margin: 0 auto;
	/*margin-left:-315px;*/
	color: #ede3cd;
	font: 0.7em/1.1em Arial, Verdana, sans-serif;
	width:760px;
	height:70px;
}

#footer .nav {
	list-style-type: none;
	padding:0 0 8px 8px;
}

#footer .vcard * {
	text-transform: uppercase;
}

#footer .vcard {
  float:left;
	width:150px;
	padding-left:7px;
/*background: url('/images/footer-dfr.gif') no-repeat scroll top left; */
	height:50px;
}

#footer #footer-navigation {
  float:right;
  width:450px;
  text-align:right;
}

#footer #footer-navigation  #footer-logos {
  padding-top:4px;
}

#footer .vcard .fn {
	font-weight:bold;
}

#footer ul.nav li {
	display: inline;
	color: #9d8579;
}

#footer ul.nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
