
body {

	background-color: #eadcbe;
	font-family: arial, helvetica;
	padding: 0;
}
#banner{
	text-align: center;
}

#nav{
	color: #290097;
    margin-left: 7em;	
	margin-right: 7em;
}
h1{ 
    font-size: 250%;
    color: Navy;
    font-family: Goudy old style, arial, helvetica }
h2{
	font-size: 120%;
    color: Navy;
    font-family: Goudy old style, arial, helvetica 
}

h3{
	font-size: 100%;
}

p {
	color: Navy;
}

ul {
	list-style-image: url("images/wheel-small.gif");
    list-style-type: disc;

}

li {
	
}

a {
	
}

caption{
	
	text-align: left;
}

TH {
	text-align: left;
}

TR {
	
}


TD {
	color: Navy;
	padding: 0 2em;
}



#navigation {
	float: left;
	width: 10em;
	margin-top: 2em;
	margin-right: 1em;
}

#navigation a{
	color: #881c0b;
}

#content {
	margin-left: 7em;	
	margin-right: 7em;
}

#content #column1{
	float: left;
	width: 20em;
}

#content #columnt1 h2{
	clear:both;
}

#content #column2{
	float: left;
	width: 20em;
}
#content #rightcolumn{
	float: right;
	width: 20em;
}


#imageleft {
	width: 40em;
}

#imageleft img{
	float: left; 
	margin-right: 1em;
}

#imageright {
	
}
#imageright img{
	float: right; 
	margin-left: 1em;
}


