/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{	
	width:100%;
	height:100%;
		background:#999999;
		background-repeat:repeat;
		
}

img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
h1 {
	
	color:BLUE;
	font:normal 1.8em Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.4em Arial,  sans-serif;
	color:#003300;
	text-decoration:underline;
	}
h3 {
	font:normal 1.4em Arial, Helvetica, sans-serif;
	color:black;
	}

p a {
	font:normal .9em , Helvetica, sans-serif;
color:red;
	text-decoration:underline;
	}
P{font:normal .9em Arial, Helvetica, sans-serif;
}
	
/*******************
MAIN SITE STRUCTURE
********************/

	#container {
	top:0px;
	margin:auto;
	position:relative;
	overflow:hidden;
	width:1000px;
	height:auto;
	clear:both;
	background:white;
	padding:0 0 0 0;
}


	
#header{
	float:left;
	position:relative;
	overflow:hidden;
	width:1000px;
	height:190px;
	padding:0 0 0 0;
	z-index:3;
	background:white;
	background-repeat:no-repeat;
	background-position:center;
	
	}
	#header2 {
	position:relative;
	overflow:hidden;
	width:1000px;
	height:36px;
	padding:0 0 0 0;
	z-index:3;	
 	background-repeat: no-repeat;
}
			
		
	#contentWrapper {
	overflow:hidden;
	position:relative;
	width:1000px;
	height:auto;
	z-index:5;
	padding:0 0 0 0;
			background:url('myPictures/centrebg.png');

	background-repeat: repeat;
	}
	
			
	#contentCentre {
	float:left;
	position:relative;
	overflow:hidden;
	width:560px;
	height:auto;
	z-index:3;				
	color:black;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
	#contentRight {
	float:left;
	position:relative;
	overflow:hidden;
	width:400px;
	height:auto;
	padding-top:10px;
	z-index:3;
	}	
	
	
/******
Footer
******/

	#footerWrap {
	float:left;
	position:relative;
	overflow:hidden;
	width:1000px;
	height:auto;
	padding:0 0 0 0;
	z-index:3;
		background:url('myPictures/footer.png');
			background-repeat:no-repeat;
	background-position:center;
	}
	
	#footer  p {
	font-family:arial, verdana, serif;
 font-size:14px;
	color:white;
	}

	#footer a {
	color:yellow;
	text-decoration:underline;
	}
	
	#footer a:hover {
	color:white;
	text-decoration:none;
	}	
	
/******
navigationMenu
******/


.menu3 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff
 url(myPictures/three_0.gif); 
position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu3 li {float:left;}
.menu3 li a {display:block; float:left; height:35px; line-height:35px; color:#fff;
text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif;
 font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {color:#fff; background:url(myPictures/three_2.gif);}
.menu3 li.current a b {background:url(myPictures/three_2.gif) no-repeat right top;}
.menu3 li a:hover {color:#fff; background:#000 url(myPictures/three_1.gif);}
.menu3 li a:hover b {background:url(myPictures/three_1.gif) no-repeat right top;}
.menu3 li.current a:hover {color:#fff; background:#000 url(three_2.gif); cursor:default;}
.menu3 li.current a:hover b {background:url(myPictures/three_2.gif) no-repeat right top;}


/* top nav 

.menu4 {padding:0 0 0 0; margin:0; list-style:none; height:35px; background:#fff;
position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu4 li {float:right;url(myPictures/englishB.png);}
.menu4 li a {display:block; float:right; height:35px; line-height:35px; color:red;
text-decoration:none; font-size:20px; font-family:arial, verdana, sans-serif;
 font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu4 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu4 li.current a {color:#fff; background:url(myPictures/three_2.gif);}
.menu4 li.current a b {background:url(myPictures/three_2.gif) no-repeat right top;}
.menu4 li a:hover {color:#fff; background:#000 url(myPictures/three_1.gif);}
.menu4 li a:hover b {background:url(myPictures/three_1.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background:#000 url(three_2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(myPictures/three_2.gif) no-repeat right top;}
*/


div.img
  {
  width:auto;
  float:right;
  text-align:right;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }

 
	