td {
	background-color: #CE3A47;
	color: #FFFFFF;
	padding: 5px;
width:90px;
vertical-align: top;
}

.logo_strip {
background: url(/stylesheet/Nursery/inner2.jpg);
width:850px;
height:100px;
display:block;
}
.content_area {
width:650px;
padding:15px;
float:left;
}
.slideshow {
width:850px;
height:300px;
overflow:hidden;
}
.logo_overlay {
background: url(/stylesheet/Nursery/logo_overlay.png);
display: block;
width: 389px;
height: 282px;
position:absolute;
top:118px;
z-index:999999;
}
.gradient_wrapper {
background: url(/stylesheet/Nursery/gradienttop.png);
background-repeat: repeat-x;
background-position: top;
min-height:200px;
}
#header img {
margin-top:5px;
}
body {
	text-align: center;
	background: url(/stylesheet/Nursery/bg.png);
	background-position: center;
	background-repeat: repeat-y;
        background-color: #fff;
}
#page_container {
	width:1000px;
	zoom: 1;
	position: relative;
	text-align: left;
	margin: 0 auto;
        padding-top:10px;
}
/*=================================== Positioning ============================================*/
#container { float: left; width: 100%; }
#header{position:relative;}
#wrapper{float:left;width:100%; overflow: hidden; }
#content{margin: 0 150px 0 150px;  min-height: 200px; }
#content_2col {margin: 0 150px 0 0;  min-height: 200px; }
#navigation {float:left;width: 150px;margin-left:-100%;overflow: hidden; position: relative; }
#sidebar{float:right;width:149px;margin-left:-150px;margin-top: 0; position: relative; overflow: hidden;}
#footer{clear:both; }


/*=================================== Colours & Style ========================================*/
#container {
	background: #fff;
}
#header{
        padding-left:10px;
padding-bottom:10px;
	background: #fff;
	height: 80px;
	}
#wrapper{	 }
#content{ padding: 1em; }
#navigation {
	
	}
#sidebar{
	padding-bottom: 0.5em;
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff3333;
	}
#footer{
	padding: 0.5em;
	color: #000;
	text-align: center;
	font-size: 85%;
	border-top: 1px solid #001b4c;
	}

/*=================================== Additional Elements ====================================*/
#banner_advert {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}
.logo img {
	margin: 5px 0 0 5px;
	border: 0;
}
#links ul li {
	list-style: none;
	margin: 0;
	padding; 0;
	text-align: center;
}
.dropshadow {
	background-image: url(dropshadow.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 100px;
	width: 1000px;
	height: 20px;
	z-index: 99999999;
}
/*=================================== Additional Elements ====================================*/

/*==========================================

	Html elements after being reset by 	yui reset 
	(see http://developer.yahoo.com/yui/reset/)

==========================================*/
html,body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	}
a:link,a:active {
	color:#003; 
}
a:visited
{
color:#003;
}
a:hover
{
color:#c33;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
	}
h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h7 { font-size: 80%; }
p {
	padding: 0;
	margin: 0 0 1em 0;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	border: 0;
	}
input {
	
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #999;
	}
select {
	padding: 0;
	margin: 0;
	font-size: 85%;
	}
ul,li,dl,dt,dd { 
	margin: 0;
	padding: 0;
	}
ul {
	list-style: none;
	}
thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;
	}

caption,th {
	text-align:left;
	}

/*=======================================================

	System Contols

=======================================================*/

div.login input.textbox , .login input.button {
	width: 80%;
	display: block;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 0 0 0;
	}
div.controlpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.controlpanel li {
	padding: 0;
	margin: 0;
	height: 1.5em;
	}
div.controlpanel li a {	
	line-height: 1.5em;

	}
div.controlpanel li.logout {
	text-align: right;
	padding: 3px;
}
div.controlpanel li.logout a {
	display: inline;
	padding: 3px;
	color: #c00;
}
div.controlpanel li.logout a:hover {
	color: #fff;
	background-color: #c00;
	}
.TextRegion_edit {
	float: right;
	}

