/* Darnall Primary School */ /* fixed-width layout */

body {
background-color	: #dce9f1;
margin				: 15px 0px 15px 0px;
padding				: 0px;
}

#outer {
width				: 760px;
margin				: auto; /* center */
}

#inner {
width				: 100%;
float				: left;
border				: 5px solid #6699ff; 
background-color	: #ffffff;
background-image	: url(images/bg-blue.gif);
background-repeat	: repeat-y;
}


#left {
width				: 170px;
float				: left; 
display				: inline; /*required for IE6 to overcome double margin bug*/
position			: relative;
margin				: 0px;
padding				: 0px;
}

#main {
width				: 580px;
float				: right; 
display				: inline; /*required for IE6 to overcome double margin bug*/
position			: relative;
margin				: 0px;
padding				: 5px;
}

.clear {
clear				: both;
}

img#banner {
margin-bottom:-3px;
}

/* left column menu */

.nav {
padding				: 0px;
padding-right		: 2px; /*centers the nav bar*/
margin				: 0px;
}
	
.nav ul {
background-color	: transparent;
color				: #000000;
list-style-type		: none;
margin				: 10px; 
padding				: 0px;
border				: 2px solid #6699ff; /*this adds a second line to the bottom of the nav */
}

.nav ul li {
padding				: 0;
margin				: 0; 
}

.nav ul li a{
background-color	: #eeeeee;
border-bottom		: 1px solid #6699ff;
color				: #000000;
font-family			: Verdana, Arial Black, Helvetica; 
font-size			: 0.8em; 
font-weight			: bold; 
font-style			: normal; 
color				: #000000; 
display				: block;
padding				: 4px 0px 6px 4px;
text-decoration		: none; 
height				: 1%; /* IE quirk */
}

.nav a:hover, .leftcol .nav a:focus { 
background-color	: #cccccc;
border-right		: 2px solid #ffffff;
border-bottom		: 1px solid #ffffff;
font-family			: Verdana, Arial Black, Helvetica; 
font-size			: 0.8em; 
font-weight			: bold; 
font-style			: normal; 
color				: #ffffff;
text-decoration		: none;
height				: 1%; /* IE quirk */
}

/* end left column menu */