/* **************************************************  */
/* **       Code by Mikel Ludwig for Exemplas       ** */
/* **************************************************  */

.topimg {
	padding: 2px;
	border: 1px solid #666;
}

.red {
	color: #C90D0C;
}

.imgright {
	float: right;
	/*
	border: 1px solid #000;
	padding: 2px;
	*/
	margin-left: 5px;
}

.small {
	font-size: 0.8em;
}

/* **************************************************  */
#real {
	position: absolute;
	top: 10px;
	left: 20px;
	background: transparent url('images/#');
	height: 71px;
	width: 248px;
}

#realworld {
	position: absolute;
	top: 2px;
	left: 279px;
	background: transparent url('images/realworld.gif') no-repeat;
	height: 97px;
	width: 480px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 183px;
	background: transparent url('images/logo.gif') no-repeat;
	height: 65px;
	width: 75px;
}

#logo a img {border:0;}

/* **************************************************  */

#headnav {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #666;
	font-weight: 500;
	font-size: 0.7em;
}

#headnav a {color: #666; text-decoration: none;}
#headnav a:hover {color: #C90D0C; text-decoration: underline;}


/* **************************************************  */
html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:left;
	min-width:760px;
	background-color: #efecca;
	background-image:url('images/bodybg.gif');
	background-position:left;
	background-repeat:repeat-y;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
#outer	{
	height:100%;
	min-height:100%;
	width:760px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	color: #000000;
	text-align:left;
	margin-left: 0;
	margin-bottom:-30px;/* make room for footer */
	position:relative;
	}
 
html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {
	/* enables content first */
	margin-top: 92px;
	float:left;
	width: 760px;
	}
/*
* html #innerwrap {/*only ie gets this style
	\margin-left: -120px;/* for ie5 
	ma\rgin-left: -120px;/* for ie6 
} */


#header	{
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:90px;
	background: transparent ;
	overflow:hidden;
	z-index:90;
	}

#headlogo {
	position:absolute;
	top: 26px;
	left: 5px;
	width:165px;
	height:40px;
	min-height: 40px;
}

#headlogo a img {
	border: 0;
}

#left 	{
	position: absolute;
	top: 150px;
	width: 266px;
	float:left;
	padding-bottom:30px;
	background-color: transparent;
	}

#left p	{
	margin: 5px 2px;
	padding-left:20px;
	padding-right:10px;
	font-size: 0.8em;
	}

#centrecontent {
	width: 470px;
	float: right;
	margin: 20px 0px 0px 10px;
	padding-bottom:30px;/* needed to make room for footer */
	background-color: transparent;
	}

#ieclear {
	width:100%;
	height:52px
	} /* for ie to clear footer */

#footer {
	width:760px;
	clear:both;
	height:30px;
	background-color: transparent;
	background-image:url(images/footbg.gif);
	background-repeat:repeat-y;
	text-align:center;
	margin:auto;
	margin-left: 0;
	position: relative;
	font-size: 0.8em;

}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

/* ******************* Left Navigation *********************** */
#mainnav {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	margin-right: 2px;
	z-index: 90;
	background: transparent;
}

#mainnav ul{
	margin: 0;
	padding: 0;
}
	
#mainnav li {
	list-style: none;
	text-align:right;
	width: 250px;
	margin-left: 10px;
	}

#mainnav li a {
	display:block;
	width: 99%;
	font-family: 'Century Gothic', Arial, Verdana ;
	font-size: 1.3em;
	/*font-style: italic; */
	font-weight: 500;
	text-align: right;
	text-decoration:none;
	color: #EFEFEF;
	padding-top: 2px;
	}

#mainnav li a:hover {
	color: #C90D0C;
	text-decoration: underline;
	}

#mainnav {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	margin-right: 2px;
}

#subnav ul{
	margin: 0;
	padding: 0;
}
	
#subnav li {
	list-style: none;
	text-align:right;
	width: 240px;
	}

#subnav li a {
	display:block;
	width: 99%;
	font-family: 'Century Gothic', Arial, Verdana ;
	font-size: 1em;
	/*font-style: italic; */
	font-weight: 500;
	text-decoration:none;
	color: #EFEFEF;
	padding-top: 2px;
	}

#subnav li a:hover {
	color: #C90D0C;
	text-decoration: underline;
	}
/* *************************** Centre *************************** */

#centrecontent {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:13px;
	color: #002f2f;
	}

#centrecontent h1 {
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	}


#centrecontent p {
	font-size: 10pt;
	}
	
#centrecontent ul {
	font-size: 0.9em;
}	

#centrecontent p.browser {
	font-size: 0.7em;
}

#centrecontent  a {
	text-decoration:underline;
	color: #C90D0C;
}

#centrecontent  a:hover {
	color: #C90D0C;
	text-decoration:underline;
	font-weight: 600/*border-bottom: 1px solid #000*/;
}

