* {
	margin:0;
	padding:0;
	}

img {
	border:none;
	}

.clear {
	clear:both;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bg-repeat.jpg) repeat-x #0c93ad;
	}
	
#container {
	margin:0 auto;
	width:950px;
	}

#header {
	background:url(images/header.jpg) no-repeat;
	height:271px;
	}
	
	#navigation {
		padding:231px 0 0 61px;;
		width:950px;
		}

#content {
background:url(images/bottom.jpg) no-repeat bottom #6ddb1d;
	padding:0 20px 30px;
	margin:0 64px 0 61px;
	}
	
	.todays-galleries {
		background:url(images/todays-galleries.gif) no-repeat;
		height:45px;
		}

	.videowall {
		background:url(images/videowall-title.gif) no-repeat;
		height:45px;
		}
	
	.yesterdays-galleries {
		background:url(images/yesterdays-galleries-title.gif) no-repeat;
		height:45px;
		}
	
	.hall-of-fame {
		background:url(images/hall-of-fame-title.gif) no-repeat;
		height:45px;
		}
		
	.archives {
		background:url(images/archives-title.gif) no-repeat;
		height:45px;
		}
		
			.archives ul {
				list-style:none;
				float:right;
				margin:30px 30px 0 0;
				font-size:14px;
				}
			
			.archives ul li {
				float:left;
				margin:0 0 0 5px;
				}
			
			.archives ul li a {
				color:#333;
				text-decoration:none;
				font-weight:bold;
				}
				
				.archives ul li a:hover {
					color:#666;
					}
		
	.gallery {
		background:url(images/gallery-bottom.jpg) bottom no-repeat #fff;
		padding:5px 0;
		}
		
		.gallery ul {
			list-style:none;
			margin:0 0 0 13px;
			}
		
		.gallery ul li {
			float:left;
			margin:0 5px 5px 0;
			}
	
	.top-websites-title {
		background:url(images/top-websites-title.jpg) no-repeat;
		height:35px;
		margin:19px 0 0 0;
		}
		
		.top-websites {
			background:url(images/top-websites-footer.jpg) no-repeat bottom #f2f1a5;
			margin:0 0 19px;
			padding:0 0 15px;
			}
		
		.top-ad {
			float:right;
			margin:0 15px 0 0;
			}
		
		.top-websites ul {
			float:left;
			width:140px;
			font-size:12px;
			list-style:none;
			margin:10px 5px 0 10px;
			list-style-position:inside;
			}
		
		.top-websites ul li a {
			text-decoration:none;
			color:#d810b8;
			}
		
		.top-websites ul li {
			margin:0 0 10px;
			}
		
		#footer {
			background:url(images/footer-bottom.jpg) no-repeat bottom #f2f1a5;		
			padding:10px 20px 20px;
			margin:0 64px 100px 61px;
			}
				
				#footer .copy {
					font-weight:bold;
					color:#0c93ad;
					margin:0 0 10px;
					}
				
				#footer .info {
					font-size:10px;
					}
				
				#footer img {
					float:right;
					margin:0 0 0 10px;
					}
					
					a.thumb:hover img { border: 1px dashed #FF00D9; }
          a.thumb img { border: 1px solid #FF00D9; }

