html {
	overflow-y: scroll;
}
@charset "utf-8";
body {
	background: #260404;
}

#navig {
	width : 700px;
	margin: 0 auto; 
	text-align: center;
    border : 0px solid lime;
	padding : 0px;
	position: relative;
}
p {
	margin: 0.6em 0.3em 0.3em;
	font: bold .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #CDBA6D;
}
h4 {
	font: 1.4em/3em Georgia, "Times New Roman", Times, serif;
	color: #FFffff;
}
.dropcap {
	float:left;
	color:#CDBA6D;
	font-size:42px;
	line-height:28px;
	font-family: Times, serif, Georgia;
	padding-top: 1px;
	padding-right: 2px;
} 
h5 {
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
h3 {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

