	#container {
		width: 90%;
		min-width: 900px;
		border: 1px solid gray;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}

	#banner {
		padding: 10px;
		margin-bottom: 10px;
		height:430px;
		background-color: transparent;
		background: url(gb_rialto.jpg) no-repeat 4% 25%;
	}

	#banner  p{
		margin-left: 480px;
		margin-right: 70px;
		background-color: transparent;
		font-weight: normal;
		color:#000;
		font-size: 10px;
		line-height: 14px;
		text-align: justify;
	}

	#banner  h1{
		margin-left: 480px;
		margin-right: 40px;
		background-color: transparent;
		font-family: Georgia, Times;
		font-size:15px;
		line-height:28px;
		font-weight: 700;
		color:#000;
	}

	#content {
		padding: 10px;
		background-color: #fff;
	}

	#footer {
		clear: both;
		padding: 10px;
		margin-top: 10px;
		background-color: #89A;
		font-size: 10px;
		line-height: 26px;
		text-align: justify;

	}

	body {
		font-family:'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
		color:#000;
		font-size: 12px;
		line-height: 15px;
		text-align: justify;
	}

h1 {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family: Georgia, Times;
		font-size:14px;
		line-height:14px;
		font-weight: 700;
		color:#000;
	}

h2 {
		color: #999;
		font-family: Georgia, serif;
		font-size: 13px;
		font-weight:600;
		line-height: 11px;
		text-align: left;
		margin: 30px 0px 0px 0px;
	}

a {
		color:#f0f8ff;
		text-decoration:none;
		font-weight: normal;
	}

a:link {color:#33C;}

a:visited {
		color:#369;
		border-bottom: 1px dotted #369;
	}

a:hover {
		color: #6495ED;
		background-color:#33C;
	}

img {
		border: none
	}
