html {
	background:url(../images/bg_html.gif) repeat-x #eaf4f6;
	padding:0;margin:0;
}
body {
	background:url(../images/bg_body.gif) top center no-repeat;
	padding:0;margin:0;
}
#wrapper {
	width:952px;
	margin:0 auto;
}
#frameTop {
	width:952px;height:22px;
	background:url(../images/frame_top.png) no-repeat;
	padding:0;margin:0;
}
#frameMid {
	width:908px;
	padding:0px 22px 0px 22px;
	background:url(../images/frame_mid.png) repeat-y;
}
#frameBottom {
	width:952px;height:22px;
	background:url(../images/frame_bottom.png) no-repeat;
}
#backTop {
	width:908px;
	background:url(../images/bg_content_top.jpg) right top no-repeat;
}
#backBottom {
	width:908px;
	background:url(../images/bg_content_bottom.jpg) left bottom no-repeat;
}
#logo {
	padding:30px 0 0 0;
}
#logo a {
	display:block;
	width:454px;height:49px;
	padding:0;margin:0;
	text-decoration: none;
	text-indent:-999em;
	background:url(../images/logo_pebble.gif) no-repeat left top;
}
#navi {
	display:block;
	width:750px;height:44px;
	background:#eaee3a;
}
#navi ul {
	list-style:none;
	padding:0;margin:0 0 0 20px;
}
#navi ul li {
	float:left;display:inline;
	padding:13px 10px 15px 10px;
}	
#navi ul li a {
	font:15px Myriad Pro,Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#navi ul li a:hover {
	color:#727414;
}
#navi ul li a.selected {
	color:#727414;
}
#navi ul li a.selected:hover {
	color:#727414;
}

#content {
	width:500px;
	padding:25px 0 0 30px;margin:0 0 200px 0;
	font:14px Myriad Pro,Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	line-height:24px;
	color:#333333;
}
#footer {
	display:block;
	text-align:right;
	padding: 15px 20px 0  0;
	width:430px;height:29px;
	font:13px Myriad Pro,Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	margin:0 0 0 458px;	
	background:#eaee3a;
}
.imageHolder {
	float:left;display:inline;
	padding:0;margin:0 25px 25px 0;
	background:#ffffff;
}
.imageHolder.last {
	padding:0;margin:0;
}
.imageHolder  a {
	display:block;
	width:150px;height:211px;
}

.tweet {
	width:240px;
	padding:10px;margin:10px 0 10px 0;
	line-height:18px;
	font-size:13px;
	background:#f0f0f0;
}
.tweet a {
	text-decoration:none;
	font-weight:bold;
}

