/* CSS Document */

/* GLOBALS */

* {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

body {
	background: #DDFDD8;
	color: #000;
	padding: 10px;
}

a:link {
	color: #2C05AC;
	text-decoration: none;
}
	
a:visited {
	color: #2C05AC;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #2C05AC;
	text-decoration: none;
} 

p {
	margin: 10px 0;
	line-height: 1.5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

img {
	border: 1px solid #000;
	margin: 5px;
}

/* LEFT SIDE BAR */

h1 {
	background: url(images/title.jpg) no-repeat top left;
	line-height: 6em;
	text-indent: -50000px;
}

#menu {
	margin: 30px 0 30px 70px;
	list-style: none;
}

#menu li {
	margin: 10px 0;
}

#menu li a {
	font-size: 20px;
}

.rating_logo {
	margin: 0 0 0 25px;
}

#sidebar_map {
	margin: 0 0 0 45px;
}

#sidebar_map_text {
	margin: 5px 0 20px 30px;
}

/* MAIN CONTENT */

#content {
	padding: 10px;
	border: 1px solid #000;
}

h2 {
	background: url(images/newlogo.jpg) no-repeat top center;
	text-indent: -50000px;
	line-height: 26.5em;
}

#address {
	list-style: none;
}

#address li {
	margin: 5px 0;
}

#content td {
	padding: 10px;
}

/* EVENT DETAILS */

.subtitle {
	font-size: 16px;
	text-decoration: underline;
	margin: 20px 0;
}

.entry {
	margin: 20px 10px;
	border-bottom: 1px solid #000
}

.entrytitle {
	font-size: 15px;
}

.entrytitle span {
	font-size: 12px;
}

/* CSS Document End */
