/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

#column_wrapper {
	/*background-image: url(img/clm01_middle.gif);*/
	background-image: url(../images/wrapper_r2_c1.jpg);
	background-repeat: repeat-y;
}
#left {
	width: 568px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CA0319;
}
#right {
	width: 266px;
	float: left;
}
#left .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 24px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 39px;
}
#right .content {
	font-size: .75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
