html,body{
	font: small Verdana, Geneva, Arial, sans-serif; 
	margin:0;
	padding:0;
}

body {
	background: url(../images/rb_bkgd.jpg);
	position: relative;
}

#container, #header {
	width: 800px;
	margin: 1em auto;
}
	

#container {
	background: white;
	margin-top: -1em;
}

#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat 0 0;
	height: 150px;
}

#header h1 span, #intro h3 span {display: none;}


#mainnav {
	margin: 0 -1em;
}
#mainnav li {
	margin-right: -0.2em;
}

#mainnav a img, #header a img {
	border-style: none;
}

#mainnav ul, #pictures ul {
	list-style-type: none;
}

#mainnav li, #pictures li {
	display: inline;

}

#rotating {
	float: right;
	width: 180px;
	border-left: 1px dashed black;
	margin-top: 2em;
}

.welcome {
	margin: 1em 2em 2em 2em;
}


#pictures  ul {
	margin: 2em 0em 2em 0;
}

#pictures li {
	margin: 5px;
	padding-bottom: 2em;
}

#intro {
	margin: 0em 0em 2em 2em;
	width: 580px;
	float: left;
}

#intro h3 {
	background: url(../images/welcome.jpg) no-repeat 0 0;
	width: 500px;
	height: 30px;
}

#intro p { 
	line-height: 1.5;
	font-size: 95%;
}

#footer {
	font-size: 75%;
	padding-bottom: 2em;
	clear: both;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: red;
}

a:hover, #footer a:active {
	color: black;
}
