/*---------------------------HEADINGS----------------------------*/
p{
	font-size: 12px;
	color: #ccb378;
	line-height: 18px;
	margin: 0 0 18px;
}

#site-info p{
	font-size: 10px;
	color: #ccb378;
	line-height: 12px;
	margin: 0 0 18px;
}

p+h2{
	margin: 78px 0 36px;
}

p+h3{
	margin: 36px 0 9px;
}
	
h1 {
	position: absolute;
	top: 16px;
	left: 265px;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	padding: 0;
	text-align: left;
}

h2 {
	font-size: 3.6em;
	color: #76492a;
	margin: 0 0 36px 0;
	text-transform: uppercase;
}
	
h3 {
	font-size: 1.8em;
	margin: 0 0 9px 0;
	text-transform: uppercase;
	color: #ffffff;
}
	
h4 {
	font-size: 1.2em;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #000000;
}
	
h5 {
	font-size: 1em;
	font-weight: normal;
}
	
h6 {
	font-size: 0.9em;
	font-weight: normal;
}
/*-----------------------------------END HEADINGS-----------------------------------*/


/*--------------------------------------LINK----------------------------------------*/
a{
	color:#f6eddc;
	font-size:10px;
}

a:hover{
	color:#ffffff;
	font-size:10px;
	text-decoration: none;
}

#knapp a{
	font-weight: bold;
	color:#f6eddc;
	font-size:10px;
	text-decoration: none;
	text-transform: uppercase;
}

#knapp a:hover{
	color:#ffffff;
	font-size:10px;
}
/*-----------------------------------END LINK---------------------------------------*/
