* {
	font-family:"trebuchet MS", arial, sans-serif;
}

.alignright {
	float:right;
	border:1px solid #999;
	background:#fff;
	padding:6px;
	margin:0px 5px;
	text-align:center;
}

.alignleft {
	float:left;
	border:1px solid #999;
	background:#fff;
	padding:6px;
	margin:0px 5px;
	text-align:center;
}

body {
	margin:0;
	padding:0;
	background:url(images/bg.png) fixed;
}

#header {
	margin:0 auto;
	padding:33px 0;
	width:100%;
	background:url(images/header.png) top center no-repeat;

}

#wrap {
	width:880px;
	margin:0 auto;
}

#searchbox {
	margin:56px 0 53px 378px;
	height:49px;
	width:250px;
	padding:8px 12px;
}

	#searchbox p.top {
		margin:0;
		padding:0;
		height:24px;
	}
	
	#searchbox p.bottom {
		margin:0;
		padding:0;
	}
	
	#searchbox form {
		font:12pt bold "trebuchet MS", arial, sans-serif;
		margin:0;
		padding:0;
		float:left;
		vertical-align:middle;
	}
	
		#searchbox .box {
			width:120px;
			height:17px;
			font:9pt "trebuchet MS", arial, sans-serif;
			vertical-align:middle;
		}

#nav {
	margin:0; /* ok */
	padding:8px 40px 8px 40px;
}

	#nav ul {
		list-style:none;  /* ok */
		margin:1px;
		padding:0;  /* ok */
		height:32px;
	}
	#nav li {
		display:inline;
	}
	#nav li a {
		font-family:"Arial Black", Arial, Helvetica, sans-serif;
		color:green;
		text-decoration:none;
		font-size:18px;
		margin:0 1em 0 0;
	}

#right {
	float:right;
	width:275px;
	margin:-2px 0 0 0;
	background:url(images/navRight.png) no-repeat;
	padding:30px 0 0 0;
}

.ie #right {
	padding:52px 0 0 0;
}
	
	#right h2 {
		color:#FF6600;
		font-size:14pt;
		border-bottom:2px dotted #FFcc00;
		width:250px;
		margin:20px 2px 0 20px;
		padding:0;
		font-family:"trebuchet MS", arial, sans-serif;
		line-height:14pt;
		font-weight:normal;
	}
	
	.ie6 #right h2 {
		margin:20px 2px 0 0;
	}

	#right li {
		list-style:none;
		margin-top:9px;
		width:200px;
	}

		#right li a {
			font-family:"trebuchet MS", arial, sans-serif;
			color:#009999;
			font-size:14px;
		}

#content {
	float:left;
	width:605px;
	font-family:"trebuchet MS", arial, sans-serif;
}

#bodywrap {
	background:url(images/body.png) 0px 264px repeat-y;
	margin:0 auto;
}

	.content {
		padding:10px 40px;
		font-size:11pt;
	}
	
	#comments {
		font-size:11pt;
		border:4px dotted #BCD35B;
		background:#E9F379;
		margin:10px 40px;
		padding:12px;
	}

#footer {
	background:url(images/bgBottom.png) no-repeat;
	width:880px;
	margin:0 auto;
	padding:0;
	height:121px;
	font-size:10px;
	text-align:right;
}

	#footer a {
		color:#003366;
	}
	
	#footer .l, #footer .r {
		margin:0;
		padding:15px;
		height:91px;
		display:block;
	}
	
		#footer .l {
			width:575px;
			float:left;
			text-align:left;
		}
		
			#footer .l li {
				list-style:none;
				display:inline;
				margin-right:2em;
			}
			
				#footer .l li a {
					font-size:11pt;
				}
		
		#footer .r {
			width:245px;
			float:right;
		}

.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	clear:both;
}

h1, h1 a {
	font-size:16pt;
	color:#FF6600;
	margin:1em 0 0 0;
	padding:0;
	font-weight:bold;
	line-height:10pt;
}

	h1 .date {
		font-size:10pt;
		color:#FF9900;
	}
	
	h1 .info {
		font-size:8pt;
		color:#666;
	}
	
 .ie6 #footer,
 .ie6 #searchbox input,
 .ie6 .post-date img,
 .ie6 .post-cat img,
 .ie6 .post-comments img,
 .ie6 .post-tags img { behavior: url(/blog/wp-content/themes/rbr/iepngfix.htc) }

 .post-date, .post-cat {
	font-size:11px;
	float:left;
	padding-top:9px;
 }

 a {
	color:#009999;
 }