@charset "UTF-8";

#nav {
	background-image:url(../images/sidebar_top.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#content{
	background-image:url(../images/sidebar_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#left_column {
	width:653px;
	float:left;
}

#right_column {
	float:right;
	width:275px;
	margin-right:20px;
}

#right_column a{
	text-decoration:none;
	color:#A12B2F;
}

#nav2{
	background-image:url(../images/sidebar_bottom.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#footer{
	clear:both;
}
