* { padding:0; margin:0; }

h3, h4, h5, h6, blockquote, form, label, ol, dl, fieldset { margin-bottom: 1em; }

body {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #000;
}

h3 {
	margin: 20px;
	font-size: 140%;
}
	
.panorama { margin-top: 20px; }

object, applet { border: 4px solid #999; }

a img, a img:hover { border: none; }

ul { list-style: none; }

a {
	color: #ff0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ff0;
	border-bottom: 1px solid #ff0;
}
a:active { border-bottom: 1px solid #fff; }

p { margin: 0.5em 0 1em 0; }

p.small { 
	font-size: 80%; 
	margin-top: 2em;
}

#wrapper {
	width: 100%;
	padding-bottom: 60px;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #000;
}

#content { margin-top: 70px; }

#googleads {
	font-size: 80%;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}