html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	height:100%;
	}
body {
	font-family: trebuchet MS, tahoma, arial;
	background: #eaddbd url('media/bg.jpg') repeat-x center top;
	font-size: 13px;
	color:#727d2a;
	}
	
h1,h2,h3,h4,h5 { margin: 5px 0; }

.c {
	clear: both;
	font-size:0;
	height:0;
	}
	
img {
	border: 0;
	}

a {
	color:#2d3305;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
.holder {
	width: 980px;
	position:relative;
	margin: 0 auto;
	}
	
#top {
	position: relative;
	height: 261px;
	overflow: hidden;
	}
	
#topHold {
	position: relative;
	height: 261px;
	overflow: hidden;
	}
	
#langbar {
	position: absolute;
	top: 35px;
	color:#99292d;
	right: 450px;
	font-size: 11px;
	}
	
#langbar a {
	color:#e6633c;
	text-decoration: underline;
	}
	
#langbar a.selected {
	text-decoration: none;
	color:#99292d;
	}

#sharebar {
	position: absolute;
	top: 35px;
	right: 50px;
	width: 120px;
	overflow: hidden;
	}
	
#sharebar a {
	display: block;
	float: right;
	margin-left: 10px;
	}
	
#countDown {
	position: absolute;
	top: 70px;
	right: 50px;
	width: 445px;
	height: 90px;
	overflow: hidden;
	font-size: 80px;
	color:#2e0506;
	text-shadow: #fff 1px 1px 1px;
	}

#countDown span {
	display: block;
	float: left;
	width: 85px;
	text-align: center;
	}

#cdHours { margin-left: 30px; color:#48090b; }
#cdMinutes { margin-left: 17px; color: #7f181b; }
#cdSeconds { margin-left: 30px; color: #99292d;}

#menu {
	overflow: hidden;
	height: 39px;
	margin-bottom: 10px;
	}
	
#menu a {
	display: block;
	float: left;
	text-shadow: #202904 -1px -1px 1px;
	color:#96a630;
	font-size: 20px;
	font-weight: bold;
	background: url('media/seperator.gif') no-repeat left center;
	padding: 5px 20px 5px 20px;
	}
	
#menu a:hover, #menu a.selected {
	color:#fff;
	text-decoration: none;
	}
	
#menu a.mItem1 { background: none; }

#footer {
	background: url('media/footer.jpg') no-repeat top center;
	color:#b3996e;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 10px 0;
	margin-top: 20px;
	}
	
#mainContent h2 {
	font-size: 18px;
	color:#5b4c27;
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #9ba05b;
	padding-bottom: 2px;
	}

#mainContent h3 {
	font-size: 16px;
	color:#5b4c27;
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #9ba05b;
	padding-bottom: 2px;
	}

#mainContent table {
	width: 100%;
	border: 0;
	}
	
#mainContent table td {
	padding: 0 3%;
	vertical-align: top;
	}
	
#mainContent table.c2 td {
	width: 42%;
	}
	
#mainContent table.c3 td {
	width: 29%;
	}
	
.inputComment {
	width: 492px;
	background:#fff;
	border: 1px solid #9ba05b;
	font-family: trebuchet ms, tahoma, arial;
	color:#6e732f;
	font-size: 12px;
	padding: 3px 3px;
	height: 55px;
	-moz-border-radius: 4px;
	}
	
.input {
	background:#fff;
	border: 1px solid #9ba05b;
	font-family: trebuchet ms, tahoma, arial;
	color:#6e732f;
	font-size: 12px;
	padding: 3px 3px;
	-moz-border-radius: 4px;
	}
	
.button {
	background: url('media/button.png') no-repeat top left;
	width: 102px;
	height: 21px;
	border: 0;
	padding: 0;
	color:#fff;
	text-align: center;
	font-family: trebuchet ms, tahoma, arial;
	font-size: 12px;
	}
	
#commentInfo {
	border-top: 1px dotted #9ba05b;
	border-bottom: 1px dotted #9ba05b;
	margin: 5px 0;
	padding: 5px 0;
	color:#273107;
	font-size: 20px;
	}
	
.comment {
	padding: 5px 0;
	border-bottom: 1px dotted #9ba05b;
	margin-bottom: 3px;
	}
	
.comment p { margin: 0; color:#273107;}
.comment strong { color:#99292d; }
.comment .info { color:#69751e; font-style: italic; font-size: 10px; margin-top: 3px; }

#noepe { font-size: 11px; float: right; margin-right: 80px; }