@charset "utf-8";
body {
}
#contentLeft {
	background-image: url(../images/contentRepeatLeft.gif);
	background-repeat: repeat-y;
}
#content {
	background-image: url(../images/contentRepeat.gif);
	background-repeat: repeat-y;
}
#contentRightTop {
	background-image: url(../images/contentRightRepeat.gif);
	background-repeat: repeat-y;
}
#contentRightBot {
	background-repeat: no-repeat;
}
#contentBox {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 20px;
}
#contentBox a:link, #contentBox a:visited {
	font-weight: bold;
	color: #803955;
	text-decoration: none;
}
#contentBox a:hover {
	color: #481F31;
}
#contentBox h1 {
	color: #803955;
	font-size: 18px;
}
#contentBox h2 {
	color: #8C966D;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8C966D;
}
/*---------------------------------------------images*/
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatCenter { 
    float: center; 
    margin: 4px; 
}
.soon {
	color: #803955;
	font-weight: bold;
}
.soon1 {
	color: #803955;
	font-weight: bold;
}
.date {
	font-weight: bold;
	color: #8C966D;
}
.bigger {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBoxJew {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	margin-left: 15px;
	padding-right: 20px;
	text-align: center;
}
#contentBoxJew a:link, #contentBoxJew a:visited {
	font-weight: bold;
	color: #803955;
	text-decoration: none;
}
#contentBoxJew a:hover {
	color: #481F31;
}
.title2 {
	color: #803955;
	font-weight: bold;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333;
	text-align: center;
	padding-top: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #333;
	text-decoration: none;
}
