
		body {  
		background: #666666
			url('images/bg.jpg') fixed right;
		}

		#container {
			width: 700px;
			\width: 720px; /*box model hack for ie/win*/
			w\idth: 700px; /*box model hack for ie/win*/
			border: 1px solid black;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			height: 120px; //111
			padding: 5px;
			margin-bottom: 5px;
			background-color: #822739;
		}

		#content {
			padding: 5px;
			margin-right: 149px;
			background: #FFFEEE
			url('images/taylor1.jpg') no-repeat center;
			height: 462px;
			font-family: arial,verdana;
			font-size: 12px;
			color: black;
		}

		#content_plain {
			padding: 5px;
			margin-right: 149px;
			background: #FFFEEE
			url('images/blank_bg.jpg') no-repeat center;
			height: 452px;
			font-family: arial,verdana;
			font-size: 12px;
			color: black;
		}

		#dynstuff {
			background: #dddddd
			margin-right: 149px;
			height: 452px; 
			width: 545;
		}

		#content-chord {
			padding: 5px;
			margin-right: 149px;
			background: #FFFEEE
			url('images/taylor1.jpg') no-repeat center;
			height: 530px;
			font-family: arial,verdana;
			font-size: 12px;
			color: black;
		}

		#rightside {
			float: right;
			width: 134px;
			\width: 144px; /*box model hack for ie/win*/
			w\idth: 134px; /*box model hack for ie/win*/
			margin: 0;
			margin-left: 0px;
			padding: 5px;
			background-color: #822739;
			height: 462px; 
		}

		#rightside-chord {
			float: right;
			width: 134px;
			\width: 144px; /*box model hack for ie/win*/
			w\idth: 134px; /*box model hack for ie/win*/
			margin: 0;
			margin-left: 0px;
			padding: 5px;
			background-color: #822739;
			height: 540px;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			background-color: #822739;
			font-family: arial,verdana;
			font-size: 10px;
			color: #FFcc88;
		}

.buttonscontainer {
		width: 128px;
		}

.buttons a {
	color: #666666;
	border: 1px solid;
	background-color: #FFcc88;
	padding: 2px;
	padding-left: 3px;
	font: 11px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-color:    ;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
		}

.buttons a:hover {
	border: 1px solid;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #666666;
	border-color:    ;
	color: #FFFEEE;
	text-decoration: none;
		}

p {text-indent: 1cm}

ul.circle {list-style-type: circle}



.banner-text1 {
	position: absolute;
	font-family: impact;
	font-style: italic;
	top: 6px; 
	left: 234px;
	color: 000000;
	font-size: 40px;
		}

.normal-text {
	font: 12px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
		}

.footnotes {
	font: 10px Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding-left: 10px;
		}
	
.headline-text {
	font: 18px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
		}

.email-text {
	font: 10px Arial, sans-serif;
	font-weight: normal;
	color: blue;
	text-decoration: none;
	padding-left: 10px;
		}	

.highlight {
	background-color: #fffeee;
		}

.highlight-yellow {
	background-color: #FFCC88;
		}