body, div, ul, li, img, h1, h2, span, p , a{
	margin: 0px;
	padding: 0px;
	border: none;
}
#container0 {
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1030px;
	margin: 0 auto;
}
#container {
	background-image: url(images/right_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
}
#content {
	width: 998px;
	background-color: #FFCC99;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
background-image:url("images/header4.jpg");
background-position:center bottom;
background-repeat:no-repeat;
height:223px;
position:relative;
text-align:center;
width:100%;
}
.bookmark {
	background-image: url(images/bookmark.png);
	display: block;
	height: 28px;
	width: 230px;
    position: absolute;
	left: 395px;
	top: 192px;
}


#wrapper {
	width: auto;
	min-height: 500px;
	padding: 40px 10px 20px;
}
.block {
	margin: 0px auto;
	width: 950px;
	padding-bottom: 30px;
}


.block_top {
	height: 64px;
	width: 950px;
	background-image: url(images/block_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.block_main {
	background-image: url(images/block_bg.jpg);
	background-repeat: repeat-y;
	width: auto;
	text-align: center;
	color: #B84533;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.block_main a{
	color: #600;
	text-decoration: underline;
}
.block_main a:hover{
	color: #603;
	text-decoration: none;
}
.block_main img {
border:1px solid #661C0F;
margin:2px 0;
}
.block_main ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 10px;
}
.block_main ul li {
	color: #330000;
	white-space: nowrap;
	font-size: 15px;
	width: 180px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.block_main ul li a {
	color: #4B2B0E;
	font-weight: bold;
	text-decoration: none;
}
.block_main ul li a:hover {
	color: #C43508;
	font-weight: bold;
	text-decoration: none;
}
.block_bottom {
	background-image: url(images/block_bottom.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 100%;
}

.todays {
	background-image: url(images/todays.jpg);
	background-repeat: no-repeat;
}
.lastweek {
	background-image: url(images/lastweek.jpg);
	background-repeat: no-repeat;
}
.archive {
	background-image: url(images/archive.jpg);
	background-repeat: no-repeat;
}
.friends {
	background-image: url(images/friends.jpg);
	background-repeat: no-repeat;
}



#footer {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin: 0 auto;
	width: 1030px;
}
.clear {
	clear: both;
}
img, div { behavior: url(js/iepngfix.htc) }
