/* @override http://flipfor.us/style.css */

* {
	font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Verdana;
}

body {
	font-size: 80%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	overflow: scroll;
}

a {
	background: #ffc;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

a:hover {
	background: #ffd;
}

.container {
	width: 720px;
	margin: 0 auto;
	position: relative;

}

#header {
	width: 100%;
	height: 400px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -99999px;
}

#main {
	width: 495px;
	padding: 5px;
	background-image: url(images/trans.png);
	position: absolute;
	top: 180px;
	left: 110px;
	text-align: center;
	text-shadow: 0 0 0 white;
	color: white;
}

#main p {
	font-size: .9em;
}

#main h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.1em;
	
}

.note {
	font-size: .9em;
	font-style: italic;
	background: ;
}

#footer {
	width: 100%;
	margin-top: 20px;
	line-height: 3em;
	background: #3F5260;
	border-top: 3px solid #142E3D;
	border-bottom: 3px solid #142E3D;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	color: white;
	text-shadow: 0 0 0 white;
	text-align: center;
}


