html {
	background-color: #FFFFFF;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #353535;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font-size: .9em;
}
#headcontent {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 137px;
}
#logo {
	width: 266px;
	background-image: url(images/logo_DanceMusic.jpg);
	background-repeat: no-repeat;
	height: 136px;
	float: left;
}
#headNav {
	padding-top: 50px;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/headnavBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#headNav p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#headNav a {
	text-decoration: none;
	font-weight: normal;
}
#headNav a:link {
	color: #D23A07;
}
#headNav a:visited {
	color: #D23A07;
}
#headNav a:active {
	color: #4F8728;
}
#headNav a:hover {
	color: #4F8728;
}
#navBg {
	width: 100%;
	height: 275px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat;
	background-position: center 1px;
}
#navBox {
	background-image: url(images/navBox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	height: 275px;
	padding-top: 0px;
	padding-left: 0px;
}
#mainContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	text-align: left;
}
#bodyCopy {
	margin-right: 55px;
	margin-left: 55px;
}
#bodyCopyHome p {
	padding-right: 110px;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 1.3em;
	font-weight: normal;
}
#mainContent p {
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent  ul  li {
	font-size: .9em;
}
#mainContent a {
	text-decoration: none;
	font-weight: normal;
}
#mainContent a:link {
	color: #D23A07;
}
#mainContent a:visited {
	color: #D23A07;
}
#mainContent a:active {
	color: #4F8728;
}
#mainContent a:hover {
	color: #4F8728;
}

#footer {
	height: 50px;
	background-image: url(images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 14px;
	text-align: left;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
}
#footer a:link {
	color: #D23A07;
}
#footer a:visited {
	color: #D23A07;
}
#footer a:active {
	color: #4F8728;
}
#footer a:hover {
	color: #4F8728;
}
.alignTextRight {
	text-align: right;
}
#guestbook { 
	padding-top:10px;
}
.entry {
	width: 100%; 
	margin: 5px 0 0 0; 
	background-color: white; 
	padding: 2px;
}
td {
	padding: 2px;
}
td.info {
	font-size: 0.9em !important;
	padding: 2px;
	float: right;
}
td.info a:link {
	color: #FFFFFF !important;
}
td.info a:visited {
	color: #FFFFFF !important;
}
td.info a:active {
	color: #CCCCCC !important;
}
td.info a:hover {
	color: #CCCCCC !important;
}
td.buttons { 
	border: 1px solid #d0deec; 
	background-color: #8aa5c0; 
	color: #f8f0e3; 
	text-align: center; 
	padding: 2px;
}
.entryname {
	font-weight: bolder; 
	font-size: 13px; 
	color: #000000;
}
.pages {
	text-align: center;
	margin: 10px 0 0 0; 
	border: 1px solid #d0deec;
	padding: 2px;
}
.entry a:link, .entry a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.entry a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
input[type="text"], input[type="password"], textarea {
	background-color: #dee6f4;
	font-size: 11px;
	color: #000;
	border: 1px solid black;
	padding: 2px;
	
}
input[type="submit"], input[type="reset"] {
	background-color: #FF9900;
	font-size: 12px;
	color: white;
	padding: 2px;
	border: 1px solid black;
	font-weight: bolder;
	cursor: pointer;
}
option {
	background-color: #dee6f4;
	font-size: 11px;
	color: #000;
	cursor: pointer;
}
select {
	background-color: #dee6f4;
	font-size: 11px;
	color: #000;
	border: 1px solid black;
	cursor: pointer;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
hr.hrguest {
	height: 1px;
	background-color:#FFFFFF;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}
.floatLeft {
	float: left;
	padding-right: 40px;
	padding-bottom: 100px;
}
.warnings {
	color: #990000;
}
.caption {
	font-size: 80%;
}
