@charset "UTF-8";

/* CSS Document */



body{
	background-color:#000000;
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top center;
	margin:0px;
	font-size:12px;
	color:#FFFFFF;
	font-family:"Century Gothic","Futura",Helvetica,sans-serif;
	}

a:link, a:active, a:hover, a:visited { color:#FFFFFF; text-decoration:none; }

img {
	border:0px; 
	margin:0px;
	}

table, tr, td {
	background:none;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
	border:none;
	border-collapse:collapse;
	table-layout:fixed;
	}

div {
	background:none;
	padding:0px;
	margin:0px;
	border:none;
	}
.container {
	background:none;
	width:800px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	border:none;
	z-index:1;
	position:relative;
	}

#header { height:208px; }

#gap {
	height:16px;
	width:314px;
	position:absolute;
	top:18px; left:0px;
	overflow: hidden;
	z-index:3;
  }

#nav { 
	height:30px;
	margin:0px;
	position: absolute;
	top:174px; left:0px;
	overflow: hidden;
	z-index:3;
	}
	
#nav img { float:left; }

.navbox {
	height:30px;
	background:none;
	margin:0px;
	padding:0px;
	border:none;
	z-index:4;
	position:relative;
	float:left;
	}

#logo {
	background:none;
	width:160px;
	height:160px;
	position:absolute;
	left:320px;
	top:0px;
	z-index:2;
	text-align:center;
	}

#logotop {
	background:none;
	width:160px;
	height:130px;
	margin:0;
	padding:0;
	border:none;
	position:absolute;
	left:320px;
	top:0px;
	z-index:2;
	text-align:center;
	}

#maillist {
	width:153px;
	height:30px;
	position: absolute;
	top:130px;
	z-index:3;
	}

#email {
	width:165px;
	height:16px;
	position: absolute;
	top:137px;
	left:153px;
	z-index:3;
	}

#email input, #email textarea {
	background: #000000;
	padding: 0px;
	height: 14px;
	width:165px;
	font-family: "Century Gothic", Futura, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFFF;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}

#email textarea:focus, #email input:focus { border: 1px solid #AA0000; }

#logobottom {
	width:160px;
	height:30px;
	position:absolute;
	top:130px;
	left:320px;
	z-index:2;
	}

#socialnet {
	width:312px;
	height:32px;
	position: absolute;
	top:130px;
	right:0px;
	z-index:3;
	}
	
#socialnet img { float:left; }