@charset "utf-8";
/* CSS Document */


html,body{
	margin: 0 auto;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image:url(../images/tracks.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#009;
	font-size:small;
	font-style: normal;	
}

a:link{
	color:#009;
	text-decoration: underline;}
a:visited{
	color:#a30e27;
	text-decoration: underline;
	}
a:hover{
	color:#a30e27;
	text-decoration: none;	
}
a:active{
}



#container{
	width:800px;
	margin:0 auto;
}

#header{
	width: 800px;
	height: 202px;
	margin: 0 auto;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
}
#header span{
	display: none;	
}

#navigation{
	width: 800px;
	height: 48px;
	margin: 0 auto;
	font-size:14px;
	background-image:url(../images/navigation.jpg);
	background-repeat:no-repeat;
}
#navigation ul{
	width: 750px;
	margin:0 auto;
	list-style-type: none;
	padding-top: 7px;
}
#navigation li{
	display:inline;
	padding: 4px;
}
#navigation a{
	margin: 0 auto;
	color:#009;
}
#navigation a:hover{
	color:#a30e27;	
}

#content{
	margin: 0 auto;
	width: 800px;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
}
#groupone{
	float: left;
	width: 530px;
	height: 520px;
	margin-left: 9px;
	background-image:url(../images/HeaderImage_1.jpg);
	background-repeat: no-repeat;
}
#grouptwo{
	float: right;
	width: 250px;
	height: 520px;
	margin-right: 10px;
	background-image:url(../images/sideBar_gradient.png);
	background-repeat:no-repeat;
	background-position: bottom;
}


#homecontent{
	width:800px;
	height: 520px;
}
#grouponeHome{
	width: 510px;
	margin-left: 10px;
	margin-top: 130px;
}
#grouptwoHome{
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 130px;
}


#servicescontent{
	width:800px;
	height: 520px;	
}
#grouponeServices{
	width: 510px;
	margin-left: 10px;
	margin-top: 130px;
}
#grouptwoServices{
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 130px;
}


#shopcontent{
	width:800px;
	height: 520px;	
}
#grouponeShop{
	width: 510px;
	margin-left:10px;
	margin-top: 130px;
}
#grouptwoShop{
	width: 230px;
	margin-right: 10px;
	margin-left:10px;
	margin-top: 130px;
}


#contactcontent{
	width:800px;
	height: 520px;	
}
#grouponeContact{
	width: 510px;
	margin-left:10px;
	margin-top: 130px;
}
#grouptwoContact{
	width: 230px;
	margin-right: 10px;
	margin-left:10px;
	margin-top: 310px;
}



#groupthree{
	width: 780px;
	height: 700px;
	margin-left: 9px;
	background-image:url(../images/HeaderImage_1_LONG.jpg);
	background-repeat: no-repeat;
}
#biocontent{
	width:800px;
	height: 550px;	
}
#groupthreeBio{
	float: left;
	width: 760px;
	margin-left:10px;
	margin-top: 130px;	
}
.one{
	float: left;
	width: 100px;
}
.two{
	float:right;
	width:660px;
}


#contributecontent{
	width:800px;
	height: 520px;	
}
#groupthreeContribute{
	float: left;
	width: 760px;
	margin-left:10px;
	margin-top: 130px;
}


#publicationcontent{
	width:800px;
	height: 700px;		
}
#groupthreePublication{
	float: left;
	width: 760px;
	margin-left: 10px;
	margin-top: 130px;
}


#searchcontent{
	width:800px;
	height: 600px;	
}
#groupthreeSearch{
	float: left;
	width: 760px;
	margin-left: 10px;
	margin-top: 130px;	
}


#linkscontent{
	width:800px;
	height: 4000px;
}
#groupthreeLinks{
	float: left;
	width: 760px;
	margin-left: 10px;
	margin-top: 130px;	
}



#minornav{
	width: 800px;
	height: 33px;
	margin: 0 auto;
	font-size:10px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
#minornav ul{
	margin: 0 auto;
	margin-left: 150px;
	list-style-type: none;
	padding-top: 12px;
}
#minornav li{
	margin: 0 auto;
	display:inline;
	padding: 4px;
}
#minornav a{
	color:#009;
}
#minornav a:hover{
	color:#a30e27;	
}


#extradiv{
	width: 800px;
	height: 10px;	
	font-size:9px;	
}
