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


#main {
background-image:url(../images/soon.jpg);
margin-left:auto;
margin-right:auto;
width:500px;
height:400px;
background-repeat:no-repeat;

}

#wrapper {
width:883px;
height:auto;
margin-left:auto;
margin-right:auto;

}

#header {
background-image:url(../images/header.jpg);
width:882px;
height:254px;
}

#navigation {

width:882px;
height:52px;
}

* { /* Reset stuff */
	margin: 0; 
	padding: 0;
} 

ul#nav1 {
	width: 882px;
	list-style: none;
	margin:auto;
	margin-left:0px;

}

ul#nav1 li {
	display: inline; 
}
	
ul#nav1 li a {
	display: block; 
	float: left; 
	height: 52px;
	background-image:url(../images/navigation.png);
text-indent: -9999px;

}

	ul#nav1 li a.index {
		width: 175px; background-position: 0 0;	
	}
	
	ul#nav1 li a.history {
		width: 178px; background-position: -175px 0;	
	}
	
	ul#nav1 li a.hybridizers {
		width: 177px; background-position: -353px 0;	
	}
	
	ul#nav1 li a.forums {
		width: 173px; background-position: -530px 0;	
	}
	
	ul#nav1 li a.events {
		width: 179px; background-position: -703px 0;	
	}
	
	
	ul#nav1 li a.index:hover, ul#nav1 li a.index:focus {
		background-position: 0 -52px;	
	}
	
	ul#nav1 li a.history:hover, ul#nav1 li a.history:focus {
		background-position: -175px -52px;	
	}
	
	ul#nav1 li a.hybridizers:hover, ul#nav1 li a.hybridizers:focus {
		background-position: -353px -52px;	
	}
	
	ul#nav1 li a.forums:hover, ul#nav1 li a.forums:focus {
		background-position: -530px -52px;	
	}
	
	ul#nav1 li a.events:hover, ul#nav1 li a.events:focus {
		background-position: -703px -52px;	
	}
	

a { outline: none; }

#subNavigation {
	
}

#subnav li a {
color: #000000;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #666666;
width: 110px;
display: block;
padding: 3px;
}
#subnav {
width: 120px;
 position:     absolute;
       top:          370px;
display:block;
font-size:15px;
font-weight:bolder;
font-variant:small-caps;
font-stretch:ultra-expanded;
font-family:"Traditional Arabic", Georgia, "Times New Roman", Times, serif;

}
#subnav li {
list-style-type: none;
}
#subnav li a:hover { 
color: #800000;
}

.bottomborder {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #666666;
}

#slicerTop {
background-image:url(../images/slicer_top.jpg);
width:882px;
height:19px;
}

#body {
background-image:url(../images/body.jpg);
width:882px;
height:auto;
margin:auto;
background-repeat:repeat;
}

#title {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
text-decoration:underline;
color:#060;
margin-left:165px;
margin-bottom:5px;
}

#textRight {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#003300;
margin-bottom:20px;
margin-top:50px;
padding-right:10px;
font-size:14px;
line-height:20px;

}

#textLeft {

background-repeat:no-repeat;
height:220px;
width:160px;
margin-left:20px;

}
#bottom {
background-image:url(../images/bottom.jpg);
width:882px;
height:104px;
}

#footer {
	margin-top:10px;
	color:#EAFAA9;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#footer a {
	color:#EAFAA9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	
}