#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#navigation {
	width: 800px;
}
.highlight_boxes {
	background-color: #e4e4e4;
	width: 215px;
	text-align: center;
	padding: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.shading {
	background-color: #e4e4e4;
}
.padding {
	padding-right: 10px;
}

.padding_photos {
	border: 1px solid #666666;
	margin-right: 10px;
}


ul {
	list-style-position: outside;
	list-style-type: square;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(Images/bg_new.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 511px;
	margin-top: 0;
	padding-top: 40px;
	margin-left: 270px;
	clear: right;
}
#minor_nav {
	width: 235px;
	float: left;
	clear: both;
	margin-top: 40px;
	line-height: 18px;
}

#photo {
	width: 540px;
	margin-left: 260px;
}

#logo_intro {
	width: 260px;
	float: left;
}

#logo_intro {
  float: left;
  width: 260px;
  }
 
#photo {
	float: right;
  margin-left: 0px;
}
 
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #logo_intro {
  margin: 0;
}
 
* html #photo {
  height: 1%;
  margin: 0;
}
 
/* End hide from IE5/mac */

a:link {
	color: #05419A;
	text-decoration: none;
}
a:visited {color: #666666; text-decoration: none;}
a:active {color: #ffcf1d; text-decoration: none;}
a:hover {
	text-decoration: underline;
}
