/* Yahoo! Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* end of Yahoo! Reset*/


body{
	background-color: #FFE6D8;
}
#content{
	background-color: #000;
	width: 480px;
	height: 270px;
	margin: 0px auto;
	padding: 50px;
}
#content *{
	display: none;
}

#q_text{
	font: bold 18px "Georgia","Times New Roman",serif;
	color: #fff;
	text-align: right;
	display: block;
}
#q_text cite{
	font: normal 22px "Georgia","Times New Roman",serif;
	display: block;
}

#nav{
	background-color: #000;
	width: 580px;
	margin: 0px auto;
}
#nav1{ text-align: left; }
#nav2{ text-align: center; }
#nav3{ text-align: right; }
#nav a{
	display: block;
	padding: 10px 20px;
	font: bold 16px "Trebuchet MS",arial;
	color: #ffc;
	text-decoration: none;
}

#sources{
	background-color: #000;
	width: 480px;
	margin: 0px auto;
	padding: 10px 50px;
	font: normal 10px "Trebuchet MS",arial;
	color: #fff;
}
#sources a, #sources a:visited{
	display: block;
	color: #ffc;
	text-decoration: none;
}
#sources a:hover{
	color: #999;
}
