/* CSS Document */
body {background-color:#E2C1DC;
		background-image:url(images/bg3.jpg);
		background-repeat:repeat-x;
		color:#31102B;
		font-family: Verdana, Tahoma, Geneva, sans-serif;
		font-size:12px;
		margin:0px;
}

#spirit {	background-color:#92718C;
		text-align: left;
		width: 638px;
		margin-left:auto;
		margin-right: auto;
		border-right: 1px solid #F9D8F3;
		border-left: 1px solid #F9D8F3;
}

#header {		background-image:url(images/kalas.png);
			background-repeat:no-repeat;
			height:377px;
			width:638px;
			
			
}

#content {width: 620px;  
		padding-left: 5px;
		padding-right: 5px;
		text-align: overflow;
		
		
}

strong, u {color:#1F001A;
}

em {color:#361530;
}

p {text-indent:20px;
}

p.bttn {text-align:center;
}

a, a:link, a:active, a:visited {text-decoration:none; 
	color: #FEDDF8;
}

a:hover, a:focus {text-decoration:line-through; 
		color: #6F4E69;
		background-color: #FFE8FB;
}

h1 { color:#44233E;
	font-family: Of Wildflowers and Wings;
	text-align:center;
	font-size: 30px;
	line-height: 10px;

}

h3 {color:#44233E;
	font-family: Of Wildflowers and Wings;
	text-align:left;
	font-size:24px;
	line-height:15px;
}

@font-face { font-family: "Of Wildflowers and Wings"; src: url('fonts/Of Wildflowers and Wings.ttf'); }

table { 
	width: 90%;
	margin: auto;
	color: #000000;
	background-color: #78C7D1;
	
	

}

td { padding:1px;


	
}


#footer { 	
		color: #3C1B36;	
		font-size: .90em;
		font-style: italic;
		text-align: center;
		
		

		
}

.clearfloat { clear: both;
	}

/*for the form*/
		p.error, p.success {
			font-weight: bold;
			padding: 10px;
			border: 1px solid;
		}
		p.error {
			background: #ffc0c0;
			color: #900;
		}
		p.success {
			background: #b3ff69;
			color: #4fa000;
		}


blockquote { background-image:url(images/bg3.jpg);
		
		color: #F7D6F1;
		border-right: 5px solid #F9D8F3;
		border-left: 5px solid #F9D8F3;
		padding: 5px;
		width: 70%;
		margin-right: auto;
		margin-left: auto;


}