	/* COLOURS:
		ochre: #D9B731
		blue: #7684B3
	*/

	/*div { border: 1px solid red; }*/
	
	body {
		margin: 0px;
		font-family: Verdana;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #7684B3;
	}
	
	#wrapper {
		width: 880px;
	}
	
	#container {
		float: left;
		width: 880px;
		margin: 0 0 0 60px;
		padding: 0 0 40px 0;
	}
	
	#header {
		float: left;
		width: 880px;
		margin: 0;
		padding: 0 0 5px 0;
		border-top: 20px solid #7684B3;
		border-bottom: 1px dotted #D9B731;
	}
		#header img {
			float: left;
			border: none;
		}
		
		#header #title {
			float: left;
			padding: 30px 0 0 20px;
		}
	
	#leftbar {
		float: left;
		width: 180px;
	}
	
		#nav {
			float: left;
			width: 180px;
			margin: 30px 0 40px 50px;
			text-align: right;
		}	
		
		#nav div.button {
			border-top: 1px dotted #D9B731;
			padding: 4px 0;
		}

		#nav div.last {
			border-bottom: 1px dotted #D9B731;
		}
		
		#gotas {
			float: left;
			width: 160px;
			margin: 0 0 0 50px;
			padding: 0;
		}
		
			#gotas h5 {
				font-size: 1.2em;
				color: #D9B731;
			}
	
	#content {
		float: left;
		width: 500px;
		margin: 15px 0 0 80px;
	}
	
	#footer {
		float: left;
		width: 620px;
		padding: 20px 0 40px 260px;
		border-bottom: 20px solid #7684B3;
	}
		
		#footer div {
			text-align: left;
			font-size: 0.9em;
			padding: 10px 0;
			color: #D9B731;
			border-top: 1px dotted #D9B731;
		}
	
	
	/**** tags ****/
	
	a, a:link, a:visited {
		font: 12px Verdana;
		color: #7684B3;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		color: #D9B731;
		font-weight: bold;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: "Helvetica", Arial, Verdana, sans-serif;
	}
	
	h1 {
		color: #D9B731;
		font-size: 5em;
		margin: 0px;
		letter-spacing: -2;
	}
	
	h3 {
		font-size: 1.6em;
	}
	
	h4 {
		color: #7684B3;
		font-size: 1.4em;
		margin: -10px 0 0 3px;
		line-height: 120%;
	}
	
	h5 {
		font-size: 1em;
		margin: 10px 0;
	}

	h6 {
		font-size: 1em;
		margin: 8px 0;
	}
	
	.tab {
		padding: 4px;
		font-size: 11px;
		color: #7684B3;
		font-family: Verdana;
	    font-weight: normal;
	}