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

body {
	background-color:#EEE;
	color:#555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:80%;
	letter-spacing: 0.03em;
	line-height: 1.6;
	}

h2 { 
	font-weight:normal ;
	padding-top: 16px;
	}
		
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom: 0px;
}

a {
    color: #BBB; 
    text-decoration: none; 
}
	
.container {
		margin: 0 auto;
width: 80%;
clear:both;
background-color:#FFF;
border-width: 1px;
border-color:#AAA;
	}
nav { background-color: #CCC; margin: 0 auto; height: 40px; }

nav li{ list-style:none;
 background-color: #CCC; 
margin: 0 auto;
float:left;
width: 20%;
display: inline; 
 }

nav a:link, a:visited {
	text-decoration:none;
	display: inline-block;
padding: 10px 25px;
	}
nav a:hover, a:active, .active {
	text-decoration:none;
	background-color:#BBB;
    color: #EEE;
padding: 10px 25px;
	}

header { background-color:#1e;
	background-image:url(header_awick.jpg) ;
	height: 150px;
	}
	
article { display: block;
float:none;
	padding: 10% 10% 10% 12%
}
article p {
    padding: 4px 0px 0px 0px;
}
article ul li {
	list-style-type: square;
	margin: 0px ;
	padding: 0px ;
}
article i {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
    color: #AAA;
}

article img 
	{ float: left;
	padding-right:10px;
	}
aside {
	display: block;
	width: 200px;
	float: right;
}
.footer {
	background-color:#BBB;
	padding: 10% 10% 10% 12%;
}

address {
	font-style:normal;
	}