/*
===================================
	
	css author	:	chris lind
	began on	:	2/19/09
	
	light purple:	#7788aa
	medium blue	:	#2a466e
	turquoise	:	#00aeef	
	
	specific to index.html
	
===================================
*/



/* ---------- INDEX ---------- */
#leftcontent {
	margin:0;
	padding:20px 30px 0 25px;
	width:483px;
	height:368px;
	float:left;
	border:1px solid #bfbfbf;
	border-right:7px solid #7788aa;
}

#rightcontent {
	margin:0 0 0 10px;
	padding:20px 10px 0 15px;
	width:371px;
	height:368px;
	float:left;
	border:1px solid #bfbfbf;
	border-right:7px solid #7788aa;
	background-image:url(../images/caliber_cross.gif);
	background-position:50px 80px;
	background-repeat:no-repeat;
}

#leftcontent h2 {
	margin:0;
	padding:0;
	font-size:1.6em;
	color:#005dab;
	text-transform:uppercase;
}

#leftcontent p {
	margin:10px 0 0 0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	line-height:2em;
}
	
#rightcontent h2 {
	margin:0;
	padding:0;
	font-size:1.6em;
	color:#005dab;
}

#rightcontent #featured {
	margin:50px auto;
	padding:0;
	width:320px;
	height:170px;
}

#rightcontent .corner {
	margin:0;
	padding:5px;
	width:150px;
	height:100px;
	float:left;
	text-align:center;
}
	
#rightcontent .corner img {
	margin:0;
	padding:0;
	border:none;
}

	