/* CSS Document */

body,
	html {
		margin:10px 0 10px 0;
		padding:0;
		background:white;
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background:white;
		margin:0 auto;
		width:700px;
		
	}
	#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:660px;
		
	}
	
	#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.lyrics {
		font-style: italic;
		font-size: 13px;
		line-height: 18px;
		clear: left;
		margin-top: 0px;
		
		}
	#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.clearright {
		clear: right;
		margin-top: 10px;
		}
	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;
		
		}
	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:white;
		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: black;
		text-decoration: none;
		}
		
		
</style>
