@charset "UTF-8";
/* CSS Document */

body {
	background-color:#4C4642;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
	background-image:url(../images/mainBG.jpg);
	background-repeat: repeat;
	}
	
#shadow {
	position: relative;
	width: 840px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	}

#page {
	position: relative;
	background-color: #CFCECA;
	background-image: url(../images/bg.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
	padding-bottom: 0;
	}
	
#watch {
	position: relative;
	width: 450px;
	height: inherit;
	float: left;
	text-align: center;
	}
	
#archive {
	position: relative;
	width: 300px;
	height: 380px;
	margin-right: 12px;
	padding-right: 10px;
	float: right;
	text-align: left;
	overflow: auto;
	}
	
#footer {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	clear: both;
	width: 800px;
	height: 150px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 43px;
	padding-bottom: 0;
	}
	
.archiveimg {
	float: left;
	margin-right: 10px;
	}
	
.archivetext {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	}
	
.archivetitle {
	text-align: center;
	margin: 5px;
	}
	
.highlight {
	font-weight: regular;
	font-size: 11px;
	color: #EEDFC8;
	}
	
a:link {
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}