body { 
		color: #595959;
		background: #ffFFFF;
		font-size: 80%;
		font-family: verdana, Arial, Helvetica, sans-serif;
		line-height: 1.7;
		font-weight: normal;

		}

#header2 {
	background: #D16800; height: 5px; repeat-x
}
		

		
	a:link { color: #3399FF; text-decoration: none; }
	a:visited { color: purple; text-decoration: none; }
	a:hover { color: lime; text-decoration: none; }
	a:focus { background-color: yellow: }
	a:active { color: red }		
		
	h1 {
	   color: #D16800;
	   font-size: 3em;
	   font-family: sans-serif, Century Gothic, vant Garde;
	   font-weight: normal;
	   }
	   
	h2 {
	   color: #D16800;
	   font-size: 1.75em;
	   font-family: Century Gothic, vant Garde;
	   font-weight: normal;
	   }
		
	h3 {
	   color: #9A9A9A;
	   font-size: 1em;
	   font-family: verdana, Arial, Helvetica, sans-serif;
	   line-height: 1.5;
	   font-weight: normal;
	   }
			
	span {
			display: block;
			padding: 0.55em;
			margin: 0.5em;
			}
		
		ul {
		   list-style-type: circle;
		   padding-left: 20px; 
		   margin: 1;
		   }
			
		#header {
			padding: 0;
			text-align: center;
			background: #FFFFFF;
				}
	
		#in {
			float: right;
			width: 40%;
			padding: 2em;
			}
.container {
	height: auto;
	margin: 0 auto;
	width: 940px;
}	

		#content {
			float: left;
			width: 60%;
			}
		
		#navigation {
			margin-left: 65%;
			}

		#footer {
			clear: both;
			}	
		
		#border1 { 
		background: #DADADA; 
		display: block;
		float: right;
		width: 15em;
		padding: 0;
		margin: 0em 1em;
		border: 0.8em solid;
		border-color: #DADADA;
		}
		
		#border2 {
		background: white;
		display: block;
		float: left;
		width: 76px;
		height: 76px;
		}
		
		#border3 {
		float: left;
		padding: 0 10em;
		}
		
		#border4 {
		background: white;
		display: block;
		float: right;
		width: 150px;
		}
		#border4 img {
		float: right;
		}	
		
		#border5 {
		background: #DADADA;
		display: block;
		float: center;
		height: 0.2em;
		border-color: #DADADA;
		}
		
		#border6 {
		background: white;
		display: block;
		float: right;
		width: 210px;
		}
		#border6 img {
		float: right;
		}	
	
