body {
	margin: 0px;
	padding: 0px;
	background-color: #F8F7F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;/* IE hack to center page contents */
}

.body, p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}
a {
	color: #336600;
	text-decoration: none;
}

table, td, h1, h2, h3, p, a, span, ul, li, dl, dt, dd, input, textarea {text-align:left;}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #336600;
	font-weight: normal;
	padding:0px;
	height:30;
	line-height: normal;
}
#siteframe {
	text-align:left;
	border: 1px solid #333333;
	width:760;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/celt_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sitecontent {
	margin: 20px 10px 20px 140px;
	padding: 0px;
	text-align: left;
}


/*  home page */
.days {
    margin-left:20px;
}
.days strong {
    font-size: 14px;
	color: #336600;
	font-weight: bold;
	padding:2px;
}
.eventheader {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #336600;
}


/*  menu page */
.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
.menucat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	margin-bottom: 10px;
}
.rule_bottom {
	width: 390px;
	height:15px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
.rule_top {
    width: 390px;
	height:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336600;
}

/*  nav */
#sitenav {
    padding: 0px;
    margin: 20px 0 200px 0;
	float: left;
	width: 125px;
	text-align: left;
}
#sitenav img {
	display: block; 
}
#navheader{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #336600;
	padding:5px
}
#shim {
	height:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	background-color: #E1E1C2;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #336600;
	font-weight: bold;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	background-color: #E1E1C2;
}
.nav a {
	color: #336600;
	text-decoration: none;
}

.navpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #336600;
	font-weight: bold;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	background-color: #B5C291;
}
.navpage a {
	color: #336600;
	text-decoration: none;
}


/*  footer */
#footer{
	background-image: url(images/footer_design.gif);
	height: 12px;
	background-repeat: repeat-x;
    margin: 0px;
	padding: 0px;
}

/*  cdev */
.cdev {
	margin: 5px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 760px;
}
.cdev a {
	color: #000000;
}


/*  admin */
#admin {
	float:right;
	width:125px;
	border:1px solid red;
	background-color: #000000;
	border:1px solid black;
}
#admin_header {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
#admin_content {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
#admin_content a {
	color: #ffffff;
	text-decoration: none;
}
#admin_content a:hover {
	color: #cccccc;
	text-decoration: none;
}