/* BODY */

h1, h2, h3, h5, h6 {
	padding: 0;
	margin: 0; 
	font-weight: normal;
	font-style: normal;

}


body { 
	font-family: 'helvetica neue', Arial, Sans-Serif;
	background: #171717;
	color: #A9A9A9;
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}

a { text-decoration: none; color: #ccc; }
a img { border: 0px; }
a:hover { text-decoration: overline; color: #fff; }
p, h1 { margin: 0px; padding: 0px; }

p {font-size: small;
}

#holder {
	width: 850px;
}

#menu {
	width: 850px;
	height: 40px;
	border-top: 1px;
	border-bottom: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #eee;
	border-bottom-color: #eee;
	margin-top: 10px;
	font-size: 13px;
}

#menu ul, #menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}
	

#menu a {
	color: #5e5e5e;
}

#menu a:active a:visited {
	color: #5e5e5e;
	text-decoration: overline;
}

#menu a:hover {
	color: #c81b75;
	text-decoration: underline;
}

.menuContent {
	margin-top: 10px;
}

#content {
	margin-top:10px;
}

#footer {
	text-align: left;
	font-size: 11px;
	margin-top: 15px;
}

#textual {
	text-align: left;
	margin-left: 70px;
	margin-right: 50px;
	font-size: 15px;
	line-height: 20px;
	
}

#textual h3 {
	font size: 14px;
	color: #737373;
	letter-spacing:3px;
	text-decoration: overline;
	text-transform: uppercase;
}

.calendarEvent {
	text-align: left;
	width: 700px;
	border-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c81b75;
	border-top: 5px;
	border-top-style: solid;
	border-top-color: #c81b75;

}

.gallery {
	width: 700px;
	height: 500px;
}

.yahoo {
	width: 700px;
	height: 500px;
}

.arrows {
	text-align: left;
	margin-left: 70px;
}

#SignUp {
	text-align: left;
}
