/*Body*/
body{
	background: #f9e593 url(/images/BackgroundImage.jpg) repeat-x;
	border:0;
	font-family:verdana,tahoma,sans-serif;
	margin:8px;
	padding:0;
}

/*Header*/
.headerLogo
{
	position:absolute;
	left:50%;
	margin-left:-460px;
	top:30px;
	z-index:20;
}

.headerCornerImage
{
	position:absolute;
	right:50%;
	margin-right:-445px;
	float:right;
	z-index:20;
}

/*ImageRotation*/
.ImageRotation
{
	position:absolute;
	float:left;
	margin-left:8px;
	top:0px;
	z-index:0;
}

/*SideMenuHomepage*/
.sidemenu
{
	float:right;
	margin-right:10px;
}

.PicturesImage
{
	position:absolute;
	right:50%;
	margin-right:-490px;
	top:240px;
	float:right;
	z-index:20;
}

#PhotoGalleryDiv
{
	font-family:Verdana;
	width:145px;
	padding-left:11px;
	cursor:pointer;
}

#SpotlightDiv
{
	font-family:Verdana;
	width:270px;
	margin:0 0 0 11px;
	height:50px;
}

/*BottomBucket*/
.BottomBucket
{
	position:absolute;
	top:365px;
	margin-left:8px;
	z-index:20;
}

.BottomContainerBody
{
	position:relative;
	background:#666666 url(/images/BottomContainerBody.jpg) repeat-x;
	width:900px;
	height:100%;
}

.BottomBucketCornerImage
{
	position:relative;
	float:right;
	margin-top:-145px;
	margin-right:16px;
}

/*Footer*/
.FooterLine
{
	padding-bottom:4px;
	font:normal 11px arial;
	color:#b0a26c
}

.FooterLine a, .FooterLine a:active, .FooterLine a:visited
{
	font:normal 11px arial;
	color:#b0a26c;
	text-decoration: none;
}

.FooterLine a:hover
{
	font:normal 11px arial;
	color:#b0a26c;
	text-decoration: underline;
	border-bottom: dotted 0px #b0a26c;
}

/*Credits*/
#credits{
	text-align:center;
	margin:10px auto;
}
#credits div{
	color:#666;
	font-size:10px;
	margin:0 auto;
}
#credits a,#credits a:visited{
	color:#666;
}
#credits a.nolink,#credits a.nolink:visited{
	color:#666;
	text-decoration:none !important;
}
#credits a:active,#credits a:hover,
#credits a.nolink:active,.credits a.nolink:hover{
	color:#000;
	text-decoration:underline !important;
}