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

body {
	background-image:url(template/gradient_back.jpg);
	background-repeat:repeat-x;
	margin: auto;
}

#banner {
	background-image:url(template/AB_template.png);
	background-position:top;
	text-align: center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 400px;
}

#container {
	width: 1000px;
	margin: auto;
}

#contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #000000;
	text-align:center;
}

#contact li {
	list-style-type: none;
	margin-left: -10px;
	font-size:1.1em;
}

#contact a {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
}

#contact a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.1em;
}

img.screenShot {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #333;
	display: inline;
}

div.screenShot {
	float:left;
	width: 181px;
	margin: 5px 10px 5px 0px;
	display: inline;
}

.screenShot p {
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:.8em;
	text-align: center;
}

.screenShot a {
	text-decoration: none;
	padding: 2px;
}

.clearFloat {
	clear:both;
}
	

h1 {
	position:relative;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	color: #04243F;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color: #04243F;
}

h3 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	color:#432300;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	color: #432300;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:400;
	text-align:left;
	margin-left:20px;
	color: #432300;
}

h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:400;
	text-align:left;
	margin-left:20px;
	color:#000;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	margin-left:20px;
	margin-right: 20px;
	line-height:1.1em;
	color: #04243F;
}

