body {
	background-image: url('../images/background-repeat.gif');
	background-repeat: repeat-y;
}

.wrapper { 
	background-image: url('../images/background.gif'); 
	background-repeat: no-repeat;
	background-position: top left; 
}
	

/*  MAIN MENU  */
/* Hides from IE-mac \*/
*div.MenuWrapper {
	top: 50px;  /* Set 1px less than menu width */
}
/*  SECTION IDENTIFIERS  */
.photo { 
	float:right;
	margin: 25px 22px 0 0;	
	width:236px;

	font-size:.8em;
	font-style:italic;
	text-align:center;
	color:#000;
}
div.photo img {
	border:1px solid #1B1D29;
}
.sectionHead {
	width:40px; 
	float:right;
	margin:0;
	padding:0;
}
.sectionHead img {
	border-style:none;
	margin-top: 25px;
	padding:0;
}

/*  MAIN CONTENT  */
#mainContent { 
	margin: 35px 0px 0px 210px;
	width:570px;
	padding:0;

}
#Content {
	width:395px;
	padding:0;
	margin:0;
}
.Content {
	width:395px;
	padding:0;
	margin:0;
}
/*  RIGHT MAIN CONTENT  */
.rightLinks { 
	margin:25px 2px 15px 10px;
	padding:0;
	float:right;
	width:140px;
}
/*  GREEN RIGHT MAIN CONTENT  */
.rightLinksUnit {
	margin:0;
	padding:0;
	overflow: hidden;
	width:98%;
	background-color:#888854;
}
.rightLinks h2{ 
	border-bottom:1px solid #FFF;
	margin-bottom:5px;
	text-indent:5px;
	width:100%;
}
.rightContent { 
	float:right;
	width:112px;
	margin:5px 2px 2px 2px;
	padding:0px;
	font-size:.85em;
	line-height:1.1em;
	color:#000;
	background-color:#888854;
}
.rightContent a {
	margin: 0;
	padding: 0 0 0 2px;
	display: block;
	font-weight:bold;
	line-height:1.2em;
}
.rightContent a:link, .rightContent a:active, .rightContent a:visited { 
	text-decoration:underline;
	color:#FFF;
}
.rightContent a:hover { 
	color:#000;
	text-decoration:none;

}
.rightCurve {	
	width:13px;
	height:95px;	
	margin:0;
	padding:0;
	display:block; 
	background-color:#888854;
	background-image: url('../images/back-right.gif');
	background-repeat: no-repeat;
}
/*  BLUE RIGHT MAIN CONTENT  */
.rightLinksBlue {
	background-color:#7C8395;
}
.rightCurveBlue {	
	width:13px;
	height:120px;
	margin:0;
	padding:0;
	background-color:#7C8395;
	background-image: url('../images/back-right-blue.gif');
	background-repeat: no-repeat;
}
/*  ILLUSTRATION RIGHT MAIN CONTENT  */
img.sectionIllustration {
	width:105px;
	margin: 0px 0px 0px 50px;
	padding:0; 
	float:right; 
}
