/* AmVets 02 indx.css */

* {
	margin: 0;
	padding: 0;
}

@charset "UTF-8"; 

	body {
		background-color: black;
		font-family: Verdana, Geneva, Arial, sans-serif;
		}
	

	#wrapper {
		width: 960px;
		height: 1615px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fdebcf;
		border: 5px solid black;
		}
		
	#hdr {width: 95%;
		margin-left: 0px;
		margin-right: 0px;
		}
		
	body {
		background-color: #cococo;
		}	
		
	nav {
		Width: 90%;
		height: 45px;
		background-color: gray;
		margin-left: auto;
		margin-right: auto;
	     }
		 
	ul {
		
		}
		
	ul li {
		list-style: none;
		background-color: #808080;
		display: inline-block; 
		line-height: 35px;
		margin-left: auto;
		margin-right: auto;
		}
		
	ul li a {
		display: block;
		text-decoration: none;
		font-size: 14px;
		font-family: arial;
		padding: 0 35px;
		color: white;
		margin: 5px;
		}
		
	#banner {
		width: 95%;
		height: 50px;
		border: solid 5px red;
		background-color: #afeeee;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		}
	
	#banner h1 {
		text-align: center;
		}
		
	#column-1 {
		border: 2px solid red;
		float: left;
		margin-left: 15px;
		margin-top: 15px;
		width: 47%;
		height: 650px;
		font-size: small;
		background-color: white;
		}
		
	#column-1 h3 {
		text-align: center;
		}
		
	#column-1 p {
		Margin: 0 15px 0 15px;
		}	
		
	.vertical-line {
		border-left: 6px solid black;
		position: absolute;
		height: 500px
		right: 50%; 
		top: 10%;
		}
		
	#column-2 {
		border: 2px solid red;
		float: right;
		margin-right: 15px;
		margin-top: 15px;
		width: 47%;
		height: 650px;
		font-size: small;
		background-color: white;
		}
		
	#column-2 p {
		Margin: 0 15px 0 15px;
		}
		
	#events {
		border: 2px solid red;
		width: 85%;
		background-color: white;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
        padding: 20px 25px 20px 25px;
		}
		
	#events h1 {
		color: blue;
		text-align: center;
		}

a:link {
    color: red
    }
a:visited {
    color: orange;
}
a:focus {
    color: purple;
    }
a:hover {
    color: green;
    }
a:active {
    color: blue;
    }

		
	#events h2 {
		color: red;
		text-align: center;
		}
		
	#events h4 {
		text-align: center;
		margin: 0 15px 15px 15px
		}
		
	#info {
		border: 2px solid red;
		width: 75%;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		}
		
	#info h1 {
		color: red;
		text-align: center;
		}
		
	#info h2 {
		color: red;
		text-align: center;
		}
		
	#info h4 {
		margin: 0 15px 15px 15px
		}
		
	#meetings {
		border: 2px solid red;
		width: 75%;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		}
		
	#meetings h1 {
		color: red;
		text-align: center;
		}
		
	#meetings h2 {
		color: red;
		text-align: center;
		}
    #meetings h3 {
        color: green;
        text-align: center;
}
		
	#meetings h4 {
		text-align: center;
		margin: 0 15px 15px 15px
		}
		
	#const {
		border: 2px solid red;
		width: 75%;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		}
		
	#const h1 {
		color: red;
		text-align: center;
		}
		
	.clear {
		clear: both;
		}
	
	#seals{
		border:px solid red;
		width: 80%;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		}
	
	
		
	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		