/*
CSS for Kristin Kaineg
*/


body {
	font-size: 70%;
	text-align: center;
	margin: 0; 
	padding: 0;
	background: #B1C0C9;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#container {
	float: left;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: #fff url(bkgrd.jpg);

}

#masthead {
	margin-left: 40px;
	height: 100px;
}


#content {
	width: 800px;
	height:1800px;
	margin: 0px;
	background: #fff url(bkgrd.jpg) no-repeat;
}



#c1 {
	float: left;
	width: 555px;
	height: 1800px;
	padding: 15px;

}

#c1 h1 {
	font-family: georgia, times, serif;
	font-style: italic;
	padding-right: 10px;
	font-size: 110%;
	line-height: 115%;
	color: #51778C;
	
}


#c1 p {
	font-family: "droid-serif-1","droid-serif-2", verdana, sans-serif;
	font-size: 115%;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 160%;
	color: #666;
}

.big {
	font-family: georgia, times, serif;
	font-size: 125%;
	color: #E7685D;
	letter-spacing: .05em;
	font-style: italic;
}

#c2 {
	float: left;
	width: 215px;
	height:1800px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#c2 h1 {
	font-family: georgia, times, serif;
	padding-right: 10px;
	font-size: 170%;
	color: #E7685D;
	
}


#c2 p {
	font-family: "droid-serif-1","droid-serif-2", verdana, sans-serif;
	padding-right: 15px;
	font-size: 115%;
	padding-left: 10px;
	line-height: 130%;
}


a:link {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-weight:bold;
	color: #333;
	text-decoration: none;
}

a:hover {
	color:#E7685D;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	text-decoration: none;
	
}


a:visited {
	color: #54531F;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-weight:bold;
	text-decoration: none;
}

#bottom {
	float: left;
}


.contact {
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #993333;
	font-weight: bold;
	font-style: italic;
}


.rule {
	border-bottom: 1px dashed silver; 
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer {
	width: 100%;
	float: left;
}

#footer p {
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #333;
	margin-left: 72px;
}	
