body{
	background-color: #FFFFFF;
	margin: 0px;	
}

/* the left column */
.nav{
	width: 140px;
	background-image: url('../images/design/left_bg.gif');
	background-repeat: repeat-y;
}
.nav .btn{
	margin-bottom: 11px;
}

/* the main content */
.content{
	width: 590px;
	background-color: #FFFFFF;
}
.content .text{
	margin: 20px;
}

/* the right column */
.rightcol{
	width: 185px;
	float: right;
	margin-right: 5px;
}
.rightcol .rightcontent{
	width: 165px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 70px;
	background-color: #3A56B1;
	background-image: url('../images/design/right_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.rightcol .rightcontent .caption{
	width: 165px;
	height: 150px;
	font-size: 8pt;
	line-height: 10pt;
	color: #FFFFFF;
	text-align: center;
}
.rightcol .rightcontent .caption a{
	color: #FFFFFF;	
}
