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

/* Brand Colours
 * Dark Blue:		#2A73DA
 * Light Blue:		#4AA6EA
 * Dark Green:		#557F7C
 * Light Green:		#74ADB4
 */

/* Style Definition */

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:100%;
	}
	
a, a:visited {
	color:#999;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#444444;
	text-decoration:underline;
	}

#main {
	margin-top:45px;
	height:600px;
	}
	
#footer {
	margin-top:-80px;
	text-align:center;
}

#home {
	margin-top:30px;
	margin-bottom:40px;
}

.backdrop {
	background-image:url(../images/Sanatello_Background_2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:50px !important;
	overflow:visible;
	height:600px;
}
.backdrop_blank {
	background-image:url(../images/Sanatello_Background_blank.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:50px !important;
	overflow:visible;
	height:600px;
}
	
h1, h2, h3, h4 {
	margin-top:-1em;
	color:#CCC;
}