#wrapper {
	margin: auto;
	width: 800px;
}
#header {
	padding: 0px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	background-image: url(images/keyVisual_bg.gif);
}
#menu {
	float: left;
	width: 128px;
	margin-top: 15px;
	padding-right: 1px;
	padding-left: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu a:link {
	font-weight: normal;
	text-decoration: none;

}
#menu a:visited {
	font-weight: normal;
	text-decoration: none;

}
#menu a:hover {
	color: #666666;
	text-decoration: none;

}
#content {
	margin: 10px;
	float: left;
	height: auto;
	width: 477px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
#content a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
#content a:hover {
	color: #666666;
	text-decoration: none;

}
#nuggets {
	float: left;
	height: 550px;
	width: 165px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
}
#nuggets a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
#nuggets a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
#nuggets a:hover {
	color: #666666;
	text-decoration: none;

}
#footer {
	padding: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
