body {
	background-color: #eee;
	
}
h1 {	
	font-family: tahoma;
	font-size: 34px;
	font-weight: normal;
	color: #994444;
	margin: 0 0 10px 0;
}
h2 {	
	font-family: tahoma;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#layout {
	margin: 0 auto;
	width: 500px;
}

#top {
	width: 460px;
	height: 42px;
	padding: 80px 0 0 40px;
}

#contents {
	background-color: #333;
	width: 480px;
	height: 265px;
	padding: 10px;
	border: 2px solid #994444;
	color: #eee;
	
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
}

a {color: #994444; text-decoration: none;}
a:visited {color: #994444; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}