body {
	margin:0;
	padding:0;
	text-align:center;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a:link, a:visited, a:active {
	color:#acce36;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:904px;
	margin:auto;
	background-image:url(images/dots.gif);
	background-repeat:repeat-y;
	background-position:520px 200px;
	margin-bottom:20px;
	
}

#entry-wrapper {
	width:904px;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
	font-size:12px;
	line-height:18px;
}

#trackbacks {
	margin-top:0;
}	

#entry {
	padding:0 80px 0 80px;
	
}

#bottom {
	background-color:#f7f7ed;
	padding:10px;
}

#header {
	height:148px;
	background-image:url(images/header.bg.gif);
	background-repeat:no-repeat;
}

#footer {
	height:40px;
	background-color:#edebd5;
	border-top:1px solid #bfbeac;
	clear:both;
	width:904px;
	margin:auto;
}

#search {
	float:right;
	text-align:left;
	margin:10px 10px 0 0;
}

#leftcol {
	width:490px;
	font-size:12px;
	line-height:18px;
	padding:0 10px 0 10px;
	float:left;
	text-align:left;
}



#rightcol {
	width:364px;
	text-align:left;
	float:right;
	
	padding-top:40px;
	padding:0 10px 0 10px;
}

.orange {
	color:#ffd05f;
}

.posted {
	font:10px Arial, Helvetica, sans-serif;
}

.posted a:link, .posted a:visited, .posted a:active {
	color:#f37321;
	text-decoration:none;
}


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

.hr {
	height:1px;
	border-bottom:1px dotted #ccc;
	padding-top:10px;
}

.listTitle {
	background-image:url(images/bubble.bg.gif);background-repeat:repeat-x;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#acce36;
}

.list {
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.list li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.list li a {
	/*color:#acce36;*/
	color:#666;
	text-decoration:none;
}

.list li a:hover {
	text-decoration:underline;
}

.floatright { float: right; padding: 5px; }

h3 {
	font-size:16px;
	/*<!--border-bottom:1px solid #f2f1e2;
	padding-bottom:5px;-->*/
}