/* CSS Document
Timbreline Music
Michael Gulezian
About Page
© 2005 Timbreline Music and Michael Gulezian
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

body {
	background-image:  url(../images/background06.jpg);
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100.01%;
}

table {
	margin: auto;
	width: 770px;
	}
	
td {
	border: 0;
	padding: 0;
	}
	
table#creditable {
	width: 720px;
	}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 50px;
	background-image: url(../images/subpage05center.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
td#content a:link, td#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	}
	
td#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #DC9817;
	}
	
.date {
	color: #444444;
	font-weight: bold;
	}
	
li {
	margin-bottom: 20px;
	}
	
td#content img {
	float: right;
	margin-right: -47px;
	margin-left: 10px;
	}
	
td#content p.headline {
	font-size: 1.2em;
	color: #2B2B42;
	font-weight: bold;
	margin-bottom: -10px;
	}
	
td#content p {
	margin-bottom: 30px;
	}
	
#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	}
	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
	}