
#leftShadow{
	width: 770px;	
	margin: 0px auto;
	background: url(../images/shadow_left.jpg) repeat-y left #fffef2;
	text-align: left;
	position: relative;
}

#rightShadow{
	background: url(../images/shadow_right.jpg) repeat-y right;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#topShadow{
	background: url(../images/shadow_top.jpg) repeat-x top left;
	height: 10px;
	line-height: 10px;
}

#borderTopL{
	background: url(../images/corner_top_left.jpg) no-repeat left top;
	height: 10px;
}

#borderTopR{
	background: url(../images/corner_top_right.jpg) no-repeat right top;
	height: 10px;
}


#bottomShadow{
	background: url(../images/shadow_bottom.jpg) repeat-x bottom left;
	margin: 0px;
	height: 10px;
	line-height: 10px;
}

#borderBottomL{
	background: url(../images/corner_bottom_left.jpg) no-repeat left bottom;
	height: 10px;
}

#borderBottomR{
	background: url(../images/corner_bottom_right.jpg) no-repeat right bottom;
	height: 10px;
}

#mainRContent{
	float: right;
	width: 155px;
	background: url(../images/main_pic_right.jpg);
	height: 484px;
	display: inline;
	margin: -5px 5px 0px 0px;
}


#mainRContent .content{
	margin-top: 190px;
	padding: 30px 5px 0px 15px;
}

#mainPic{
	margin: -5px 0px 0px 5px;
	margin-right: 155px;
}

#mainPic img{
	vertical-align: bottom;
}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #mainRContent {
  margin-left: -3px;
}
 
* html #mainPic {
  height: 1%;
  margin-right: 0;
}

/* End hide from IE5/mac */


#header2{
	margin: -5px 5px 10px 5px;
	border-bottom: solid 1px #afa5a4;
	position: relative;
}

#header2 img{
	vertical-align: bottom;
}


