/* CSS style sheet - Terry Neason */

/* zero out any default browser values */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}

/* design starts here */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	color: #410052; /* font colour - dark purple */
	margin: 0;
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	background-color: #F1B6FF;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#container {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
}

#music_stave {
	height: 180px;
	background-image: url(images/Terry_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#name_left {
	float: left;
}
#nav_right ul {
	text-align: right;
}
#nav_right li {
	display: inline;
	list-style-image: none;
}
#column_left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#column_left p {
	margin-bottom: 10px;
}
#iframe_content {
	float: right;
	background-image: none;
	background-color: #E6E6FF;
	border: 2px solid #CCCCCC;
/*	padding: 5px; */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
 	margin-left: 10px;
	height: 360px;
}
#main_content {
	background-image: none;
	text-align: left;
	padding: 5px;
/*	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 320px; */
}
#main_content p {
	margin-bottom: 10px;
	font-size: 90%;
}
#main_content h1 {
	color: #9B0AC1; /* font colour - purple */
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}
#main_content h2 {
	color: #93063A; /* font colour - red */
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}
#main_content a:link, #main_content a:visited {
	color: #6666FF; /* mid blue */
	text-decoration: none;
	font-weight: bold;
}
#main_content a:hover, #main_content a:active {
	color: #93063A; /* font colour - red */
	text-decoration: none;
	font-weight: bold;
}
#main_content hr {
	color: #CCCCCC;
	height: 2px;
}
#footer {
	font-size: 75%;
	color: #6666FF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 310px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #9B0AC1; /* mid purple */
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #410052; /* dark purple */
	text-decoration: none;
}
#bottom_margin p {
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #333333; /* dark grey */
}
.rightimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #333333; /* dark grey */
}
