#container {
	width: 887px;
	margin: 5px auto;
}	

#head {
	float: none;
	clear: both;
	height: 150px;
}

#main {
	margin: 10px 0px;
}

#nav {
	width: 110px;
	float: left;
}

#nav_center {
	clear: both;
	margin: 5px 0px;
	text-align: center;
	width: 100%;
}

#content {
	width: 725px;
	margin: 10px 0px 10px 20px;
	float: left;
}

#right_column {
	width: 210px;
	float: right;
	margin-left: 15px;
}

#footer {
	float: none;
	clear: both;
	margin-top: 20px;
	height: 150px;
}

/* CSS definition file containing site wide stylesheets */
.Subheads { font-family: 'Arial Black', sans-serif; font-size: x-small;}
 .Quotes { font-family: 'Times New Roman', serif; font-size: medium; font-style: italic;}
 .Footnotes { font-family: Arial,sans-serif; font-size: x-small;}
 .Caption { font-family: Arial,sans-serif; font-size: x-small; font-style: italic;}
 .Code { font-family: 'Courier New', monospace; color: rgb(0,0,0);}
 .Credits { font-family: 'Times New Roman', serif; font-size: x-small; font-weight: bold; text-align: center;}
 
p {
	text-align: justify;
	font-family: 'Arial Baltic', sans-serif;
	font-size: x-small;
}

img {
	margin: 4px;
}

