/*stylesheet for kilkellyclan.com/ccv pages
 By A.K. 2011 */
/* Update December 2012
 New color swatch, liquid design amendments to divs to fit on tablets.

color swatch 
Primary Color:			
Greygreen)3A5950	2E3C38	(dark green)0B3026	6D988C	(background)75988E

Complementary Color:				
(sidebars)886958	5C4E46	(brown)4A2511	(beige)B59482	B59A8B

 */
body 		{
		background-color: #75988E;
		background-image: url("umbagog_eve2010.jpg");
		background-repeat: no-repeat;
		background-position: top center;
			}
h1			{
		background-color: #0B3026;
		font-family: Mistral,"Lucidia Handwriting", sans-serif;
		color:#FFFFFF;
		text-align: center;
		margin-left:15%;
		width: 70.5%;
			}
h2, h3		{
		font-family: Mistral, "Lucidia Handwriting", sans-serif;
		font-size: 25pt;
		color:#FFFFFF;
		text-align: center;
			}
#wrapper	{ 
			position: absolute;
			width:72%;
			margin-left: 13.5%;
			/*background-color:#CCCCCC;*/
     		color: #FFFFFF;
			} 
#leftcolumn {
	 	float: left;
		margin-left: 20px;
		margin-top: 33px;
		width:120px;
		height: 420px;
		background-color: #ffffcc;
		color: #333333;
			} 
#rightcolumn { 
		float: right;
		margin-right:15px;
		margin-top: -38px;
		padding: 2px;
        	background-color: #ffffcc;
		width: 119px;
		height: 415px;
        	color: #333333;
			} 

.navBar		{ 		
		margin: 5px;
		display:block;
		color: #333333;
			}
.section1	{		
		color: #FFCCFF;
		font-family: Broadway, sans-serif;
		font-size: 22;
			}	
#floatleft 	{
		clear: left;
		color: #333333;
		margin-top: 2em;		
			}
.panel 		{
	border: 1px solid black;
	color: yellow;
	font-weight: bold;
	font-size: 200%;
	height: 90px;
	padding-top:490px;
	padding-left: 50px;
	text-align: center;
			}
#footer {
		clear:left;
		color: #CCCC00;
		font-size: 10pt
		}