@media screen {



body {
	background-color:		#b7b7b7;
	margin:					0px;
	font:					11px/14px Verdana, 'Trebuchet MS', sans-serif;
	text-align:				center;
	color:					#444444;
	}

a {
	color:					#992e41;
	text-decoration:		none;
	}
a:hover {
	text-decoration:		underline;
	}

.acs {
	display:				none;
	}

label {
	font-weight:			bold;
	}

.alert {
	color:					#992e41;
	font-weight:			bold;
	}

img.button {
	border:					0;
	}

/* Sections */

	#sec {
		margin:					20px 10px 7px 10px;
		text-align:				center;
		line-height:			0px;
		}
	#sec a img {
		border:					0px;
		border-top:				1px solid #b7b7b7;
		border-bottom:			1px solid #888;
		border-left:			1px solid #888;
		}
	#sec a:hover {
		background-color:		#b0b0b0;
		}
	#sec > a:hover {
		background-color:		#b7b7b7;
		}
	#sec a:hover img {
		background-color:		#b0b0b0;
		}
	#sec a#home img {
		border-left:			0px;
		}


/* Thumbnails */

	#thumbs {
		margin:					7px 10px 0 10px;
		text-align:				center;
		}
	#thumbs a img {
		margin:					0 3px 0 3px;
		border:					1px solid #333;
		}
	#thumbs a:hover img, 
	#thumbs a.on img {
		border-color:			#992e41;
		}


/* Content */

	#content {
		margin:					20px auto 20px auto;
		text-align:				left;
		width:					400px;
		padding:				0 10px 5px 10px;
		background-color:		#aeaeae;
		}
		
		#content.small {
			width:					250px;
			}

		#content h2 {
			margin:					0 -10px 10px -10px;
			padding:				5px 10px 4px 10px;
			font-size:				15px;
			background-color:		#a0a0a0;
			border-bottom:			1px solid #999;
			text-align:				center;
			}


		/* Homepage */

			#content h2.home {
				padding:				0;
				height:					83px;
				background:				#a0a0a0 url("../images/logo.gif") no-repeat;
				}
			#content h2.home span {
				display:				none;
				}

			#top10, #latest {
				width:					175px;
				background-color:		#a6a6a6;
				padding:				10px;
				margin:					0 0 10px 0;
				}
			#top10 {
				float:					left;
				}
			#latest {
				float:					right;
				}
			#top10 h3, #latest h3 {
				margin:					-3px 0 0 0;
				font-size:				13px;
				}
			#top10 ol {
				margin:					10px 0 0 0;
				padding:				0 0 0 25px;
				}
			#latest ul {
				margin:					10px 0 0 0;
				padding:				0 0 0 15px;
				}
			#top10 li, #latest li {
				display:				block:
				margin:					0;
				padding:				1px 0 1px 0;
				}

			#footer {
				clear:					both;
				height:					20px;
				line-height:			100%;
				}
			#contact {
				float:					left;
				margin:					0;
				}
			#links {
				float:					right;
				margin:					0;
				}
			
			#msgText {
				width:					396px;
				}

			#send {
				float:					right;
				}


	/* Photos */

		#photoBox {
			text-align:				center;
			}
		#photo {
			margin:					20px auto 7px auto;
			border:					1px solid #333;
			display:				block;
			}

		#photoInfo {
			margin:					7px 10px 40px 10px;
			}
		#photoInfo img {
			border:					0;
			border-top:				1px solid #888;
			border-left:			1px solid #888;
			}
		#photoInfo .rate img {
			border-left:			0;
			}	
		#photoInfo a:hover {
			background-color:		#b0b0b0;
			}
		#photoInfo > a:hover {
			background-color:		#b7b7b7;
			}
		#photoInfo a:hover img {
			background-color:		#b0b0b0;
			}

		#rateBox {
			margin-left:			auto;
			margin-right:			auto;
			background-color:		#b7b7b7;
			padding:				4px 1px 4px 1px;
			border:					1px solid #888;
			text-align:				center;
			width:					330px;
			visibility:				hidden;
			}

	

}