/* CSS Style for Quizmical Sound Design*/

body {
	padding:0;margin:0;font:bold 0.95em  Tahoma, Trebuchet MS, Arial, sans-serif;background:#403D2C;color:#aaa;
}
h2 {
	color:#888;font:normal 1.8em Impact;margin-top:-5px !important;
}
a {
	color:#099;
}
a:hover {
	color:#f60;
}
img {
	border:0;
}
#container {
	width:800px;margin:0 auto;background:url(images/bubbleborder.jpg) repeat-y;border-left:1px solid #099;border-right:1px solid #099;border-bottom:1px solid #099;
}
#header {
	text-align:right;padding:15px 10px 10px 10px;margin:0;height:90px;
}
#header h1 {
	display:none
}
#content {
	margin-left:185px;width:360px;
}
#header img {
	margin-right:40px;
}
#sidebar {
	float:right;width:140px;color:#f60;padding:5px 40px 5px 5px;font:bold Tahoma 1.1em;font-weight:bold;
}
#sidebar ul {
	display:block;margin:0;padding:0;list-style-type:none;width:140px;
}
#sidebar li {
	display:block;height:20px;width:140px;margin:0px;padding:5px;
}
#sidebar a {
	display:block;background:#888;border:3px solid #555;padding:2px;text-decoration:none;color:#000;
}
#sidebar a:hover {
	background:#777;border:3px solid #f60;text-decoration:underline;
}
#other-sites {
	position:absolute;left:0px;top:0px;
}
#special {
	float:right;font-size:0.75em;width:150px;padding:5px 0px 5px 15px;
}
#footer {
	text-align:center;margin:20px;color:#099;
}
#footer a {
	color:#099;text-decoration:none;clear:both;
}
