body{
	background-color: #d8d4f9; 
	background-image: url(../images/blog/top_gradient.jpg); background-repeat:repeat-x
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border:0;
	width: 780px;
}

#header {
	margin: 0 0 10px 0;

}

#left {
	margin: 0px;
	float: left;
	width: 160px;

}

#right { 
	margin: 0;
	float: left;
	width: 600px;
	height: 1% /* hack for Peekaboo Bug */	
}

#footer {
	margin: 10px 7px;
	clear: both;
	width: 748px;
	padding: 6px;
}
/* background images for box */
.rbroundbox { background: url(../blog/images/nt.gif) repeat; }
.rbtop div { background: url(../blog/images/tl.gif) no-repeat top left; }
.rbtop { background: url(../blog/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../blog/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../blog/images/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { 
	margin: 6px 6px; 
	text-align:center;	
}
.rbroundbox { width: 80%; margin: .5em auto; }

/* background images for box 2*/
.rbroundboxw { background: url(../blog/images/ntw.gif) repeat; }
.rbtopw div { background: url(../blog/images/tlw.gif) no-repeat top left; }
.rbtopw { background: url(../blog/images/trw.gif) no-repeat top right; }
.rbbotw div { background: url(../blog/images/blw.gif) no-repeat bottom left; }
.rbbotw { background: url(../blog/images/brw.gif) no-repeat bottom right; }
.rbtopw div, .rbtopw, .rbbotw div, .rbbotw {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontentw {
	margin: 10px;
	text-align:center;
}
.rbcontentw div{ 
	margin: 0px; 
	text-align:left;	
}
.rbroundboxw { width: 100%; margin: .5em auto; }

.blog_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.blog_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.basic_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.blog_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-indent:20px;
}
.basic_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-indent:20px;
}
.blog_topic_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.blog_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
