/** BASIC */

/*
* {
	margin: 0;
}
*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8E0101; 
}

a {
	font-weight: bold;
	color: #8E0101;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** HEADER */

#header {
	width: 810px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFBFD url(../images/img02.gif) repeat-x left top;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFCC00;	
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
}

/** MENU */

#menu {
	width: 810px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #FFCC00;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: ##8E0101;
}

#menu a:hover {
	background-color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 810px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 130%;
}

#both {
	width: 780px;
	padding: 0px 10px 10px 15px;
}

#left {
	float: left;
	width: 500px;
	padding: 0px 10px 10px 15px;
}

#right {
	float: right;
	width: 260px;
	padding: 0px 10px 10px 15px;
	background-color:#FFCC00;
}

.events {
	padding:0px 0px 10px 5px;
	text-align:left;
}

.details {
	padding-left:5px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 810px;
	margin: 0px auto;
	border-top: 2px solid #8E0101;
	background: #8E0101;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #ffffff;
	text-align:center;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #FFCC00;
}

.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}


/* iContact Form */
/* 
.link,
.signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	text-decoration: none;
	}
.signupframe {
	border: 1px solid #000000;
	background: #ffffff;
}
 */

