body{
	background-color: #FAFAD2;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", sans-serif;
}
#header{
	padding: 0.5em;
	margin: 0em 10em 0em 10em;
}
#header img{
	width: 400px;
	height: 120px;
	background: #FAFAD2;
}
ul{
	list-style: none;
}

#content img{
	border: none;
}
#detail img{
	border: none;
	padding: 10px 20px 10px 20px;
}
#nav {
	padding: 1em;
}
td{
	vertical-align: top;
}
h1{
	text-align: center;
	font-size: 300%;
	font-style: oblique;
	font-weight: lighter;
}
a{
	text-decoration: none;
	color: #00D2D4;
}
a:hover{
	color: #007A7B;
}
#footer{
	background-color: #FAFAD2;
	text-align: center;
	font-size: 80%;
}
table{
	border: 1px;
	border-color: red;
	width: 90%;
}
#content{
	padding: 1em 2em 1em 2em;
	
}
