/* resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/* common styling */
body {
	margin:0;
	padding:0;
	background:#E2E2E2;
	background-image:url("images/bgrepeat.jpg");
	background-repeat:repeat-x;
	}
a:link	{
	color:#006633;
	text-decoration:none;
}
a:visited {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#006633;
	text-decoration:underline;
}
a:active {
	color:#006633;
	text-decoration:none;
}
img {
	border:1px solid #000;
}
img.left {
	float:left;
	margin: 0px 10px 0px 0px;
}
img.leftn {
	float:left;
	margin: 0px 10px 0px 0px;
	border: 0px;
}
img.right{
	float:right;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-family: calibri, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}
h3 {
	font-family: calibri, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
}
h4 {
	font-family: calibri, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

/* section styling */

.wrap {
	width:700px;
	margin:0 auto;
	}
.header {
   	margin:5px 0px 0px 0px;
	width: 698px;
	}
.menu 	{
	font-family: calibri, verdana, arial, sans-serif; 
	font-weight: normal;
	width:700px; 
	padding: 0px 0px 0px 4px;
	margin:10px 0px 0px 0px;
	position:relative;
	clear: both;
	float:none;
	z-index:100;
		}
.main {
	font-family: calibri, verdana, arial, sans-serif; 
	font-size: 12pt;
	font-weight: normal;
	width:678px;
	padding:10px;
	margin:30px 0px 15px 0px;
	text-align:justify;
	}
.footer {
	width:678px;
	margin:0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #000;
	background: #c0c0c0;
	clear:both;
	font-family: calibri, verdana, arial, sans-serif; 
	font-size:13px; 
	}
.centre {
    width: 100%;
    float: left;
	margin: 0px 0px 20px 0px;
	}
.right {
	width: 280px;
	float: right;
	}

/* tumblr styles */
.posts ol {
	width:678px;
	}
	
/* menu styles */
.menu ul 	{
	padding: 0px; 
	margin:0; 
	border:0;
	list-style: none;
		}
.menu ul li {
	padding-right:6px; 
	float:left; 
	position:relative;
	border:0;
		}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	border:0px solid #000000; 
	color:#000000;
	width:108px;
	text-align:center; 
	vertical-align: text-bottom;
	background:#c0c0c0; 
	line-height:25px; 
	font-size:14px; 
	overflow:hidden;
		}
.menu ul li ul {
	display: none;
		}
	
/* specific to non IE browsers */
/* menu styles */
.menu ul li:hover a {
	color:#000000; 
	background:#c0c0c0;
		}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:24px; 
	left:0; 
	width:110px;
		}
.menu ul li:hover ul li a.hide {
	background:#A6A6A6; 
	color:#000000;
		}
.menu ul li:hover ul li:hover a.hide {
	background:#c0c0c0; 
	color:#000000;
		}
.menu ul li:hover ul li ul {
	display: none;
		}
.menu ul li:hover ul li a {
	display:block; 
	background:#A6A6A6; 
	color:#000000;
		}
.menu ul li:hover ul li a:hover {
	background:#c0c0c0; 
	color:#000000;
		}