body {
	background-color: #330000;
	text-align: center;
	background-image: url('images/chai-small.png');
	background-attachment: fixed
	

}

body, td {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 15px;
	color: #330000;
	margin: 5 5 5 5;
}

h1 {
	font-size: 3em;
	color: #CC3300;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}

h2 {
	font-size: 2em;
	color: #CC3300;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

h3 {
	font-size: 1.5em;
	color: #CC3300;
}

h4 {
	font-size:1em;
	color: #CC3300;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #660000;
	border-bottom: .5 solid #330000;
}

a:visited {
	text-decoration: underline;
	color: #993300;
}

a:hover {
	text-decoration: none;
	background-color: #330000;
	color: #FFCC66;
	border-bottom: 1px dashed #CC3300;

}


#main {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	overflow: hidden;
	border: 1px solid #330000;
	background-color: #FFCC66;
	text-align:left;
	padding-right: 10;

}

#left {
	padding-left: 5 5 5 5;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	width: 220px;
	float: left;
	clear: both;
}

#right {
	float: right;
	width: 595;
	padding-left: 5;
	padding-right: 10;
}