/* styles.css - external stylesheet */

body {
	background: #F5F1ED;
      font-size: .7em;
      font-family: verdana,helvetica,serif;
	margin: 0;
}

a:link {color: #404040; font-weight: normal; text-decoration: underline}
a:active {color: #404040; font-weight: normal; text-decoration: underline}
a:visited {color: #404040; font-weight: normal; text-decoration: underline}
a:hover {color: #404040; font-weight: normal; text-decoration: none}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 820px;
}

#header {
      align: center;
	padding: 0px;
      margin: 0;
	width: 820px;
}

#content-container {
	float: left;
	width: 820px;
}

#content {
	clear: left;
	float: left;
	width: 545px;
	padding: 10px 0;
	margin: 0 0 0 10px;
	display: inline;
}

#content h3 { margin: 0; }

#aside {
	float: right;
	width: 215px;
	margin: 0 20px 0 20px;
	padding: 20px 0;
	display: inline;
}

#aside li {
      list-style: none;
      margin: 0 20px 0 5px;
      padding: 0.25em;
      border-top: 1px solid gray;
}

#aside li a { text-decoration: none; }

#footer {
      clear: both;
	text-align: center;
      width: 740px;
	padding: 20px;
	height: 1%;
}

img {border: 0; z-index: 1;}
img.content {float: right;}