/* General */
body {
	color: #999999;
	background-color:#000000;
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
div#header {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
}
div#menu {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0 auto;
	width: 760px;
	color: black;
	background-color:#CCCC99;
	border-bottom: 1px solid black;
	text-align:center;}
div#content {
	text-align: left;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	/*border-bottom: solid transparent 15px;*/
	width: 740px;
	color: black;
	background-color:#ffffff;
	margin: 0 auto;
}
div#footer {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border: 1px solid black;
	margin: 0 auto;
	border-top: none;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
	border-bottom: solid #000 2px;
	border-top: 1px solid black;
	width: 760px;
	color: #CC0000;
	font-weight: bold;
	background-color:#CCCC99;
	text-align:center;
}
div#count {
	text-align: right;
	float: right;
}
div#menu a {
    text-decoration: none; font-weight: bold;
    color: #CC0000; background: transparent;
}
div#menu a:hover {
    color: #FFA500; background:transparent;
}
a {
    text-decoration: underline; font-weight: normal;
    color: red; background-color: transparent;
}
a:hover {
    color: red; background-color: #FFA500;
}
h3 {
	border-top: solid #CCCC66 1px;
	border-bottom: solid #CCCC66 1px;
	text-align: left;
	color: #FF0000;
	/*background-color: #999966;*/
	margin-right: 0px;
	font-size: large;
}
h4 {
	margin-bottom: 0px;
	font-size: 14px;
}

/* Main page */
.news-item {
	border-bottom: dashed #663300 1px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.poster {
	border: solid #000000 2px;
	text-align:center;
}

/* About us */
.subtitle {
	font-size: large;
}

/* Diary */
.marquee {
	text-align: center;
	color: #CC0000;
	font-size: x-large;
}
.diary-subhead {
	color:#000000;
	font-size:large;
}
.diary-date {
	color:#FF9900;
	font-weight:bold;
}
.diary-main {
	color: #CC0000;
	font-weight: bold;
}
.diary-outmeeting {
	color: #000000;
}

/* Join */
table.join {
	border: solid #000000 1px;
	border-collapse:collapse;
}
table.join td {
	border-top: solid #000000 1px;
}

/* Photo competition */
.white-border {
	border: 5px inset #000000;
	margin: 4px;
}
table.photo td  {
    border-color: #696969;
    border-style: solid;
}

/* Promotions */
div#promotions h4 {
	font-size: 13px;
	margin-bottom: 0;
	display:inline;
}
.promo-item {
	border-bottom: dashed #663300 1px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.price {
}
.#promotions img {
	margin: 4px;
	float: left;
}
div#back {
	background-image: url(images/stripe2.gif);
	background-repeat: repeat;
	margin: auto;
	width: 790px;
	height:auto;
}
/*<div style="text-align:center; width:760px; margin: auto; background-image:url(images/stripe.gif); background-repeat:repeat-x">&nbsp;</div>*/