h@charset "utf-8";
/* CSS Document */
* {margin:0}

* {padding:0}

body {
	background-color: #333;
	margin-bottom: 10px;
}

html {
	height: 100%;
	margin-bottom: 1px;
 }

 
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 760px;
}

a img {border: none;}

.imageLeft {
	float: left;
	border: 1px solid #666;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 3px;
}

.imageRight {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 3px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}

h2 {
}


#outer {
	width: 760px;
}

#logo {
	background-image: url(images/logo_entertainment.gif);
	background-repeat: no-repeat;
	height: 110px;
}

#nav {
	padding-top: 90px;
	padding-left: 34px;
}

#nav a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-right: 25px;
}

#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-right: 25px;
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-right: 25px;
	font-weight: normal;
	color: #F2F201;
	text-decoration: none;
}

#inner {
	width: 100%;
	border-collapse:collapse;
}

.innerLeft {
	width: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffff00;
}

.innerRight {
	width: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}

.upperLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	height: 15px;
}

.upperRight {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	height: 15px;
}

.lowerLeft {
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #FFFF00;
	border-top-color: #FFFF00;
	height: 15px;
}

.lowerRight {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-left-color: #FFFF00;
	height: 15px;
}

.topCenter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	height: 15px;
}

.bottomCenter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	height: 15px;
}

#innerCenter {
	background-color: #F5F5F5;
	border: 2px solid #666;
	width: 100%;
}

#content {
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	vertical-align: top;
}

#content p {
	margin-bottom: 10px;
}

#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFF00;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.aboutSmall {
	font-size: 12px;
}

#songlist {
	width: 100%;
	background-color: #DDD;
	border: 1px solid #666;
}

.photo {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	width: 150px;
	padding: 5px;
	text-align: center;
	float: left;
}

.photo img {
	border: 1px solid #666;
}

#contact_form {
	padding: 15px;
	border: 1px solid #CCC;
	width: 550px;
}

.red {
	color: #F00;
}
