body
	{
	  margin:               0px auto;
	  background-image: 	url('../images/layout/splash_bg.jpg');
	  background-repeat:	repeat-x;
	  background-color:     #a3abb1;
	  text-align: 		center;
	}

p
	{
	  font-family:		Times;
	  font-size:		11pt;
	  color:		#666666; 	  
	  line-height:		1.5em;
	  margin-top:		10px;
	  margin-bottom:	5px;
	}


a
	{
	  font-family:		Times;
	  font-size:		11pt;	  
	  color:		#a44343; 	  
	  line-height:		1.5em;
	  text-decoration:	none;	
	}

a:hover
	{
	  font-family:		Times;
	  font-size:		11pt;	  
	  color:		#8d3232; 	  
	  line-height:		1.5em;
	}


.bold
	{
	  font-weight:		bold;
	}

.header
	{	  
	  color:		#a3abb1;
	  font-size:		16pt;
	}

.subheader
	{
	  font-weight:		bold;
	  color:		#53616e;
	}
	
.inputText 
	{
	  width: 250px;	  
	}
	
.inputButton
	{	 
	  font-size:		11pt;	
	  border: 1px solid #666666; 
	  background-color: #999999; 
	  width: 75px;
	}

/*------------ LAYOUT --------------*/

#center
	{
 	  margin-left: 		auto;
	  margin-right:		auto;
	  width: 		960px;
	}

#firstlayer
	{
	  margin: 0 auto;
	  width: 850px;
 	  background-color: #ffffff; 	  
 	  margin: 10px auto;
	}
	
		
#secondlayer
	{
	  width: 837px;
 	  background-color: white;
 	  margin: 5px; 	 
 	  border: 0px; 	  
 	  border-collapse: collapse;
	}
	
#secondlayer td
	{			 
	  padding: 0px;
	  border: 0px;
	}	      
		
#content
	{
	  width: 100%;
	}

#content td
	{
	  padding: 0px 10px 0px 10px;
	}

#image
	{
	  vertical-align: top;
	  width: 229px;
	}	
	
#text
	{
	  vertical-align: top;
	  text-align: left;	 	  
	}	

#seasons
	{
	  font-size: 11pt;
	  text-align: center;
	  vertical-align: top;
	  width: 650px;	  
	  background-color: #dcdcde;	  
	}
	
#contactform
	{
	  font-size: 9pt;
	  text-align: left;
	  vertical-align: top;
	  width: 170px;	  
	  background-color: #dcdcde;	  
	}

#contacttable
	{
	  font-family:		Times;
	  font-size:		11pt;
	  color:		#666666; 
	  text-align: left;
	  vertical-align: top;
	  width: 100%;	  	  
	  border: 1px dotted #dcdcde;
	}


#navigation ul
	{
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}

#navigation li
	{
	  float: left;
	  margin: 0;
	}

#navigation li a
	{
	  background-image: url('../images/layout/navigation.jpg');
	  background-repeat:  repeat-x;
	  height: 37px;
	  line-height: 2.1em;
	  float: left;	  
	  width: 112.4px;
	  display: block;
	  border: 0px;
	  color: #0d2474;
	  text-decoration: none;
	  text-align: center;
	  font-family:		Times;
	  font-size:		13pt;
	  color:		white; 	  
	}

#navigation li a:hover
	{
	  background-image: url('../images/layout/navigation_2.jpg');
	}

/* Hide from IE5-Mac */
#navigation li a
	{
  	  float: none
	}
/* End hide */

#navigation
	{
	  width:900px;
	}

#footer
	{
	  background-color: 	#53616e;
	  font-family:		Arial;
	  font-size:		8pt;
  	  color:		white; 
  	  text-align: 		right;
  	  line-height: 		2em;
	}