﻿body {
	background-image: url('../images/background.png');
	background-color: #2a2a2a;
	background-repeat: repeat;
	color: #4d4d4d;
	font-family: "Trebuchet MS", sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}

#core {
	background-image: url('../images/centre-top-bg.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 200px;*/
	width: 985px;
	min-height: 1000px;
}
#topmenu
{
	height: 163px;
	padding-top: 41px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 340px;
	list-style-type: none;
	overflow: visible;
}

#topmenu li
{
	background-image: url('../images/tab.png');
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 115px;
	height: 55px;
}

#topmenu #mi-home
{
	background-image: none;
	position: relative;
	width: 280px;
	height: 150px;
	margin-right: -280px;
	left: -346px;

}

#topmenu #mi-home a
{
	width: 280px;
	height: 150px;
	display: block;
}


#topmenu li:hover
{
	background-image: url('../images/tab-yellow.png');
}

#topmenu li a
{
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 50px;
}

#topmenu #mi-present
{
	margin-top: 21px;
}

#topmenu #mi-future
{
	margin-top: 42px;
}

#topmenu #mi-beyond
{
	margin-top: 63px;
}

#topmenu #mi-gallery
{
	margin-top: 84px;
}

#topmenu #mi-past a
{
	background-image: url('../images/menu-past.png');
}

#topmenu #mi-present a
{
	background-image: url('../images/menu-present.png');
}

#topmenu #mi-future a
{
	background-image: url('../images/menu-future.png');
}

#topmenu #mi-beyond a
{
	background-image: url('../images/menu-beyond.png');
}

#topmenu #mi-gallery a
{
	background-image: url('../images/menu-gallery.png');
}

#topmenu li img
{
	vertical-align: middle;
}

#footer {
	background-image: url('../images/centre-bottom-bg.png');
	background-repeat: no-repeat;
	background-position: 31px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 28px;
	margin-bottom: 2em;
	text-align: center;
	margin-top: 0px;
	padding-top: 150px;
}

#footer p
{
	margin-top: 0px;
	font-size: x-small;
	color: #444;
}

a
{
	color: #b8006b;
	text-decoration: none;
}

a:hover
{
	color: #b89900;
}

#footer a
{
	color: #444;
	text-decoration: none;
}

#content-container {
	background-image: url('../images/left-bg.png');
	background-repeat: no-repeat;
	background-position: 31px 0px;
	overflow: visible;
	width: 100%;
	height: 100%;
	min-height: 445px;
}

#content-container div.content-a, #content-container div.content-b
{
	background-repeat: no-repeat;
	width: 651px;
	padding-left: 325px;
	padding-top: 13px;
	background-position: 0px 0px;
	margin-left: 31px;
	min-height: 287px;
}

#content-container h1
{
	font-size: 2em;
	font-weight: lighter;
	font-style: normal;
	
	margin-top:0px;
	margin-bottom: 0px;
	line-height: 0.8em;
	margin-left: 356px;
	width: 600px;
	
	background-image: url('../images/header-bg.png');
	background-repeat: repeat;
}

#content-container .textbox
{
	margin-top: 0px;
	background-image: url('../images/text-bg.png');
	background-repeat: repeat;
	width: 600px;
}

#content-container h2
{
	margin-top: 0px;
	margin-left: 0.5em;
	line-height: 1em;
	margin-bottom: 0px;
	padding-top: 1em;
	font-size: 1.2em;
	font-weight: normal;
	clear: left;
	
}

#content-container .textbox-bottom
{
	background-image: url('../images/text-bg-bottom.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 25px;
	margin-bottom: 3em;
}

#content-container .info
{
	text-align: right;
	font-size: 0.8em;
	height: 2em;
	vertical-align: bottom;
}

#content-container div p
{
	margin-top: 0em;
	margin-left: 0.5em;
	margin-bottom: 0em;
	margin-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 95%;
	line-height: 1.5em;
	text-align: justify;
}

#content-container div p:first-child span
{
	font-weight: bolder;
}

#content-container div p:first-child:first-letter
{
	float: left;
	margin-top: 0.2em;
	padding-top: 2px;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	margin-right: 0.06em;
	font-size: 2em;
	font-weight: normal;
}

.content-a div p:first-child:first-letter
{
	background-color: #b9ffff;
}

.content-b div p:first-child:first-letter
{
	background-color: #ffffb9;
}

.content-a {
	background-image: url('../images/content-pointer-blue.png');
}

.content-b {
	background-image: url('../images/content-pointer-yellow.png');
}

#bgloop {
	background-image: url('../images/white-bg-vrepeat.png');
	background-repeat: repeat-y;
	background-position: 31px 0px;
	width: 100%;
	height: 100%;
}

