﻿body
{
	background-image: url(Dutch_windmill_Large.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center;
	
}
#container
{
	width: 1024px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto; /*Margin left and right set to auto center's our layout*/
	text-align: left; /*Resets the text alignment*/
	background-color:White;	
}
#banner
{
	text-align: left;
	vertical-align: middle;
}

.Title
{
	text-align: center;
	font-size: xx-large;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	vertical-align: middle;
	
}
#main
{
}
#footer
{
	text-align:center;
	font-size:xx-small;
	
}

#left
{
	float: left;
	width: 175px;
}
#left_top
{
}
#left_mid
{
}
#left_bottom
{
}
#content
{
	float: left;
	width: 835px;
	margin-left: 5px;
}
#content_top
{
}
#content_mid
{
}
#content_bottom
{
}
#right
{
	float:left;
	width:200px;
}
#right_top
{
}
#right_mid
{
}
#right_bottom
{
}
div.RoundedCorners
{
	margin:1px;
	padding:5px;
	
}
.ValidatorClass
{
}
div.Photo
{
	float: left;
}
div.Caption
{
	text-align:center;
}
div.AlumniDetails
{
	min-height:300px;
}
div.Details
{
	
}
div.DatesServed
{
}
div.Companions
{
}
div.Comments
{
}
.Label
{
	font-weight:bold;
}
