/* 
  ------------------------------------------------------------------------------------------

cc_2colcssp.css

©2005-2010 web design by Marotte Design LLC
www.marottedesign.com

updated: 100708


  ------------------------------------------------------------------------------------------
*/


/* --------------THESE ELEMENTS ARE ARE COMMON TO 2 COLUMN PAGES ------------------------ */
/* -----------------------------  COLUMN STYLES  ---------------------------------------- */

#c1 {
	float: right;
	width: 180px;
	margin: 0 6px 0 0;
	}
	
#c2 {
	float: right;
	width: 614px;
	}


.c1-text a:link, .c2-text a:link {
	color: #330033;
}
.c1-text a:visited, .c2-text a:visited {
	color: #BC93BD;
}
.c1-text a:hover, .c1-text a:active, .c1-text a:focus,
.c2-text a:hover, .c2-text a:active, .c2-text a:focus {
	color: #660066;
}
