@charset "utf-8";
body {
	background-color: #283237;
	color: black;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em; 
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}


#header { 
	background-image:url(images/header.jpg);
	height: 282px;

}

#content { 
	height: 306px;
	background-color: white;
	background-image: url(images/bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#info {
	
	width: 500px;
	float: left;
}

#info p { 
	padding-left: 10px;
	padding-right: 20px;
}

#info li {
	/*color: white;*/
	font-style: italic;
	list-style-type: disc;
	
	}

#infoRight {
	width: 280px;
	height: 289px;
	background-color: #fff;
	float: right;
}

#infoRight .centerAlign { 
	text-align: center; 
}

.clear { clear: both;}

#footer {
	text-align: right;
	color: white;
	font-size: 90%;
	margin: 0;
	padding-right: 20px;
}

.bold {font-weight: bold;}