/*  majellaburn.org.uk      */
/*  Main style sheet        */
/*  Author: Andy Burn       */
/*  andy@aburn.org.uk       */

.preview {
	width: 320px;
	height: 320px;
}

.prevCaption {
	text-align: center;
	padding: 5px;
	font-size: 14pt;
	font-weight: 600;
	color: #666;
}

body {
	font-family: comic sans ms, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 16pt;
 	background-color: #eee;
	background-image: url(/imgs/backgrounds/lilac.gif);
}

div {
	border-style: solid;
	border-color: #0F80B0;
	border-width: 0px;
	text-align: left;
}

a {
	border-width: 0px 0px 1px 0px;
	font-weight: 600;
	text-decoration: none;
}	

a:link {
	color: #09c;
	margin: 0px;
	padding: 0px;
}

a:active, a:visited {
	color: #069;
}

a:hover {
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	border-style: dashed;
}

.page_main {
	position: absolute;
	top: 60px;
	left: 175px;
	width: 428px;
	border-width: 1px;
	padding-top: 10px;
	background-color: #fff;
	background-image: url(/imgs/backgrounds/sky.gif);
}

h2 {
	color: #036;
	margin: 0px;
	font-size: 10pt;
	font-weight: 600;
	padding: 0px;
}

img {
	border: 0px;
}

.hide {
	display: none;
}

.intro {
	padding: 10px;
	margin: 10px 10px 20px 10px;
	border-width: 1px;
	background-color: #F8F6F7;
	line-height: 16pt;
	text-align: justify;
	background-image: url(/imgs/backgrounds/murky.gif);
}

.item {
	background-color: #F8F6F7;
        margin: 0px 60px 20px 30px;
	border-width: 1px;
        border-style: solid;
	padding: 5px;
        text-align: justify;
	background-image: url(/imgs/backgrounds/petal.gif);
}

.emph { 
        font-style: oblique;
}

.titlebox {
	margin: 0px 10px;
	padding: 5px;
	border-width: 1px;
	background-color: white;
	background-image: url(/imgs/backgrounds/murky.gif);
}

.titlebox p {
	text-align: center;
	background-color: antiquewhite;
	border: 1px solid blue;
	margin: 5px;
}

.txt {
	padding: 5px;
	margin: 0px;
}

.main_pic {
	width: 100%;
}

.footnote {
	text-align: center;
	margin-bottom: 10px;
}
