@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p
{
	padding-bottom: 15px;
}

*:focus
{
	outline: none;
}

a img
{
	border: none;
}

div.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

html
{
	height: 100%;
}
body
{
	background-image: url(../images/Header_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100%;
}


/* --------------------------------------------------------------------------------------------------------- */
div#WideContainer
{
	background-image: url(../images/Footer_Bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	padding: 0 0 50px;
}
	div#GreyBackground
	{
		background-color: #3e3d3d;
		position: absolute;
		width: 50%;
		height: 167px;
		right: 0;
	}
	div#SiteContainer
	{
		width: 929px;
		margin: 0 auto;
		font-size: 0.75em;
	}
		div#SiteContainer div#Header
		{
			background-image: url(../images/Grey_Bg.jpg);
			background-repeat: repeat-y;
			background-position: right;
			height: 167px;
			position: relative
		}
		div#SiteContainer div#Content
		{
			padding: 35px 0 0;
			min-height: 464px;
		}
			div#SiteContainer div#Content a,
			div#SiteContainer div#Content a:visited
			{
				color: #484848;
			}
			div#SiteContainer div#Content a:hover
			{
				text-decoration: none;
			}
			div#SiteContainer div#Content h1
			{
				font-size: 1.4em;
				padding: 0 0 31px;
				color: #5A5A5A;
				text-transform: uppercase;
			}
		div#SiteContainer div#Footer
		{
			padding: 1px 0;
			color: #7c7c7c;
		}
div#BottomBackground
{
	width: 100%;
	height: 100%;
	background-color: #dedede;
	position: fixed;
}

div.seperator
{
	background-image: url(../images/Seperator_Horizontal.gif);
	background-repeat: repeat-x;
	height: 2px;
	line-height: 0;
	font-size: 0;
	position: relative;
	clear: both;
}
div.styledButton a,
div.styledButton a:visited
{
	background-image: url(../images/More_Button.jpg);
	background-position: top;
	text-decoration: none;
	width: 73px;
	height: 18px;
	display: block;
	color: #b0b0b0 !important;
	text-align: center;
	padding: 2px 0 0;
}
div.styledButton a:hover
{
	background-image: url(../images/More_Button.jpg);
	background-position: bottom;
	color: #3d3c3c !important;
}
div.styledButton.overzicht a
{
	background-image: url(../images/Overzicht_Button.jpg);
	width: 127px;
}
div.styledButton.overzicht a:hover
{
	background-image: url(../images/Overzicht_Button.jpg);
	width: 127px;
}

/* Header --------------------------------------------------------------------------------------------------------- */
div#Logo
{
	width: 101px;
	height: 101px;
	top: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 12;
}
	div#Logo a,
	div#Logo a:visited
	{
		width: 101px;
		height: 101px;
		top: 0;
		position: absolute;
		cursor: pointer;
		text-decoration: none;
		z-index: 12;
		
		background-color: black;
		filter: alpha(opacity=0);
		opacity: 0;
	}
div#FlashContainer
{
	position: absolute;
	top: 32px;
	z-index: 0;
	width: 0;
	height: 0;
}

div#MainMenu
{
}
	div#MainMenu ul
	{
		position: absolute;
		list-style: none;
		left: 135px;
		top: 33px;
	}
		div#MainMenu ul li
		{
			position: relative;
		}
			div#MainMenu ul li a,
			div#MainMenu ul li a:visited
			{
				color: #b0b0b0;
				text-decoration: none;
				text-transform: uppercase;
				letter-spacing: 0.1em;
			}
			div#MainMenu ul li a cufon,
			div#MainMenu ul li a:visited cufon
			{
				display: block;
				padding: 0 0 6px;
			}
			div#MainMenu ul li.AspNet-TreeView-Selected a,
			div#MainMenu ul li.AspNet-TreeView-ChildSelected a,
			div#MainMenu ul li.AspNet-TreeView-ChildSelected ul li.AspNet-TreeView-Selected a
			{
				font-weight: bold;
				color: #ffffff;
			}
				div#MainMenu ul li ul
				{
					position: absolute;
					top: 0;
					width: 750px;
				}
					div#MainMenu ul li ul li
					{
						background-image: url(../images/Menu_Child_Arrow.gif);
						background-repeat: no-repeat;
						background-position: 6px 2px;
						float: left;
						padding: 0 15px;
						position: static;
					}
						div#MainMenu ul li.AspNet-TreeView-Selected ul li a,
						div#MainMenu ul li.AspNet-TreeView-ChildSelected ul li a
						{
							color: #b0b0b0;
						}
						div#MainMenu ul li ul li ul
						{
							top: 18px;
							left: 0;
						}
							div#MainMenu ul li ul li ul li
							{
								background: none;
							}
								div#MainMenu ul li ul li ul li ul
								{
									display: none;
								}
			
div#PayOff
{
	background-image: url(../images/PayOff.jpg);
	position: absolute;
	right: 0;
	top: 30px;
	width: 167px;
	height: 15px;
	display: none;
}

a#BaakMotorsport
{
	background-image: url(../images/Baak_Motorsport.png);
	display: block;
	width: 99px;
	height: 99px;
	position: absolute;
	top: 32px;
	right: 152px;
	text-decoration: none;
	
	display: none;
}

a#Automotive
{
	background-image: url(../images/Automotive_Logo.jpg);
	display: block;
	width: 122px;
	height: 122px;
	position: absolute;
	right: 0;
	top: 21px;
	text-decoration: none;
}

a#Facebook,
a#Twitter
{
	background-image: url(../images/facebook.png);
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 142px;
	top: 111px;
	text-decoration: none;
}

a#Twitter
{
	background-image: url(../images/twitter.png);	
	top: 69px;
}

div#Offer
{
	position: absolute;
	text-align: right;
	right: 142px;
	top: 33px;
	color: #eaeaea;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
}

/* Content --------------------------------------------------------------------------------------------------------- */
		
div#LeftColumn
{
	float: left;
	width: 285px;
	padding: 0 37px 27px 0;
}
div#RightColumn
{
	float: left;
	width: 607px;
}
	div#RightColumn div.contentBlock
	{
		color: #484848;
		line-height: 1.5em;
		padding: 22px 0 0;
	}

div#HomeElements
{
	width: 966px
}
	div#HomeElements div.element
	{
		width: 285px;
		height: 195px;
		padding: 0 37px 37px 0;
		color: #747474;
		float: left;
		position: relative;
	}
		div#HomeElements div.element div.top
		{
			height: 137px;
		}
		div#HomeElements div.element div.middle
		{
			position: absolute;
			background-image: url(../images/HomeElement_MiddleBg.jpg);
			width: 271px;
			height: 24px;
			padding: 34px 0 0 14px;
			left: 0;
			bottom: 95px;
		}
			div#HomeElements div.element div.middle a,
			div#HomeElements div.element div.middle a:visited
			{
				color: #b0b0b0 !important;
				text-decoration: none;
				text-transform: uppercase;
				letter-spacing: 0.1em;
			}
				div#HomeElements div.element div.middle a cufon
				{
					margin: 3px 0 0;
				}
			div#HomeElements div.element div.middle a:hover
			{
				text-decoration: underline;
			}
			div#HomeElements div.element div.middle img
			{
				position: absolute;
				top: 8px;
				right: 11px;
			}
		div#HomeElements div.element div.bottom
		{
			background-image: url(../images/HomeElement_BottomBg.jpg);
			background-repeat: repeat-x;
			height: 44px;
			padding: 14px 10px 0 120px;
		}
			div#HomeElements div.element div.bottom div.info
			{
				text-align: right;
			}
		
/* Left Column Picture element --------------------------------------------------------------------------------------------------------- */
div.occasion div.picture
{
	width: 285px;
	height: 172px;
	padding: 0 37px 36px 0;
	float: left;
}
	div.occasion div.picture img
	{
		width: 285px;
		height: 150px;
		display: block;
	}
	div.occasion div.picture div.bottomBar
	{
		background-image: url(../images/Picture_BottomBar.jpg);
		height: 19px;
		position: relative;
		padding: 3px 0 0 5px;
	}
		div.occasion div.picture div.bottomBar a,
		div.occasion div.picture div.bottomBar a:visited
		{
			font-size: 0.9em;
			color: #b0b0b0 !important;
			text-decoration: none;
		}
		div.occasion div.picture div.bottomBar a:hover
		{
			text-decoration: underline !important;
		}
		div.occasion div.picture div.bottomBar div.enlarge
		{
			background-image: url(../images/Picture_Enlarge.gif);
			background-repeat: no-repeat;
			position: absolute;
			top: 5px;
			right: 7px;
			width: 10px;
			height: 10px;
			/* cursor: pointer; */
		}
		
/* Right Column Small Details --------------------------------------------------------------------------------------------------------- */
div.occasion div.smallDetails
{
	position: relative;
	background-image: url(../images/Small_Details_Bg.jpg);
	background-repeat: repeat-x;
	height: 172px;
	padding: 0 0 36px;
	font-size: 0.9em;
	float: left;
}
div.occasion div.smallDetails.hover
{
	background-image: url(../images/Small_Details_Bg_Hover.jpg);
}
	div.occasion div.smallDetails div.leftInfo
	{
		background-image: url(../images/Seperator_Vertical.gif);
		background-repeat: repeat-y;
		background-position: right;
		width: 296px;
		padding: 0 0 0 22px;
		float: left;
		top: 22px;
		position: relative;
	}
		div.occasion div.smallDetails div.leftInfo div.header
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 1.4em;
			letter-spacing: 0.1em;
		}
		div.occasion div.smallDetails div.leftInfo h2 span
		{
			padding: 0;
			color: #000000;
		}
		div.occasion div.smallDetails div.leftInfo span
		{
			display: block;
			color: #5a5a5a;
			padding: 3px 0 22px;
		}
			div.occasion div.smallDetails div.leftInfo div.block
			{
				background-image: url(../images/Seperator_Vertical.gif);
				background-repeat: repeat-y;
				background-position: left;
				float: left;
				width: 78px;
				padding: 10px 12px 22px;
			}
			div.occasion div.smallDetails div.leftInfo div.block.first
			{
				background: none;
				float: left;
				padding-left: 0;
			}
				div.occasion div.smallDetails div.leftInfo div.block div.quickInfo
				{
					font-size: 1.1em;
					color: #5a5a5a;
				}
					div.occasion div.smallDetails div.leftInfo div.block div.quickInfo span
					{
						font-size: 1em;
					}
					div.occasion div.smallDetails div.leftInfo div.block div.title
					{
						background-image: url(../images/List_Arrow.gif);
						background-repeat: no-repeat;
						background-position: left 5px;
						padding: 0 0 4px 6px;
					}
					div.occasion div.smallDetails div.leftInfo div.block span
					{
						font-size: 1.1em;
						display: inline;
					}
		div.occasion div.smallDetails div.leftInfo div.seperator
		{
			margin: 0 2px 0 0;
		}
	div.occasion div.smallDetails div.specs
	{
		width: 229px;
		padding: 22px 30px;
		float: left;
	}
		div.occasion div.smallDetails div.specs ul
		{
			float: left;
			list-style: none;
			padding: 0 10px 0 0;
		}
			div.occasion div.smallDetails div.specs ul li
			{
				padding: 0 0 2px 0;
			}
		div.occasion div.smallDetails div.specs div.left ul
		{
			width: 100px;
		}
			div.occasion div.smallDetails div.specs div.left ul li
			{
				background-image: url(../images/List_Arrow.gif);
				background-repeat: no-repeat;
				background-position: left 5px;
				padding-left: 10px;
			}
		div.occasion div.smallDetails div.specs div.styledButton a,
		div.occasion div.smallDetails div.specs div.styledButton a:visited
		{
			position: absolute;
			right: 10px;
			bottom: 47px;
			font-size: 1.1em;
		}
	div.occasion div.smallDetails div.newCorner
	{
		position: absolute;
		background-image: url(../images/New_Corner.gif);
		width: 46px;
		height: 46px;
		top: 0;
		right: 0;
	}
	div.occasion div.smallDetails div.soldCorner
	{
		position: absolute;
		background-image: url(../images/Sold_Corner.gif);
		width: 59px;
		height: 59px;
		top: 0;
		right: 0;
	}
	
/* Car Details --------------------------------------------------------------------------------------------------------- */
div#CarDetails
{
	background-image: url(../images/Car_Details_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d9d9d9;
	min-height: 418px;
	padding: 22px;
	font-size: 0.9em;
	position: relative;
	width: 241px;
}
	div#CarDetails div.header
	{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.4em;
		letter-spacing: 0.1em;
	}
		div#CarDetails div.header h1
		{
			font-size: 1.0em !important;
			padding: 0 !important;
		}
		div#CarDetails div.header h1 span
		{
			color: #000000;
		}
		div#CarDetails div.header span
		{
			display: block;
			color: #5a5a5a;
			padding: 3px 0 0;
		}
	div#CarDetails div.seperator
	{
		background-position: center;
		padding: 14px 0;
	}
	div#CarDetails ul
	{
		float: left;
		list-style: none;
		padding: 0 10px 0 0;
		width: 120px;
	}
		div#CarDetails ul li
		{
			padding: 0 0 2px 0;
			height: 14px;
			overflow: hidden;
		}
	div#CarDetails div.left ul
	{
		width: 100px;
	}
		div#CarDetails div.left ul li
		{
			background-image: url(../images/List_Arrow.gif);
			background-repeat: no-repeat;
			background-position: left 5px;
			padding-left: 10px;
		}
	div#CarDetails div.title
	{
		background-image: url(../images/List_Arrow.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
		padding: 0 0 4px 10px;
	}
	div#CarDetails p
	{
		color: #5A5A5A;
		padding: 0;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	div#CarDetails div.newCorner
	{
		position: absolute;
		background-image: url(../images/New_Corner.gif);
		width: 46px;
		height: 46px;
		top: 0;
		right: 0;
	}
	div#CarDetails div.soldCorner
	{
		position: absolute;
		background-image: url(../images/Sold_Corner.gif);
		width: 59px;
		height: 59px;
		top: 0;
		right: 0;
	}
	
div#PrevNext
{
	width: 285px;
	height: 20px;
	padding: 27px 0 0;
	position: relative;
}
	div#PrevNext div.previous
	{
		position: absolute;
		left: 0;
		top: 27px;
	}
	div#PrevNext div.next
	{
		position: absolute;
		right: 0;
		top: 27px;
	}
	
/* Image Slideshow --------------------------------------------------------------------------------------------------------- */
div#ImageSlideshow
{
	width: 606px;
}
div#ImageSlideshow img
{
	display: block;
}
	div#ImageSlideshow div#LargeImage
	{
		position: relative;
		width: 606px;
		height: 399px;
		background-color: #000000;
	}
		div#ImageSlideshow div#LargeImage img
		{
			position: absolute;
			top: 0;
			left: 0;
		}
		div#ImageSlideshow div#LargeImage img.inactive
		{
			display: none;
		}
	div#ImageSlideshow div#Slider
	{
		background-image: url(../images/slideshow/Slideshow_Bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 6px 17px;
		position: relative;
		height: 51px;
		width: 572px;
	}
		div#ImageSlideshow div#Slider div#ScrollLeft
		{
			background-image: url(../images/slideshow/ScrollLeft.gif);
			background-repeat: no-repeat;
			background-position: 6px center;
			width: 15px;
			height: 63px;
			position: absolute;
			left: 0;
			top: 0;
			cursor: pointer;
		}
		div#ImageSlideshow div#Slider div#ScrollRight
		{
			background-image: url(../images/slideshow/ScrollRight.gif);
			background-repeat: no-repeat;
			background-position: 4px center;
			width: 15px;
			height: 63px;
			position: absolute;
			right: 0;
			top: 0;
			cursor: pointer;
		}
		div#ImageSlideshow div#Slider div.inactive
		{
			display: none;
		}
		div#ImageSlideshow div#Slider div#ThumbContainer
		{
			position: relative;
			width: 573px;
			height: 51px;
			overflow: hidden;
		}
			div#ImageSlideshow div#Slider div#ThumbContainer div#ScrollWindow
			{
				position: absolute;
				width: 700px;
				height: 51px;
			}
				div#ImageSlideshow div#Slider div#ThumbContainer div#ScrollWindow div.thumb
				{
					float: left;
					width: 75px;
					height: 49px;
					margin: 0 5px 0 0;
					padding: 1px;
					cursor: pointer;
				}
				div#ImageSlideshow div#Slider div#ThumbContainer div#ScrollWindow div.hover,
				div#ImageSlideshow div#Slider div#ThumbContainer div#ScrollWindow div.active
				{
					padding: 0;
					border: 1px solid #ffffff;
				}
				
div.styledButton.overzicht
{
	padding: 27px 0 0;
	position: relative;
}
div.styledButton.overzicht a
{
	position: absolute;
	right: 0;
}

/* Left Content --------------------------------------------------------------------------------------------------------- */
div#LeftContent
{
	background-image: url(../images/Car_Details_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d9d9d9;
	min-height: 418px;
	padding: 22px;
	/*font-size: 0.9em;*/
	position: relative;
	width: 241px;
	color: #484848;
	font-size: 1.1em;
	line-height: 1.5em;
}
	div#LeftContent h1
	{
		float: left;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	div#LeftContent div.header img
	{
		float: right;
	}
	div#LeftContent div.seperator
	{
		background-position: center;
		padding: 14px 0;
	}
	
/* Brand elements --------------------------------------------------------------------------------------------------------- */
div.brand
{
	height: 132px;
	padding: 0 0 33px;
	position: relative;
}
	div.brand div.image
	{
		float: left;
		width: 286px;
		height: 132px;
	}
		div.brand div.image img
		{
			display: block;
		}
	div.brand div.content
	{
		background-image: url(../images/Brand_Bg.jpg);
		background-repeat: repeat-x;
		float: left;
		width: 281px;
		height: 92px;
		padding: 20px;
	}
		div.brand div.content div.logo
		{
			float: left;
			width: 111px;
		}
		div.brand div.content div.text
		{
			float: left;
			width: 170px;
			color: #484848;
			font-size: 1em;
			line-height: 1.5em;
			height: 38px;
		}
		div.brand div.content div.seperator
		{
			background-position: center;
			padding: 17px 0;
		}
		div.brand div.content div.styledButton a,
		div.brand div.content div.styledButton a:visited
		{
			position: absolute;
			right: 20px;
			bottom: 47px;
		}
		

/* Felicitatie --------------------------------------------------------------------------------------------------------- */
div.testimonial
{
	margin: 0 0 26px;
}
div.felicitatie
{
	padding: 0 0 26px;
}
	div.testimonial div.content
	{
		background-image: url(../images/Felicitatie_Bg.jpg);
		background-repeat: repeat-x;
		background-color: #dddddd;
		width: 885px;
		padding: 22px;
		font-size: 1.1em;
		color: #484848;
		line-height: 1.5em;
	}
	div.felicitatie div.content
	{
		background-image: url(../images/Felicitatie_Bg.jpg);
		background-repeat: repeat-x;
		width: 273px;
		float: left;
		padding: 22px;
		font-size: 1.1em;
		color: #484848;
		line-height: 1.5em;
	}
		div.testimonial div.content div.header,
		div.felicitatie div.content div.header
		{
			text-transform: uppercase;
			font-size: 1.1em;
			letter-spacing: 0.1em;
		}
		div.testimonial div.content div.header h2 span,
		div.felicitatie div.content div.header h2 span
		{
			padding: 0;
			color: #000000;
		}
		div.testimonial div.content div.header span,
		div.felicitatie div.content div.header span
		{
			padding: 3px 0 0;
			color: #5a5a5a;
		}
	div.testimonial div.seperator,
	div.felicitatie div.seperator
	{
		background-position: center;
		padding: 14px 0;
	}
	div.felicitatie div.imageBlock
	{
		width: 606px;
		float: left;
	}
		div.felicitatie div.imageBlock div.image
		{
			width: 606px;
			height: 440px;
		}
		div.felicitatie div.imageBlock div.bottomBar
		{
			background-image: url(../images/Felicitatie_Bottom.jpg);
			background-repeat: no-repeat;
			height: 19px;
			padding: 3px 0 0 5px;
			position: relative;
		}
			div.felicitatie div.imageBlock div.bottomBar a,
			div.felicitatie div.imageBlock div.bottomBar a:visited
			{
				color: #b0b0b0 !important;
				font-size: 0.9em;
				text-decoration: none;
			}
			div.felicitatie div.imageBlock div.bottomBar a:hover
			{
				text-decoration: underline;
			}			
			div.felicitatie div.imageBlock div.bottomBar div.enlarge
			{
				background-image: url(../images/Picture_Enlarge.gif);
				background-repeat: no-repeat;
				position: absolute;
				top: 5px;
				right: 7px;
				width: 10px;
				height: 10px;
			}
			
/* Pager --------------------------------------------------------------------------------------------------------- */
div#Pager
{
	float: right;
	padding: 0 0 33px;
}
	div#Pager span.pagerPrevious,
	div#Pager span.pagerNext
	{
		background-image: url(../images/More_Button.jpg);
		background-position: bottom;
		width: 73px;
		height: 18px;
		color: #969696;
		text-align: center;
		padding: 2px 0 0;
		float: left;
	}
	div#Pager a.pagerPrevious,
	div#Pager a.pagerNext
	{
		background-image: url(../images/More_Button.jpg);
		background-position: top;
		text-decoration: none;
		width: 73px;
		height: 18px;
		display: block;
		color: #b0b0b0 !important;
		text-align: center;
		padding: 2px 0 0;
		float: left;
	}
	div#Pager a.pagerPrevious:hover,
	div#Pager a.pagerNext:hover
	{
		background-image: url(../images/More_Button.jpg);
		background-position: bottom;
		color: #3d3c3c !important;
	}
	div#Pager div.pagesBlock
	{
		background-image: url(../images/Paging_Bg.jpg);
		background-repeat: repeat-x;
		height: 17px;
		margin: 0 10px;
		padding: 3px 10px 0;
		float: left;
	}
		div#Pager div.pagesBlock a,
		div#Pager div.pagesBlock a:visited
		{
			background-image: url(../images/Paging_Bg.jpg);
			background-repeat: repeat-x;
			height: 17px;
			padding: 3px 5px 0;
			text-decoration: none;
		}
		div#Pager div.pagesBlock a:hover,
		div#Pager div.pagesBlock a.active
		{
			color: #A70000 !important;
			font-weight: bold;
		}

/* Footer --------------------------------------------------------------------------------------------------------- */
div#Footer div.seperator
{
	background-image: url(../images/Footer_Seperator.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
}
ul.quicklinks
{
	list-style: none;
	float: left;
	border-right: 1px solid #dbdbdb;
	padding: 30px 28px;
	width: 130px;
}
ul.quicklinks.first
{
	padding-left: 0;
	width: 153px;
}
	ul.quicklinks li
	{
		padding: 0 0 3px;
	}
		ul.quicklinks li a,
		ul.quicklinks li a:visited
		{
			color: #7c7c7c;
			text-decoration: none;
		}
		ul.quicklinks li a:hover
		{
			text-decoration: underline;
		}
div.footerBlock
{
	float: left;
	width: 130px;
	padding: 30px 28px;
	color: #494949;
}

a#Bovag,
a#Focwa
{
	background-image: url(../images/Focwa_Logo.jpg);
	display: block;
	width: 96px;
	height: 68px;
	text-decoration: none;
	float: left;
	margin: 20px 20px 0 0;
}
a#Bovag
{	
	background-image: url(../images/Bovag_Logo.jpg);
	width: 46px;
}
div#Logos
{
	background-image: url(../images/Logos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 161px;
	height: 49px;
	top: 20px;
	float: right;
	padding: 1em 0;
}
div#Copyright
{
	color: #bbbbbb;
	text-align: right;
	font-size: 0.9em;
}
	div#Copyright a,
	div#Copyright a:visited
	{
		color: #bbbbbb;
		text-decoration: none;
	}
	div#Copyright a:hover
	{
		text-decoration: underline;
	}
