/* CSS Document */

html {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #280B33;
	}
	
body {
	margin-left: 0px;
	width: 100%;
	}

#page-wrap {
	min-width: 790px;
	max-width: 1000px;
	margin: 0px auto;
	margin-top: -10px !important;
	margin-top: -20px;
	padding-top: 0px;
	}
	
#top {
	float: right;
	height: 260px;
	width: 100%;
	background-image: url(images/saxophone.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
#top_holder {
	float: left;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat;
	height: 260px;
	width: 100%;
	}
	
#title {
	float: left;
	padding-top: 144px;
	padding-left: 10px;
	}
	
#content {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 15px;
	}
	
#link_bar {
	float: left;
	width: 100%;
	background-color: #ffffff;
	}
	
#link_bar a, #link_bar a:visited, #link_bar a:active {
	float: left;
	display: block;
	border:1px solid #280B33;
	border-width:1px 1px 0px 0px;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #280B33;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
#link_bar a:hover {
	float: left;
	display: block;
	border:1px solid #280B33;
	border-width:1px 1px 0px 0px;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	color: #280B33;
	font-weight: bold;
	text-decoration: none;
	}
	
#padding {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	}
	
#padding ul {
	list-style-image: url(images/bullet.gif);
	}
	
#right_image {
	float: right;
	margin-left: 10px;
	border-width:1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;	
	}
	
#left_image {
	float: left;
	margin-right: 10px;
	border-width:1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;	
	}
	
#left_image_100 {
	float: left;
	width: 100%;
	margin-right: 10px;
	padding-bottom: 10px;	
	}