@charset "UTF-8";
/* CSS Document */

body {
	background: #414141;
	color: #000000;
	font-family: tahoma, arial;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/small-rbr-logo.gif);
}

* html body {
	line-height: 14px;
}

a:link { 
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
	
a:visited { 
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #CB1C21;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 972px;
}

#content {
	clear: both;
	border: 6px solid #FFFFFF;
	float:inherit;
	margin-top: 15px;
	background-color:#FFFFFF;
	width: 960px;

}

#content a:link { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover, #content a:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#footerbg {
	
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer {
	border: 6px solid #FFFFFF;
	color: #000000;
	float: inherit;
	font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
	height: 46px;
	padding-top: 0px;
	text-align: center;
	width: 960px;
	background-color:#D6C077;
}

#left {
	border: 6px solid #FFFFFF;
	float: left;
	margin-right: 12px;
	width: 263px;
	height:605px;
	display:inline;
	overflow:hidden;
}

#nav {
	border: 6px solid #FFFFFF;
	color: #000000;
	float: inherit;
	font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
	height: 46px;
	padding-top: 0px;
	text-align: center;
	width: 960px;
	background-color:#D6C077;
}

#right {
	background: url(images/small-rbr-logo.gif) no-repeat 0% 0%;
	border: 6px solid #FFFFFF;
	float: left;
	height: 545px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	width: 446px;
	background-color:#1c2f45;
	display:inline;
}

.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}