/* Layout */

* {
	margin:0;
	padding:0;
}


body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0 auto;
	width:1000px;
}

a {
	color:#000
}

h1, h2, h3, h4, h5, h6 {
	margin:20px 0;
}

table {
	font-size:14px;
}

tr {
	margin:10px;
}
td {
	padding:5px;
}

ul {
	margin:30px 30px;
}

#header {
	text-align:center;
}

.nav {
	list-style:none;
	overflow:hidden;
	margin:30px 0 0;
	text-align:center;
	width:1000px;
}

.nav li {
	background: #0080FF;
	display:inline-block;
	margin:0 3px;
	zoom:1;
	*display:inline;
}
	.nav li:hover {
		background:#03F;
	}

.nav li a {
	color:#fff;
	display:inline-block;
	padding:8px;
	text-decoration:none;
}

.sub-nav li {
	background:none;
}

.sub-nav li a {
	color:#000;
	text-decoration:underline;
}

.sub-nav li:hover {
	background:none;
}

.sub-nav li a:hover {
	text-decoration:none;
}


