/* shane.css */


/**********************************
	 	base html styles
**********************************/
body {
	text-align: center;	
	margin: 0;
	padding: 0;	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
	background-image: url(images/greca-tile.gif);
	background-repeat: repeat;
}
	
h1 {
	font-size: 24px;
	color: #CCC;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align:justify;
}

h3 {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	font-style:italic;
	text-align:center;
}

h4 {
	font-size: 11px;
	color: #999999;
	list-style: none;
	margin: -15px 0 -10px 0;	
}

h5 {
	font-size: 19px;
	color: #FFF;
	list-style: none;
	font-weight:bold;
	margin: 0;	
}

a:link {
	color:#FFFF00;
	font-weight: normal;
	text-decoration:underline;
}


a:visited {
	color:#FF9900;
	text-decoration:underline;
}

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

/**********************************
	 	base page styles
**********************************/
#masthead {
	width: 652px;
	height: 152px;
	background-image: url(images/masthead-ani.gif);
	background-repeat: no-repeat;
	margin: 0;
}

#nav {
	width: 652px;
	background-color: transparent;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 122px 5px 5px 5px;
}

	#nav ul { list-style: none; margin: 0; padding: 0; }
	#nav ul li { display: inline; }
	#nav ul li a { color: #FFFF00; font-weight: bold; text-decoration: none; padding: 0px 12px;}
	#nav ul li a:hover { color: #FFFF00; background-color: #F00; border: solid #000; border-width: 1px 0; }
#nav2 {
		width: 652px;
		background-color: transparent;
		font-size: 13px;
		text-align: center;
		margin: 0;
		padding: 10px 5px 5px 5px;
	}

		#nav2 ul { list-style: none; margin: 0; padding: 0; }
		#nav2 ul li { display: inline; }
		#nav2 ul li a { color: #FFFF00; font-weight: bold; text-decoration: none; padding: 0px 12px;}
		#nav2 ul li a:hover { color: #FFFF00; background-color: #F00; border: solid #000; border-width: 1px 0; }
#page {
	width: 652px;
	background-image: url(images/button-tile.gif);
	background-repeat: repeat-y;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 450px;
	margin: 0;
	padding: 0 0 15px 100px;
}

#content2 {
	width: 420px;
	margin-left: 20px;
	padding: 0;
	border-width:2px
	border-color:#FF0000;
	border-top-style: double;
	border-bottom-style: double;
	border-color: #F00;
}

#bandbox	{
	width: 394px;
	margin: 0;
	padding:10px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #F00;
	}

#photobox	{
	width: 420px;
	margin: 10px 0 10px 0;
	padding:0;
	border-top-style: double;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-width: 1px;
	border-color: #F00;
	}


#footer {
	width: 652px;
	height: 50px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #F00;
	text-align: center;
	margin: 0 0 -20px 0;
	padding-bottom: 0;
	
}