/* CSS Document */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color:#000000;
  color:#666666;
  min-width: 800px; /* NB reqd to centre the wrapper div horz. */
  top:0px;
  left:0px;
  margin:0px;
  padding:0px;
  font-size:11px;
}


img {
margin: 2px; /* std margin around all images */
border: 0px;
}

img bicpic11
{
border: 1px solid white;
}

a, a:visited {
color:#FF6600;
background-color:transparent;
font-weight:bold;
text-decoration:none; /*removes underlining from all links */
}



p {
color:#C42069; /* magenta */
color:#FF1670;
color:#555555;
color:#FFFFFF;
background-color:transparent; 
padding: 5px 5px 3px 5px;
	font-size:11px;
	margin:0px; /* NB reduce space above FIRST para only */
}


h1, h2 {
	color:#ffffff;
	padding:5px 5px 5px 5px; /* spacing inside block */
	background-color:transparent; 
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 3px; /* spacing AROUND outside of block */
	/* border-bottom:1px solid #C42069; */
	}
h2 {
padding: 2px 5px;
}
	
/* 
h2 {
	color:#C21B60;
	color:#FFFFFF;
	padding:5px 5px 5px 5px; /* spacing inside block 
	background-color:#CC3366;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 3px; spacing AROUND outside of block */
	/* border-bottom:1px solid #C42069;
	}
 */



/* DIVS definitions */




#wrapper {
	position:relative;
	top:2px;
	height:600px; /* std. usable depth on 1024x768 IE */
	width: 990px; /* std. usable depth on 1024x768 IE */
	margin:auto; /* centres wrapper div L-R */
	background-color:#C72068; /* dark grey */
	color:#999999; /* light grey text colour */
	z-index: 3;
	visibility: visible;
	border:1px solid #666666;
	background-color:#ffaaaa;
	background-color:#ff6600;
	/* background-image:url(../images/vert-pink-white.jpg);
		background-image:url(../images/vert-pink-white-middle.jpg); */
}



#top {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	/* padding: 4px 0 0 4px; */
	height: 110px;
	width:100%;
	z-index: 3;
	background-color:#FFFFFF; /* dark grey */
	background-color:#FFCCCC;
	background-color:#FFFFFF;
	background-color:#FF6600;
	visibility: visible;

}
#toptext1 {
	position:absolute;
	top:0px;
	left:745px;
	margin:5px;
	height:100px;
	width:235px;
	float:right;
	z-index: 3;
	visibility: visible;
	background-color: #333333;
}
/*
#toptext1 p
{ text-align:right; 
padding:5px;
color:#C42069;
color:#FFFFFF;
background-color:transparent;
}

#toptext1 a 
{
color:#C42069;
color:#FFFF33;
font-weight:bold;
}

*/

#textbox1 {
position:absolute;
	top: 115px;
	left: 5px;
	width:296px;
	height:480px;
	background-color:#333333;
	padding:0px;
	margin:0px;
	z-index: 5;
}

#textbox1 img
{
	padding:0px;
	margin:0px 0px 0px 2px;
	border: 1px solid white;
}

/*
#textbox1 p, #textbox2 p
{
padding: 0px 5px 4px 5px;
color:#551111; /* chocolate text colour 
}

#textbox1 ul {
	list-style-image: none;
	margin-top:3px; /* adjust space above list text 
	list-style-type: none;
	margin-left: 0px;
	padding-left:5px;
	padding-top: 0px;
	color:#551111; /* chocolate text colour 


	
}

#textbox1 a, #textbox1 a:visited /*controls link colors within textbox1 div 
{
text-decoration:none;
color:#C42069;
background-color:transparent;
}
*/

#textbox1 a:hover /*controls hover colors within textbox1 div */
{color:white;
background-color:#BA7778;
background-color:#FFFFFF;
}


#bigpic1 {
	position: absolute;
	padding: 0px;
	left: 305px;
	top:115px;
	width: 680px;
	height:480px;
	background-color:#FF6600;
	background-color:#333333;

	z-index: 8;
	
}

#bigpic1 p
{
padding-top:3px;
padding-bottom:3px;
}

#bigpic1 img
{
border: 1px solid white;
}


/*
#bigpic1 a
{
display:block;
text-align:center;
color:#C42069;
background-color:transparent;
}
*/

#wrapper a:hover /*controls hover colors within wrapper div */
{color:white;
background-color:#BA7778;
background-color:#FF6600;
}

#textbox2 {
position:absolute;
	top: 5px;
	left: 470px;
	width:350px;
	height:600px;
	background-color:#FFDDDC;
	padding:0px;
	margin:0px;
	z-index: 5;
}
