﻿/* CSS layout */
body {
	background-color:black;
	color:white;
	font-family:"Lucida Sans", "Lucida Handwriting", "Lucida Console";
	text-align:center;
	padding-left:150px

}
h1

{
	color:white;
	font-size:x-large;
}
h2 {
	font-size:large;
}
a {
	color:#00CCFF;
}


#masthead {
	vertical-align:top;
	padding-bottom:15px;
	width:750px;
}

#top_nav {
	width:750px;
	padding-bottom:65px;
}

#page_content {
	background-image:url('images/FLSantYagoTransBack.png');
	background-repeat:no-repeat;
	background-position:center;
	width:750px;
	padding-top:48px;
	padding-bottom:38px;

}
#page_content_no_image {
	width:750px;
	padding-top:48px;
	padding-bottom:38px;

}


#postfooter {
width:750px;
text-align:center;
}

#footer {
width:750px;
}