/* general stuff */
body.my_body{
	margin:0;
	padding:0;
	text-align: center;
	background-color: white;
	font-family: Gill Sans MT, verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color: #776430;
 }
a:hover {
	text-decoration:  underline;
	border: none;
 }

/* Layout */
#left
{
	float: left;
	width: 15px;
	height: 495px;
	background: white;
}
#right
{
	float: right;
	width: 15px;
	height: 495px;
	background: white;
}
#top
{
	width: 800px;
	height: 90px;
	background: white;
}
#bottom
{
	clear:both;
	width: 800px;
	height: 15px;
	background: white;
	text-align: center;
	color: #777777;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-align: right;
	
}
#footer
{
	position: relative;
	right: 40px;
}
#footer_home
{
	font-size:10px;
	color: #888888;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#footer_home a
{
	font-size:10px;
	color: #888888;
}
#footer a
{
	color: #888888;
	font-weight: bold;
}
#wrapper
{
	text-align: left;
	margin: auto;
	width: 800px;
	height: 600px;
}
#small_wrapper
{
	width: 600px;
}
.content_heading
{
	display: hidden;
}
#content
{
	float: left;
	width: 770px;
	height: 495px;
	margin:auto;
	background: white;
	text-align: left;
	overflow: auto;
}
#text-content
{
	margin: 0px;
	padding: 0px;
}
#accessibility
{
	display: none;
}
div.gallery_centred
{
	border: 0px;
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
div.gallery
{
	float:left;
	margin: 0px;
	width: 640px;
	height: 70px;
}
.jcarousel-item
{
	width:90px;
	height: 60px;
}
div.gallery img
{
	cursor: pointer;
}
#showcase_desc
{
	margin-top: 5px;
}
#showcase
{
	margin: 0px;
	padding: 0px;
}
span.prev
{
	display: inline;
	float: left;
	margin-top: 10px;
	width: 45px;
	height: 44px;
	background: url('../images/gallery_prev.jpg');
	cursor: pointer;
}
span.next
{
	display: inline;
	float: right;
	margin-top: 10px;
	width: 45px;
	height: 44px;
	background: url('../images/gallery_next.jpg');
	cursor: pointer;
}
/*gallery intro page */
#rsg2-galleryIntroText
{
	display:none;
}
#rsg2-galleryList
{
	list-style: none;
}
#rsg2-navigation
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 75px;
	list-style: none;
}
/*gallery thumbs */
#rsg2-thumbsList
{
	list-style: none;
}
#rsg2-thumbsList li
{
	display: inline;
	float: left;
}
div.rsg2-clear
{
	display: none;
}
div.hidden_menu
{
	display: none;
}
div.clr
{
	display: none;
}
.componentheading
{
	display: none;
}
.back_button
{
	display: none;
}
div.user_menu
{
	clear: both;
	margin-top: 100px;
}
.rsg2-galleryList-item
{
	display:none;
}
