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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}

body { 
	line-height:1.5;
	}
	
table {
	border-collapse:separate;
	border-spacing:0;
	}

caption, th, td {
	text-align:left;
	font-weight:normal;
	}

table, td, th {
	vertical-align:middle;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

a img {
	border: none;
	}

#container {
	position:relative;
	margin:auto;
	width:788px;
	height:798px;
	}

#container #border-l {
	position:relative;
	float:left;
	width:73px;
	height:781px;
	background-image:url(images/border_l.png);
	background-repeat:no-repeat;
	}

#container #border-r {
	position:relative;
	float:right;
	width:71px;
	height:781px;
	background-image:url(images/border_r.png);
	background-repeat:no-repeat;
	}

#container #nav {
	position:absolute;
	left:73px;
	margin:auto;
	width:644px;
	height:90px;
	z-index:1;
	}

#container #email-signup {
	position:absolute;
	width:185px;
	top:20px;
	right:-150px;
	text-align:center;
	z-index:2;
	}
#container #header {
	position:absolute;
	margin:auto;
	top:90px;
	left:73px;
	width:644px;
	height:314px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	z-index:1;
	}
	
#container #header #header-text {
	position:relative;
	margin:auto;
	width:644px;
	top:223px;
	text-align:center;
	font-family:"Helvetica",Arial,sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#000099;
	}
	
#container #main {
	position:absolute;
	margin:auto;
	top:404px;
	left:73px;
	width:644px;
	height:350px;
	background-image:url(images/main_border_top.png);
	background-repeat:no-repeat;
	z-index:1;
	}
#container #contact {
	position:absolute;
	margin:auto;
	top:754px;
	left:73px;
	width:644px;
	height:27px;
	text-align:center;
	font-family:"Helvetica",Arial,sans-serif;
	font-size:12px;
	letter-spacing:4px;
	color:#FF0000;
	z-index:1;
	}
	
#container #border-bot {
	position:absolute;
	margin:auto;
	bottom:0px;
	width:788px;
	height:17px;
	background-image:url(images/border_bot.png);
	z-index:1;
	}

