﻿.SidebarTop {
	margin: 15px auto 0px auto;
	background-image: url('../images/SidebarTop.png');
	background-repeat: no-repeat;
	position: relative;
	width: 260px;
	height: 16px;
}
.SidebarBody {
	margin: 0px auto 0px auto;
	position: relative;
	width: 258px;
	height: auto;
	background-color: #F2E6DB;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #E1D8CF;
	text-decoration: none;
}
.SidebarBoxCorners {
	margin: 15px auto 15px auto;
	position: relative;
	width: 258px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.SidebarBttm {
	margin: 0px auto 10px auto;
	background-image: url('../images/SidebarBttm.png');
	background-repeat: no-repeat;
	position: relative;
	width: 260px;
	height: 16px;
}
.SideBarTextNormal {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #514A3E;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
.SideBarTextSmall {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #514A3E;
	text-align: justify;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar_1_pic {
	position: relative;
	float: right;
	width: 210px;
	margin-top: 25px;
	padding: 25px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 3;
	height: auto;
}
#sidebar_2_pic {
	position: relative;
	float: right;
	width: 210px;
	margin-top: 25px;
	padding: 25px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 3;
	height: auto;
}
.sabbathSidebarCorners {
	margin: 15px auto 15px auto;
	position: relative;
	width: 258px;
	height: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #D8D8D8; 
	background-color: #EAEAEA;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 15px;
}
.sabbathMainCorners {
	margin: 15px auto 15px auto;
	position: relative;
	width: 568px;
	height: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #D8D8D8;
	background-color: #EAEAEA;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 15px;
}
