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

body {
	background-color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 14pt;
	background-image: url('images/usaBg.png');
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-attachment: fixed;
	text-align: left;
	overflow: scroll;
	color: #eeeeee;
}


#main {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 100%;
	background-color: #1C245A;
	overflow: auto;
}

p, h1, h2, form {
	padding-left: 25px;
	padding-right: 25px;
	color: #eeeeee;
}

a, a:visited {
	color: #aaaacc;
	color: #eeeeff;
}

#left {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -362px;
	width: 12px;
	height: 100%;
	background-image: url('sides_01.gif');
}

#right {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 350px;
	width: 11px;
	height: 100%;
	background-image: url('sides_03.gif');

}

#main img {
	padding: 25px;
	float: left;
}
