/* CSS Document */

body,
	html {
		margin:10px 0 10px 0;
		padding:0;
		background:white url(images/backgroundweb2.jpg) top left repeat;
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background:white;
		margin:0 auto;
		width:700px;
		border-top: 3px #ff3300 solid;
		border-right: 3px #ff3300 solid;
		border-left: 3px #ff3300 solid;
		border-bottom: 0px;
	}
	#header {
		background: url(images/newimages/header.jpg) center no-repeat;
		height: 180px;
		
	}
	#header h1 {
    	padding:5px;
	    margin:0;
		font-size: 2px;
		visibility: hidden;
    }
	#header h2 {
		color: #ff3300;
		float: left;
		margin-top: 120px;
		margin-left: 4px;
		margin-bottom: 0;
		font-size: 16px;
		font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
		padding: 0;
		
		}
	#nav {
		background:#ff3300;
		padding:5px;
		
		text-align: center;
		color: white;
		margin: 0;
		clear: left;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0 5px;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		color: white;
		letter-spacing: 4px;
	}
	#main {
		background:white;
		text-align: center;
		margin: 0;
		padding: 0;
		width:700px;
	}
	#main h2 {
		background: url(images/newimages/welcometitle.jpg) center;
		background-repeat: no-repeat;
		padding: 10px;
		margin: 0;
		height: 32px;
		}
	#main h3, {
		padding:0 10px;
    }
	#main p {
		font-size: 11px;
		font-family: arial, verdana, helvetica, sans-serif;
		letter-spacing: 1.5px;
		margin: 0;
		padding: 5px 35px;
		line-height: 14px;
		}
	#main p#linethrough {
		text-decoration: line-through;
		}
	#main p.lyrics {
		font-style: italic;
		font-size: 13px;
		line-height: 18px;
		clear: left;
		margin-top: 0px;
		
		}
	#main h4  {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #663300;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 5px;
	padding: 0 0 2px 2px;
	background: url(images/newimages/border.jpg) bottom left no-repeat;
	margin-right: 0px;
	}
	a img {
		border: none;
		}
	#main p img.left {
		float:left;
		margin-left: 100px;
		padding: 0;
		margin-bottom: -20px;
		}
	#main p img.right {
		float: right;
		margin-right: 100px;
		margin-top: -20px;
		padding: 0;
		}
	#main p img.aboutleft {
		float: left;
		padding: 5px 5px 5px 0;
		margin:0;
		}
	#main p img.aboutright {
		float: right;
		padding: 5px 0 5px 5px;
		margin: 0;
		}
	#main p.about {
		text-align: justify;
		padding: 5px 50px;
		}
	div.blockquote {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		border-width: 5px 0;
		border-color: #916131;
		border-style: solid;
		
		padding: 3px;
		width: 150px;
		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}
		
	#main p.clearright {
		clear: right;
		margin-top: 10px;
		}
	#main p.clearleft {
		clear: left;
		margin-top: 10px;
		}
	#main p.paypal {
		text-align: center;
		}
	form {
		text-align: center;
			padding: 0;
			margin: 0;
		padding-bottom: 0;
		margin-bottom: 0;
			
			}
	#barebonesimage {
		float:left;
		padding: 10px 20px 5px 75px;
		}
		#barebonescontainer {
		float: left;
		margin-top: 0;
		
			}
	#barebones {
		padding-top: 15px;
		text-align: left;
		list-style-image:url(images/newimages/star.gif);
	
	}
	#barebonescon2 {
		float: left;
		margin-top: 0;
		}
	#barebones2 {
		text-align: left;
		padding-top: 15px;
		list-style-image:url(images/newimages/star.gif);
		}

		table.form {
		font-size: 11px;
		font-family: arial, verdana, helvetica, sans-serif;
		letter-spacing: 1.5px;
		margin: 3px 0;
		padding: 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 500px;
		border: 2px dashed #ff3300;
		color: black;
		
		}
	#main p.linkstext {
		text-align: left;
		margin-left: 35px;
		line-height: 18px;
		}
	#main img.linkleft {
		text-align: left;
		margin-left: inherit;
		margin-right: 5px;
		clear: left;
		padding: 5px 0 0;
		
		}
	table.form td {
		padding: 3px;
		}
	
	
	#sidebar {
		background:white;
		float:right;
		width:0px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#ff3300;
		clear:both;
		padding: 0px;
		margin: 5px 0 0;
	}
	#footer p {
		padding:4px;
		text-align: right;
		margin:0 10px 0 0;
		font-size: 9px;
		color: #ccc;
    }
/*LInk styles*/
	#nav a:link, #nav a:visited  {
		color: white;
		text-decoration: none;
		font-weight: bold;
		
	
		}
	#nav a:hover {
		color: yellow;
		text-decoration: none;
		font-weight: bold;	
		
		}
	#header h2 a:link, #header h2 a:visited {
		text-decoration: none;
		color: #ff3300;
}
	#header h2 a:hover {
		color: brown;
		text-decoration: none;
		}
	#main p a:link, #main p a:visited, table.form a:link, table.form a:visited {
		color: #FF3300;
		font-weight: bold;
		text-decoration: none;
		}
	#main p a:hover, table.form a:hover {
		color: black;
		font-weight: bold;
		text-decoration: none;
		}
	#footer p a:link, #footer a:visited {
		color: #ccc;
		text-decoration: none;
		}
	#footer p a:hover {
		color: white;
		text-decoration: none;
		}
		
		
</style>