body {
	background-color:white;
	margin-right:0px;
	font-family:Verdana,Arial,Helvetica;
	color:#133;
	max-width:90ex;
}

#bg {
background-image:url(bg.png);
background-repeat:no-repeat;
width:750px;
padding-top:250px;
}

#l {
border:thin solid gray;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
width:330px;
float:left;
padding:10px;
background-color:#EDD;
}

#r {
float:right;
width:348px;
margin-right:10px;
margin-top:120px;
border:thin solid gray;
padding:10px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
}

#r a {
	text-decoration:none;
	display:block;
	padding:0;
	border-bottom:thin solid black;
}

#r a:hover {
	background-color:#555;
	color:white;
	-moz-opacity:0.8;
}

h1 {
color:#122;
border-bottom:thick solid black;
}

h2 {
border-bottom:medium dashed gray;
}

h3 {
color:#422;
font-style:italic;
}

a {
color:#774444;
}
a:hover {
color:#994444;
}

tr {
	padding:0.4ex;
	border-bottom:thin solid gray;
}


td,th {
	background-color:#FAFAFA;
	padding:0.2ex 1ex;
}
th {
	border-bottom:thin solid black;
	background-color:#EEE;
}
