/* @override 
	http://v3b.daroost.ca/css/daroost.css
*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px	;
	position: absolute;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e0dcdc;
}
a {
	text-decoration: none;
	color: #737373;
}

.thumbHolder a {
	display: block;
}

.thumbHolder {
	float: left;
	margin: 0px 20px 20px 20px;
}

.spacer {
	clear: both;;
}

a img {
	border: 3px solid #ebe9e9;
}

a:hover img {
	border: 3px solid #c7c5c5;
}


#wrapper {
	margin:0px auto 0px auto;
	width: 662px;
	position: relative;
	background-color: #fae8e8;
	border-top: 14px solid #c50000;
	border-left: 14px solid #c50000;
	border-right: 14px solid #c50000;
}

#header {

	padding: 20px 20px 0px 20px;
}
#header a {
	font-size:12px;
	font-weight: bold;
	clear: both;
}

#header h1 a {
	
	height: 100px;
	
	color: #791616;
	font-size: 30px;
	font-weight: bold;
	clear: none;
}

.title {
	color: #791616;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 5px 20px;
	width: 620px;
	border-bottom: 2px solid #C50000;
}


