* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2E1;
	background-image: url(../images/layout/background_left.gif);
	background-repeat: repeat-y;
	font-size: small;
	margin-bottom: 10px;
	color: #333333;
}
#divContainer {
}
#divLeft {
	color: #FFFFFF;
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-left: 5px;
	text-align: right;
	margin-top: 15px;
	font-size: 0.85em;
}
#divLeft p {
	line-height: 1.4em;
}
#divLeft h1 {
	font-size: 1.1em;
	margin-top: 15px;
}
#divLeft ul {
	margin-top: 30px;
	line-height: 2em;
	list-style-type: none;
	width: 100%;
	font-size: 1.1em;
}
#divLeft a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;	
}
#divLeft a:visited {
	color: #FFFFCC;
	text-decoration: none;	
}
#divLeft a:hover, #divLeft a.current {
	text-decoration: underline;
	color: #FFFFFF;	
}
#divRight {
	margin-left: 175px;
	background-image: url(../images/layout/background_head.jpg);
	background-repeat: repeat-x;
}
#divHeader {
	background-image: url(../images/layout/background_head_left.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	z-index: 1;
	position: absolute;
	margin-left: 0px;
	padding-left: 30px;
	left: 175px;
	top: 0px;
}
#divHeader ul {
	font-weight: bold;
	color: #44177C;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBD4D7;
	padding-top: 5px;
	position: absolute;
	top: 85px;
	left: 100px;
	width: 650px;
	list-style-type: none;
	float:left;
}
#divHeader ul li{float:left;}
#divHeader ul a{
	display:block;
	padding-right: 1em;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #320070;
	padding-left: 1em;
}
#divHeader ul a.last{
	border-right-style: none;
	border-right-width: 0px;
}
#divHeader ul a:link{
	color: #330171;
	text-decoration: none;
}
#divHeader ul a:visited{
	color: #330171;
	text-decoration: none;
}
#divHeader ul a:hover{
	text-decoration: underline;
}
#divBody {
	margin-left: 25px;
	width: 650px;
	margin-right: 20px;
	position: relative;
	top: 110px;
	margin-bottom: 50px;
	padding-bottom: 60px;
}
.divPhotoRight {
	float: right;
}
.imgShadow {
	/*  float:left;*/
  background: url(../images/layout/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/layout/shadow.gif) no-repeat bottom right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
  }

.imgShadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  margin: -6px 6px 6px -6px;
  padding: 8px;
  }
  
#divFooter {
	bottom: 0px;
	margin-left: 178px;
	font-size: 0.85em;
	color: #330171;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AF9CC3;
	width: 650px;
	padding-top: 10px;
	left: 0px;
	padding-left: 20px;
	margin-top: 40px;
}
#divFooter img {
	margin-right: 10px;
}
