/* 
  ------------------------------------------------
  RapidMap Inc Framework CSS
 
 Copyright digital evolution 2007
 
 2col fixed width: 900px
  ------------------------------------------------
*/
#column_wrapper_2col {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 50px;
}

/* Main Columns */

#left {
	width: 620px;
	float: left;
}
#right {
	width: 280px;
	float: left;
}

/* Main Content */
#left #maincontent {
	padding: 30px 16px 24px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}





/* Side Content */
#right #sidecontent {
	padding: 30px 0 24px 16px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#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;
}

#templateheader h1 {
	font-size: 1.3em;
	color: white;
	width: 820px;
	background-image: url(../imgs/misc/bg_h1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	padding: 10px 50px 40px 30px;
	margin: 0;
	line-height: 1.3em;
	font-weight: normal;
}




