﻿body{
	font-size: 0.9em;
	font-family: 'Helvetica Neue',Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #333333;
}
#main{
	width: 400px;
	float: left;
	padding-left: 30px;
	margin-top: 30px;
}
#main .date{
	color: #666666;
	text-align: right;
	width: 400px;
}

footer{
	text-align: center;
	heigth: 50px;
	clear: both;
	background-color: #8B4513;
}

nav ul li{
	font-size: 1.5em;
	padding-left: 7px;
	margin-bottom: 10px;
}

nav{
	float: left;
	width: 200px;
	margin-top: 30px;
}
nav ul{
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

nav ul li a:link, nav ul li a:visited{
	font-size: 1.5em;  
	color: #333333;
	text-decoration: none;
}

nav ul li a:active, nav ul li a:hover{
	font-size: 1.5em;
	color: #990066;
 	text-decoration: none;
}
#wrapper{
	width: 900px;
	margin: 0px auto;
}
#main header{
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-color: #A6A6A6;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #A6A6A6;
	border-bottom-style: dashed;
}

#main2 table{
  border-top-width: 1px;
  border-top-color: #A6A6A6;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: #A6A6A6;
  border-left-style: solid;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}
#main2 th, #main2 td{
  border-right-width: 1px;
  border-right-color: #A6A6A6;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #A6A6A6;
  border-bottom-style: solid;
  margin: 0px;
  padding: 5px 10px;
}
#main2 th{
  width: 150px;
}
#main2 td{
  width: 410px;
}
aside{
  float: right;
  width: 250px;
  margin-top: 30px;
}
#main2{
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 600px;
}