* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}
ul {
	margin-left: 20px;
}
html,body {
	background-color: #fdfdfd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-position: center center;
}
img {
	border: 0; 
}
p a {
	color: #7da4ff;
	border-bottom: dotted 1px #7da4ff;
	text-decoration: none;
}
p a:hover {
	color: #2566ff;
	border-bottom: dotted 1px #2566ff;
}
h1 {
	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;	margin-left: 5px;	margin-top: 5px;
}
h2 {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-weight: normal;	font-style: italic;	margin-left: 5px;	margin-bottom: 10px;
}
h3 {
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
p {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 10px;
}
#header {
	margin: 0;
	padding: 0;
}
.seperator,div#menuseperator {
	background: url("/mattdorman/songwriting/menu_bottombalk.jpg") left bottom no-repeat;
	height: 3px;
	width: 450px;
}
div#menuseperator {	position: absolute;	top: 109px;	left: 0;}.seperator {	padding-top: 3px;	padding-bottom: 3px;}
#content {
	position: absolute;
	top: 115px;	padding: 5px;
}
div#songwriting_menu,div#aboutmatt_menu {
	width: 150px;
	height: 20px;
	overflow: hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #f9f9f9;
	position: absolute;
}
div#songwriting_menu {
	top: 90px;
	left: 0px;
	z-index: 99;
}
div#aboutmatt_menu {
	top: 90px;
	left: 151px;
	z-index: 98;
}
div#songwriting_menu span,div#songwriting_menu a,div#aboutmatt_menu span,div#aboutmatt_menu a {
	display: block;
	padding: 0 3px;
}
input, option, textarea, select {
	border: solid 1px #c0c0c0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 2px;
}
.error {
	font-size: 8pt;
	color: #FF0000;
}
.commenttitle {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-weight: normal;
	font-style: italic;
	margin: 2px;
}
.comment {
	border: 1px solid gray;
	margin:3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:4px;
}
.comment p {
	margin: 0;
	padding: 0;
}
