/*-----------Container---------*/
#container1 {
  background-image: url(../images/background.gif);
  background-repeat: no-repeat;
  background-position: center top;
}#container {
  margin: auto;
  width: 966px;
}


/*----------Header----------*/
#header {
	width: 966px;
	height: 106px;
	background-image: url(../images/header-back.gif);
	background-position: -3px;
	background-repeat: no-repeat;
}
#title {
  width: 960px;
  height: 90px;
  padding: 0;
}
#title h1 {
  display: block;
  width: 960px;
  height: 90px;
  text-indent: -9999px;
}
#title h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 13px;
}

/*-------Content----------*/
#content {
  margin: 30px auto auto auto;
  width: 966px;
  background: #e0e0df url(../images/container-left.gif) repeat-y scroll left top;
  -moz-border-radius-topright:10px;
  float: left;
}
#bottomContainer {
  margin: auto;
  width: 967px;
  height: 17px;
  background-image: url(../images/container-bottom.gif);
  background-repeat: no-repeat;
  clear: both;
}


/*----------Sidebar----------*/
#sidebar {
  float: left;
  width: 270px;
  margin-left: 17px;
  padding: 10px 0 0 0;
}
#sidebarTop {
  width: 250px;
  height: 20px;
  background-image: url(../images/sidebar-top.gif);
  background-repeat: no-repeat;
  padding: 10px 20px 10px 20px;
}
.sidebarList {
  width: 270px;
  height: 150px;
  background-image: url(../images/sidebar-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ffffff;
}
.sidebarList li {
  list-style-type: none;
  padding: 15px 0 5px 20px;
}
.sidebarList a:link, .sidebarList a:visited {
  color: #502e90;
  text-decoration: none;
}
.sidebarList a:hover, .sidebarList a:active {
  color: #8a70b2;
  text-decoration: underline;
}


/*----------Main Content----------*/
#mainContent {
  float: right;
  width: 632px;
  margin: 10px 10px 0 0;
  display: inline;
  padding: 10px 10px 0 10px;
  background: #fff;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-topright:10px;
}
#photoLarge {
  width: 614px;
  height: 150px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 10px;
  background-image: url(../images/large-photo-back.gif);
}
#mainContent a:link, #mainContent a:visited {
  color: #502e90;
}
#mainContent a:hover, #mainContent a:active {
  color: #8a70b2;
  text-decoration: underline;
}

/*----------Footer----------*/
#footer {
  width: 966px;
  height: 66px;
  background-image: url(../images/footer-back.gif);
  margin: 30px auto auto auto;
  clear: both;
}
.footerLogo {
  float: right;
  margin: 10px;
}
.footerList {
	float: left;
	list-style-type: none;
	margin: 20px; 
}
.footerList li {
  padding: 5px 5px 5px 10px;
  float: left;
}
#footer a:link, #footer a:visited {
	color: #502e90;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #8a70b2;
	text-decoration: underline;
}
#subFooter {
  clear: both;
  text-align: center;
  color: #8769ae;
}
#subFooter a:link, #subFooter a:visited {
	color: #8769ae;
	text-decoration: none;
	
}
#subFooter a:hover, #subFooter a:active {
	text-decoration: underline;
}

