/* Centred Layout Tags*/

html {
height:100.1%;
}

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(images/background-kidney-school.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #CCCCCC;
  }

#pagecontent {
  margin	: 0 auto;
  width		: 840px;
  text-align: left; 
  }
#searchbox {
margin-top : 5px;
margin-left: 700px;
width:200px;
height:20px;
position:absolute
}


/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 20px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 180px;
	width				: 800px;
	display				: block;
	position			: absolute;
/*	background-image: url(file:///C|/Documents%20and%20Settings/Anthony/My%20Documents/My%20Webs/images/erin-guest-jewellery-artist.gif);
*/	top: 1px;
	}



#bodycontent {
	margin-top: 190px;
	margin-left:20px;
	width:800px;
	position:absolute;
	z-index:10;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 48%;
	float : left;
	}
.rightcolumn {
	width : 50%;
	float : right;
	}
.clearboth {
	clear : both;
	}

	
/* Test Styles */

#shoppingcartlinks p {
	margin : 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}	
#bodycontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#D02418;
	margin-left: 4px;
}

#bodycontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	color:#D02418;
	margin-left:5px;
}

#bodycontent p, #bodycontent td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:5px;
	}
	
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
	
a:link, a:visited {
	color:black;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#32398D;
	}	
	
h1 a:hover {
	color:black;
	}

/* Chrome Menu CSS */

#chromemenu{
	position			:absolute;
	margin-left: 20px;
	margin-top			: 160px;
	width				: 798px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

#chromemenu ul{
	border				: 1px solid #BBB;
	width				: 100%;
	background			: url(file:///C|/Documents%20and%20Settings/Anthony/My%20Documents/My%20Webs/images/menubackground.gif) center center repeat-x; /*Theme Change here*/
	margin-left			: 0;
	padding-left		: 0;
	margin				: 0;
	float				: left;
	font				: 12px Arial;
	background-color: #D02418;
}


#chromemenu ul li{
	display				: inline;
}


#chromemenu ul li a{
	float				: left;
	color				: #FFFFFF;
	padding				: 6px 12px 6px 12px;
	text-decoration		: none;
}

#chromemenu ul li a:hover{
	color				: #FFFFFF;
	background-color: #050505;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link

	content				:" " url(../images/arrow_down.gif); /*uncomment this line to use an image instead*/*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #808CB6;
}

/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

#maincontent {
	width: 540px;
	float:left;
	}
#callout {
	width: 250px;
	float:right;
	}
