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

body {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#ffffff;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}	

#wrapper {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;	
	background-color:#FFF;
}

#banner {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;	
	background-color:#fff;
	float:left;
}

#banner-info {
	width:250px;
	height:60px;
	margin:0px auto 0px auto;	
	float:right;
	background-color:#fff;
}

#banner-info-left {
	width:200px;
	height:28px;
	margin:0px auto 0px auto;
	padding:12px 0px 0px 0px;
	float:left;
	text-align:right;
	background-color:#fff;
}

#banner-info-right {
	width:50px;
	height:34px;
	margin:0px auto 0px auto;	
	padding:6px 0px 0px 0px;
	float:right;
}

#content {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
	float:left;
	clear:both;
	background-color:#fff;
}

#content-left {
	width:298px;
	height:auto;
	margin:0px auto 0px auto;
	float:left;
}

#navigation {
	width:131px;
	height:auto;
	margin:10px auto 0px 45px;
}

#content-right {
	width:597px;
	height:345px;
	margin:13px 35px 100px auto;
	float:right;
}

#content-right2 {
	width:597px;
	height:auto;
	margin:0px 35px 100px auto;
	float:right;
}

#footer {
	width:930px;
	height:128px;
	margin:0px auto 0px auto;
	background:url(../images/ultimo-group-footer-image.jpg) no-repeat;
	clear:both;
}

#terms-footer {
	width:860px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 35px 10px 35px;
}

/* Classes */

.a {
	text-decoration:none;
	color:#333;
}

.terms-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:center;
}
