/* CSS Document */#wrapper{	 margin: auto;	 width:690px;	 border-right:double thin;	 border-left:double thin;	 border-color:#000000;}#bg_color{	margin: -8px;    background-color:#999;}#SelectionBar {}#SelectionBar ul li {	display: inline-block;	float:left;	padding: 0px;}#FilmButton {	display: block;	width:48px;	height:27px;	background-image: url(banners/selectionbar/film.jpg);}#FilmButton:hover {	background-position: 0px -27px;	}#PhotoButton {	display: block;	width:63px;	height:27px;	background-image: url(banners/selectionbar/photo.jpg);}#PhotoButton:hover {	background-position: 0px -27px;	}#ArtButton {	display: block;	width:41px;	height:27px;	background-image: url(banners/selectionbar/art.jpg);}#ArtButton:hover {	background-position: 0px -27px;	}#ScribblesButton {	display: block;	width:87px;	height:27px;	background-image: url(banners/selectionbar/scribbles.jpg);}#ScribblesButton:hover {	background-position: 0px -27px;	}#ArtistButton {	display: block;	width:64px;	height:27px;	background-image: url(banners/selectionbar/artist.jpg);}#ArtistButton:hover {	background-position: 0px -27px;	}#MeButton {	display: block;	width:40px;	height:31px;	background-image: url(banners/selectionbar/me.jpg);}#MeButton:hover {	background-position: 0px -27px;	}	#AspiringArtistButton {	display: block;	width:262px;	height:31px;	background-image: url(banners/selectionbar/aspiringartist.jpg);}#AspiringArtistButton:hover {	background-position: 0px -26px;	}#BannerLeft {	width:50%;	height:126px;	background-image: url(../banners/Banner_Left.jpg);	margin-top:-126px;}#BannerRight {	width:100%;	height:126px;	background-image: url(../banners/Banner_Right.jpg);}#ArtNext {	display: block;	width:89px;	height:40px;	background-image: url(../art/Next.jpg);}#ArtNext:hover {	background-position: 0px -39px;}	#ArtPrevious {	display: block;	width:83px;	height:41px;	background-image: url(../art/Previous.jpg);}#ArtPrevious:hover {	background-position: 0px -39px;	}
