div#main {
	margin-right: 10px;
	float: right;
	position:fixed;
	width: 700px;
}

#sidebar {
  width: 150px;
  float: left;
}

/* Start White Content */
.content {
	background-image: url(../images/c_br.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 700px;
	float:right;
}

.c_header {
	background-image: url(../images/c_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.c_title {
/*	background-image: url(../images/c_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.c_title h1{
	font-weight : bold;
	color : #FF9900;
	border-bottom : 1px dotted #5B5B5B;
	margin: 0px;
	padding-bottom : 4px;
	font-size: 26px;
}

.c_content h4{

	font-weight : bold;
	color : #3E4CFF;
	padding-left: 19px;
	font-size: 18px;
	background: url(../images/arrow.gif) left 2px no-repeat;
}


.c_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

.c_footer {
	border-left: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px;
}

.clsSplitter {
	clear: both;
}

/* Hide for IE Mac \*/
* html .c_content {height: 1%;}
/* End Hide */



.related {
	background-image:  url(../images/sb_br.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	width: 560px;
}

.re_header {
	background-image:  url(../images/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.re_title {
	background-image:  url(../images/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.re_content {
	/* border: 1px dotted #FF0000; */
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}


/* Hide for IE Mac \*/
* html .re_content {height: 1%;}
/* End Hide */

/* End Blue Content */

