/*** slide_show style ***/
#photoholder {
	background: #fff;
	position: relative;
	height: 220px;
	overflow: hidden;
	width: 395px;
	margin-top: 20px;
	margin-bottom: 30px;
}
/*** /slide_show style ***/

body {
	text-align: center;
	font-family: "Gills Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #632517;
	background-color: #aba779;
}

a {
	font-family: "Gills Sans", Verdana, sans-serif;
	color: #ba5132;
}

.box {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #c5c391;
	width: 680px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 380px;
}

.box_bottom {
	background-image: url("../ui/box/home_box_bottom.gif");
	background-repeat: no-repeat;
	width: 100%;
	height: 61px;
}

.box_back {
	background-image: url("../ui/box_middle.gif");
	background-repeat: repeat-y;
}

.content_main {
	float: right;
	margin-right: 30px;
	width: 410px;
	overflow: hidden;
	text-align: left;
	/*** ie hack ***/
	_margin-right: 20px;
}

.content_side {
    background-image: url("../ui/box/content_side_bg.gif");
	background-repeat: repeat-y;
	float: left;
	margin-left: 0px;
	width: 200px;
	overflow: hidden;
	text-align: right;
}

#halakhouri_link {
	position: absolute;
	top: 55px;
	/*** ie hack ***/
	_margin-left: -340px;
}

#halakhouri_link img {
	width: 212px;
	height: 45px;
}

.clear {
background-image:url("../ui/box/content_bg_long.gif");
	clear: both;
	height: 1px;
}

.italic {
	font-style: italic;
}

p a:hover {
	text-decoration: none;
}

.side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
}

.side_menu li {
	margin: 0 0 5px 0;
}

.side_menu a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ba5132;
}

.side_menu a:hover {
	text-decoration: underline;
}

.side_menu .here a {
	color: #7b5f84;
}

.adminContent {
	width: 625px;
	margin: 0 auto;
	text-align: left;
	}

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 15pt;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 12pt;
}

h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12pt;
}

#home .box {
	background-image: url("../ui/headers/header_home.jpg");
	padding-top: 360px;
}

#home .content_main {
	width: 435px;
	margin-right: 15px;
	padding-top: 70px;
}


