
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #1A3954;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.twoColFixLtHdr #container {
	width: 778px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left;
	background-image: url(../pix/tom_harrison_music_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-color: #020236;
} 
.twoColFixLtHdr #header {
	height: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCDAE1;
	margin-bottom: 20px;
} 
.rbcontent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #384354;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	padding-bottom: 20px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 210px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #020236;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	padding-top: 10px;
}



/* rounded corners */
.rbroundbox {
	background-image: url(../pix/nt.gif);
	background-repeat: repeat;
}
.rbtop div {
	background-image: url(../pix/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbtop {
	background-image: url(../pix/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbbot div {
	background-image: url(../pix/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rbbot {
	background-image: url(../pix/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox {
	border: 1px solid #1A3954;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}


#main_text {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_text h1 {
	color: #600A34;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600A34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#music_tom_harrison {
	width: 325px;
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #384354;
}
a:visited {
	color: #384354;
}
a:hover {
	color: #384354;
	text-decoration: none;
}
a:active {
	color: #384354;
}


/* table formating*/

.datatable {
	border-collapse: collapse;
}
.datatable td {
	padding: 2px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #EBF0FA;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	font-variant: small-caps;
}

.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}


/* table formating event table*/

.datatableEvent {
	border-collapse: collapse;
}
.datatableEvent td {
	padding: 8px;
	border: 1px dotted #1A3954;
}
.datatableEvent th {
	border: 1px solid #1A3954;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #1A3954;
	padding-right: 5px;
	vertical-align: top;
}

.datatableEvent tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}



.small_text {
	font-size: 9px;
	color: #600A34;
}
#music_player {
	width: 325px;
	margin-right: auto;
	margin-left: auto;
}
#main_text h2 {
	font-size: 14px;
	color: #1A3954;
}
#code {
	border: 1px solid #1A3954;
	height: 400px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #1A3954;
}
.img_right {
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.bullet {
	color: #600A34;
}

#dateside {
	font-size: 10px;
	padding-left: 10px;

}
