.body {
	background: #ebebeb url(../images/bg_top.jpg) repeat-x;
	font: 62.5%/1.5em Arial, Verdana, Helvetica, sans-serif;
	margin-top: 36px;
	text-align: center;
}

#Wrapper {
	background: url(../images/bg_shadow.png) repeat-y;
	width: 923px;
	padding: 0 27px 0 30px;
	margin: 0 auto;
}

#Banner {
	width: 923px;
}

#Container {
	background: #a1a1a1;
}

#Content {
	width: 470px;
	padding: 35px 53px 35px 40px;
	text-align: left;
}

#SideBar {
	width: 268px;
	padding: 35px 47px 35px 45px;
}
	/** Menu **/
	#SideBar ul {
		list-style: none;
		margin: 0 0 40px 0;
		padding: 0;
	}
	#SideBar ul li {
		background: #d9d9d9;
		width: 269px;
		margin-bottom: 5px;

		font-size: 10px;
		font-weight: bold;
		color: #000;
		text-align: left;
		text-transform: uppercase;
	}
	
	#SideBar #PracticeMenu {
		list-style-image: url(../images/arw_double.jpg);
		margin: 0 0 0 20px;
		padding: 0;
	}
	
	#SideBar #PracticeMenu li {
		background: none;
		width: 269px;
		margin-bottom: 5px;
		padding-left: 0px;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-align: left;
	}
	
	#SideBar h2 {
		margin-bottom: 10px;
	}

#AddressBar {
	background: #414141;
	width: 923px;
	height: 40px;
	margin-top: 4px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#Footer {
	width: 923px;
	margin-top: 20px;
	font-size: 11px;
	color: #898989;
}
#Rotating {
	position: relative;
	overflow: auto;
	width: 563px;
	height: 242px;
	}
.photo_main	{ 
	z-index: 1; 
	width: 563px;
	height: 242px;
	}
.photo_rotate {
	z-index: 0; 
	visibility: hidden; 
	width: 563px;
	height: 242px;
	}
#Rotating img {
	position: absolute;
	top: 0; 
	left: 0;
	margin-left: 0px; 
}