* {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3em;
    background: #EEE;   
}

a, a:visited {
	color: #444;
}
a:hover {
	text-decoration: none;
}

p {
	margin:					5px 0 10px;
}

div.center_box {
    width: 730px;
    margin: 0 auto;   
    position: relative;
}

div.header {
	background:				#FFF url('design/contentbox_bottom.gif') no-repeat bottom left;
	margin:					0 0 20px 0;
	height:					84px;
}

div.header h1 {
	margin:					0;
	width:					356px;
	height:					84px;
	text-indent:			-10000px;
	background:				url('design/header.png?v=2') no-repeat;
	float:					left;
}
div.header h1 a {
	font-family:			inherit;
	width:					243px;
	height:					64px;
	display:				block;
}

p.shalom {
	margin:					0 15px;
	padding-top:			15px;
	font-size:				x-large;
	font-weight:			bold;
	direction:				rtl;
	color:					#BBB;
}
p.shalom abbr {
	border:					0;
}
ul.navigation {
	list-style-type:		none;
	margin:					0 0 0 270px;
	padding:				17px 0 0;
	height:					20px;
}
ul.navigation li {
	display:				block;
	margin:					0 15px 0 0;
	float:					right;
}
ul.navigation a,
ul.navigation a:visited {
	font-weight:			bold;
	font-size:				15px;
	color:					#000;
}
ul.navigation a.active {
	color:					#900;
	text-decoration:		none;
}
ul.navigation li.feed {
	margin:					0 20px 0 0;
	display:				block;
	float:					right;
	display:				none;
}
ul.navigation li.feed a {
	text-indent:			0;
	background:				none;
	height:					24px;
}

div.content_box {
	background:				#FFF url('design/contentbox_top.gif') top left no-repeat;
	margin-bottom:			20px;
}
div.content_box div.content_box {
	background:				url('design/contentbox_bottom.gif') bottom left no-repeat;
	padding:				0 0 0 15px;
	margin:					0;
}
div.content_box div.content_box div.content_box {
	padding:				15px 0 0 0;
	background:				url('design/contentbox_top.gif') top right no-repeat;
}
div.content_box div.content_box div.content_box div.content_box {
	background:				url('design/contentbox_bottom.gif') bottom right no-repeat;
	padding:				0 15px 15px 0;
}

div#main_container {
    width: 529px;
    float: left;
}

#activity_list li {
	margin: 0;
}
#activity_list .site_info {
	margin: 0 0 10px 0;
	padding-left: 20px;
}
#activity_list .site_info a,
#activity_list .site_info a:visited {
	color: #900;
	font-weight: bold;
}

#activity_list h2 {
	margin: 10px 0;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: -1px;
}
#activity_list h2,
#activity_list h2 a,
#activity_list h2 a:visited {
	color: #900;
}
#activity_list .twitter_com h2 {
	font-size: 1em;
	margin: 0;
	font-weight: normal;
	color: #333;
	letter-spacing: 0px;
}

#activity_list p.image {
	float: right;
}
#activity_list p.image img {
	margin: 0 0 5px 5px;
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}

#activity_list hr {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	margin: 10px -15px;
}

#activity_list .item_tag_list {
	margin: 0;
}


div#sidebar_container {
    width: 180px;
    float: right;
    margin-left: 20px;
}
div#sidebar_container h3 {
	margin: 20px 0 5px;
}
