@font-face {
	font-family: BlackadderITC;
	font-weight: normal;
	src: url('/inc/fonts/ITCBLKAD.TTF');
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #7a0404;
	width: 100%;
	height: 100%;
}
			
body, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 11pt;
	line-height: 22px;
}
			
p {
	padding: 0px;
	margin: 0 0 20px 0;
}
			
a {
	text-decoration:none;
	color: #4f4f4f;
}
			
a:hover {
	color: #7a0404;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 30px;
}

ul li {
	color: #7a0404;
	font-size: 12pt;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: BlackadderITC, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7a0404;
	margin-bottom: 20px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 18pt;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-image:url(../img/circle-red.png);
	list-style-position: inside;
	margin-bottom: 20px;
}

div#site {
	position: relative;
	
}

div#header {
	width: 690px;
	height: 130px;
	margin-left: 27px;
	background: #ffffff;
}

div#header img {
	display: block;
	padding: 7px 20px 20px 20px;
}

div#body {
	width: 690px;
	min-height: 400px;
	margin-left: 27px;
	margin-top: 1px;
	background: #ffffff;
}

div#footer {
	text-align: right;
	background: #ffffff;
	width: 670px;
	margin-left: 27px;
	margin-top: 1px;
	padding: 10px;
}

div#bottom {
	width: 690px;
	height: 150px;
	margin-left: 27px;
	margin-top: 1px;
	background: #ffffff;
}

/**
 * Notes
 */
div.note {
	
}

div.note-head {
	background: transparent url(../img/note-head.png) no-repeat;
	width: 900px;
	height: 97px;
	position: absolute;
	top: 60px;
	left: 0px;
}

div.note-foot {
	background: transparent url(../img/note-foot.png) no-repeat;
	width: 900px;
	height: 93px;
	position: absolute;
	bottom: 20px;
	left: 0px;
}

div.navigation {
	width: 700px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 130px;
	z-index: 999;
}

div.navigation a {
	font-family: BlackadderITC, Times New Roman, serif;
	font-size: 16pt;
	color: #7a0404;
	margin-left: 10px;
}

div.gallery {
	text-align: center;
	margin-bottom: 20px;
}


.red {
	color: #7a0404;
}

.grey {
	color: #4f4f4f;
}