body {
	background: #888; /* for non-css3 browsers */
	color: #020202;
	width: 100%;
	min-height: 500px;
	font-family: "Gotham", sans-serif;
}

header, footer, aside, nav, section {
	display: block;
}  

#logo {
	float: left;
}

header {
	text-align: left;
	border-bottom: 1px solid #25BABF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#ddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #888,  #ddd); /* for firefox 3.6+ */
	text-shadow: 0 1px 0 #aaa, 
               0 2px 0 #898989,
               0 3px 0 #777,
               0 4px 0 #797979,
               0 5px 0 #666,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
             
}

#mid{
	background-color: #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

header h1, header h2{
	background-color: #20D1BF;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 2px;
	border: 1px solid #666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left: 100px;
}

nav {
	float:right;
	width: 20%;
	text-align: left;
}

nav li{
	list-style-type: none;
	background-color: #002;
	border: 1px solid #0A0;
}

nav table{
	position: relative;
	/*border-collapse: collapse;*/
	margin-left: 20px;
	margin-right: auto;
}

nav img{
	margin-left:20px;
	margin-right: auto;
	position: relative;
	float: center;
}

nav th{
	text-align: center;
}

nav td{
	border: 1px solid #4d4d4d;
	background-color: #25BABF;
	text-align: left;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
	
nav h3{
	text-align: center;
}

nav a{
	color: #333;
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: bold;
}

.content{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 200px;
}

section li{
	list-style-type: none;
}

section a{
	color: #A21;
}

section a:visited{
	color: #A21;
}

#main{
	border-right: 1px solid #25BABF;
	color: #020000;
	min-height: 400px;
	width: 80%;
	padding-right: 10px;
}

footer {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#888'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#888)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ddd,  #888); /* for firefox 3.6+ */
	position: relative;
	bottom: 0px;
	left: 0%;
	right: 0%;
	text-align: center;
	border-top: 1px solid #25BABF;
	padding-top: 10px;
}
