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


	
	a:link 		{text-decoration: none; color: #3a3a35;}
	a:visited 	{text-decoration: bold; font-weight:bold; color: #770000; }
	a:active	{text-decoration: none; color: #770000;}
	a:hover 	{ text-decoration: underline; font-weight:bold; color: #880000; }
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
 .fish  {

	width: 600px; 
	height: auto;
	font-family:Helvetica, Arial,  Verdana, sans-serif;
	font-weight: 500;
	color:#3a3a35;
	

}


body {
	

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	}
	
	.title {
	
	position: absolute;
	left: 140px;
	font-size: 32px;
	font-family:"Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	
	
	font-weight: 800;
	color:#71593E;
	

}

.author {
	
		position: absolute;
		width: 400px;
		left: 100px; 
		font-size:12px;
		font-family: Arial, Geneva, Helvetica, sans-serif;
		text-align: center;
		color:#888888;		

}


.subtitle {
			position: absolute;
		
	
			font-size:14px;
			font-family: Arial, Geneva, Helvetica, sans-serif;
			color:#444444;
			font-weight: 700;
			text-align:left;
		

}

.yourat {
		position: absolute;
		left: 125px;
		top: 560px;
		font-size:12px;
		font-family: monaco, geneva;
			
}

.text{
         position: absolute;
		  left:130px;
		  text-align: left;
		  width: 500px;
		  margin-left: 30px; margin-right: 40px;
		  height: auto;
}

	
	
.info {
		position: absolute;
		left:770px;
		top:525px;
		width:15px; 
		height:17px;
		background-color:#888888;
		text-align: center;
		
			
}

.navBox1 {
	position: absolute;
	top: 750px;
	left: -80px;
	width: 150px;	
	border-top: thin dotted #770000;
	
	

}
.navBox2 {

	position: absolute;
	top: 960px;
	left: -80px;
	width: 150px;
	border-top: thin dotted #770000;

}
.navBox3 {

	position: absolute;
	top: 750px;
	left: 740px;
	width: 200px;
	border-top: thin dotted #770000;

}
.navBox4 {

	position: absolute;
	top: 1160px;
	left: 740px;
	width: 200px;
	border-top: thin dotted #770000;

}
.h1 {
	font-family: Helvetica, Arial,  Verdana, sans-serif;
	font-weight:bold;
	font-size: 16px;
	font-weight: 500;
	color:#71593E;

}
.h2 {
	font-size:14px;
	line-height: 150%;                 
	letter-spacing: 1.25px;
	font-family:Helvetica, Arial,  Verdana, sans-serif;
	font-weight: 500;
	color:#3a3a35;

}
.h3 {
	font-family: Helvetica, Arial,  Verdana, sans-serif;
	font-weight:bold;
	font-size: 15px;
	font-weight: 500;
	color:#71593E;


}

.p1{
						left: 5px;
						line-height: 150%;                 
						letter-spacing: 2px;
						font-size: 10px;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						padding: 10px;
						font-weight: 500;
						color:#3a3a35;
									 
 }

.a {
		position: absolute;
		width: 295px;
		height: 200px;
		top: 50px;
		left: 0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#EEEEEE;
		font-size:24px;
	
}
	.b {
		position: absolute;
		width: 200px;
		top:75px;
		left: 500px;	
		height: 54px;	
		font-family:Helvetica, Arial,  Verdana, sans-serif;
		font-size:12px;
		text-align: left;
	
}

.c {
		position: absolute;
		width: 790px;
		top:145px;
		height: 35px;
		border-bottom: thin solid #ff0000;
	
	
}
.d  {
		position: absolute; 
		top: 200px;
		left: 25px;
		

}
.e  {
		position: absolute;
		top: 600px;
		left: 0px;
		width: 790px;
		height: auto;
		text-align: center;
		font-size: .75em;
		line-height: 150%;                 
		letter-spacing: 1.1px;
		font-family:Helvetica, Arial,  Verdana, sans-serif;
		font-weight: 500;
		color:#3a3a35;
		
}
.common {

		position: absolute;
		top: 400px;
		left: 0px;
		width: 790px;
		height: auto;
		text-align: center;
		font-size: .75em;
		line-height: 150%;                 
		letter-spacing: 1.1px;
		font-family:Helvetica, Arial,  Verdana, sans-serif;
		font-weight: 500;
		color:#3a3a35;

}
.footer   {
	position: absolute;
	text-align: center; 
	font-weight: 400;
	color:#71593E;
	


}


 #container {
  	position:relative;
	left: 0px;
	top: 0px;
	width:800px;  /* this will create a container 80% of the browser width */
     height: auto;
	margin: 0 auto; 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
