@charset "UTF-8";
/* CSS Document */

body{background-color:#FFFA23; font-family:Verdana, Arial, Helvetica, sans-serif;}
.frameBody{
	background-color:white;
	margin:0px;
	width:512px;
	height:auto;
}
#page{
	width:780px;
	margin:0px auto;
}
#logo{
	width:231px;
	height:auto;
	float:left;
}
#mainDiv{
	width:545px;
	float: right;
	padding-top: 10px;
}
#main_content{
	border:black 5px solid;
	background-color: white;
	padding-left: 6px;
	height: 900px;
}
.clear{
    clear:both;
}
#footer{text-align:right;}
#footer a{font-size:12px;color:black;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#nav{}
.nav_contact {
	width:97px;
	height:54px;
	float:right;
	background:url(/images/contact.jpg) no-repeat top left;
	cursor:pointer;
}

.nav_contact_over{width:97px;height:54px;float:right;background:url(/images/contact.jpg) no-repeat bottom left;cursor:pointer;}

.nav_calendar {
	width:97px;
	height:54px;
	float:right;
	background:url(/images/calendar.jpg) no-repeat top left;
	cursor:pointer;
}

.nav_calendar_over{width:97px;height:54px;float:right;background:url(/images/calendar.jpg) no-repeat bottom left;cursor:pointer;}

.nav_videos {
	width:97px;
	height:54px;
	float:right;
	background:url(/images/videos.jpg) no-repeat top left;
	cursor:pointer;
}

.nav_videos_over{width:97px;height:54px;float:right;background:url(/images/videos.jpg) no-repeat bottom left;cursor:pointer;}

.nav_bandroster{
	width:97px;
	height:54px;
	float:right;
	background:url(/images/bandroster.jpg) no-repeat top left;
	cursor:pointer;
}

.nav_bandroster_over{width:97px;height:54px;float:right;background:url(/images/bandroster.jpg) no-repeat bottom left;cursor:pointer;}

.nav_about{

	width:97px;
	height:54px;
	float:right;
	background:url(/images/about.jpg) no-repeat top left;
	cursor:pointer;
}

.nav_about_over{width:97px;height:54px;float:right;background:url(/images/about.jpg) no-repeat bottom left;cursor:pointer;}

h1{
	font-size:24px; font-weight:100;
}
h2{
	font-size:14px;
}
p{
	font-size:12px;
	line-height:20px;
}
#band_image{
	border:black 3px solid;
	height:102px;
	width:122px;
}
#band_image:hover{
	border:yellow 3px solid;
	height:102px;
	width:122px;
}
#band_imageLarge{
	border:black 3px solid;
	height:135px;
	width:161px;
}
#band_imageLarge:hover{
	border:yellow 3px solid;
	height:135px;
	width:161px;
}
.left{float:left;}
.left {margin-right:10px;}
.right{float:right;}
.right {margin-left:10px;}
#myframe{
	overflow:visible;
	width:100%;
	display:none;
	overflow:scroll;
}


#myspace_link{
	background-image:url(/images/myspace.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:144;
	height:40px;
	margin-left: 43px;
	cursor:pointer;
}
#amiest_link{
	background-image:url(/images/amiest.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:99px;
	height:45px;
	margin-left: 43px;
	cursor:pointer;
}
#freshprint_link{
	background-image:url(/images/freshlogo2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:159px;
	height:127px;
	margin-left: 43px;
	cursor:pointer;
}
#sonicbids_link{
	background-image:url(/images/sonicbids.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:174px;
	height:99px;
	margin-left: 43px;
	cursor:pointer;
}

#myspace_link:hover, #amiest_link:hover {background-position:bottom left;}
