
/* Global configs */

html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #26211e;
	font-size: 0.8em;
	background: url(background.gif);
	font-family: 'trebuchet ms', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.8em;
    margin: 0px 0px 15px 0px;
    font-weight: 100;
    font-family: 'georgia', serif;
    font-style: italic;
}

h2 {
	font-size: 1.2em;
    margin: 0px 0px 15px 0px;
    font-weight: 100;
    font-family: 'georgia', serif;
}

h3 {
    font-size: 1em;
    font-weight: 800;
}

p {
    margin: 0px 0px 15px 0px;
}

a:link, a:visited {
	text-decoration: none;
    color: #cc0000;
    /*background: url(link.gif) left center no-repeat;
    padding-left: 10px;*/
}

a:hover {
    text-decoration: underline;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #d6f0f6;
    border: 1px solid #d6f0f6;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #d6f0f6;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #2092aa;
}

/*
General page layout
*/

#wrapper_navigation {
    position: relative;
	background: #4b4038;
    height: 40px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    z-index: 10;
}

#navigation {
    position: relative;
    width: 940px;
    height: 40px;
    margin: 0px auto;
    text-align: left;
    z-index: 11;
    color: white;
}




#wrapper_header {
    position: relative;
    text-align: center;
    z-index: 5;
}

#header {
    position: relative;
    width: 920px;
    height: 380px;
    background: url(image.jpg) left center no-repeat;
    margin: 0px auto;
	border: 10px solid white;
    text-align: left;
    z-index: 6;
}

div.logo {
	behavior: url(http://www.marian-bach-bhs.co.uk/iepngfix.htc);
    position: absolute;
    background: url(logo.png) left center no-repeat;
    width: 180px;
    height: 270px;
    z-index: 4;
}

#header div.logo {
    top: 340px;
    left: 380px;
}

#navigation div.logo {
    top: 0px;
    right: 0px;
}

#wrapper_body {
    position: relative;
    text-align: center;
    background: url(feature.gif) top center #cccccc no-repeat;
    z-index: 2;
}

#body {
    position: relative;
    width: 940px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
    padding: 30px 0px;
}

#body h1 {
	behavior: url(http://www.marian-bach-bhs.co.uk/iepngfix.htc);
    width: 380px;
    height: 30px;
    color: #4b4038;
    text-align: left;
}

#body div.homeleft {
    float: left;
    width: 380px;
}

#body div.homeright {
    float: right;
    width: 380px;
}

#body div.article {
    width: 500px;
}


#body .tabl {
	background: #d4d4d1;
	width: 310px;
	border: 0px;
	margin: 0px;
}

#body .tabl td {
    padding: 6px;
	margin: 0px;
}

#body .tabl th {
    margin: 0px;
	font-family: 'georgia', serif;
	font-weight: 200;
	padding: 6px;
	background: #8d8d8d;
	color: white;
}

#body div.bodyleft {
	width: 350px;
	float: left;
}

#body div.bodyright {
	width: 350px;
	float: right;
}

#body div.children {
	position: relative;
	float: right;
	width: 150px;
	padding: 0px 0px 20px 20px;
}




#blocks_header {
    position: relative;
    text-align: center;
    z-index: 2;
}

#blocks {
    position: relative;
    width: 940px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
    padding: 30px 0px;
}



#blocks div.news {
    width: 360px;
    float: left;
}

#blocks div.news h1 {
    color: #cc0000;
}

#blocks div.news div.block {
    background: #fcfaf3;
	padding-top: 10px;
    width: 360px;
    height: 240px;
}

#blocks div.news div.block h1, #blocks div.news div.block h2 {
    padding: 0px 8px 0px 8px;
	margin: 0px;
	font-size: 1em;
}

#blocks div.news div.block p {
	padding: 0px 8px 0px 8px;
	margin: 0px;
	font-size: 1em;
}

#blocks div.news div.block a:visited, #blocks div.news div.block a:link {
	color: #cc0000;
}

#blocks div.news div.block a:hover {
	background: white;
	color: #cc0000;
}




#blocks div.competitions {
    width: 560px;
    float: right;
}

#blocks div.competitions h1 {
    color: #4b4038;
}


#blocks div.competitions div.block {
	background: #dfd8ca;
	float: left;
    width: 170px;
    height: 200px;
}


#blocks div.competitions div.block h2 {
	background: #4a4037;
	color: white;
	padding: 8px;
}

#blocks div.competitions div.block h3 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 0px 8px 4px 8px;
}

#blocks div.competitions div.block p {
	color: #4a4037;
	padding: 0px 8px 0px 8px;
}

#blocks div.competitions div.block a:visited, #blocks div.competitions div.block a:link {
	color: #4a4037;
	text-decoration: none;
}

#blocks div.competitions div.block a:hover {
	background: white;
	color: #cc0000;
}















#wrapper_footer {
    position: relative;
	background: url(footer.gif) top center repeat-x;
    height: 340px;
    text-align: center;
    z-index: 2;
}

#footer {
    position: relative;
    width: 940px;
    height: 300px;
    padding: 40px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
}

#footer div.rosette {
	behavior: url(http://www.marian-bach-bhs.co.uk/iepngfix.htc);
    position: absolute;
    top: 20px;
    left: 700px;
    background: url(rosette.png) left center no-repeat;
    width: 252px;
    height: 214px;
    z-index: 4;
}

#footer div.legal {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

#footer div.text {
	behavior: url(http://www.marian-bach-bhs.co.uk/iepngfix.htc);
    position: absolute;
    top: 50px;
    left: 0px;
    background: url(footer_text.png) left center no-repeat;
    width: 525px;
    height: 108px;
    z-index: 4;
}

#footer div.logos {
	behavior: url(http://www.marian-bach-bhs.co.uk/iepngfix.htc);
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: url(logos.png) left center no-repeat;
    width: 343px;
    height: 76px;
    z-index: 4;
}





/* Navigation */

ul.nav {
	position: relative;
    width: 870px;
    height: 40px;
    padding: 0px 15px;
}

ul.nav li {
    position: relative;
    display: block;
    float: left;
    height: 40px;
	z-index: 9;
}

ul.nav li a:link, ul.nav li a:visited {
    position: relative;
    color: white;
    font-size: 11px;
    font-weight: 800;
    display: inline;
    padding: 10px 10px 0px 10px;
	height: 30px;
	z-index: 8;
	float: left;
}

ul.nav ul.v {
    position: absolute;
    top: 40px;
	left: 0px;
    display: none;
	width: 180px;
	z-index: 7;

}

ul.nav ul.v li {
    background: #4b4038;
    height: 30px;
}

ul.nav ul.v li a:link, ul.nav ul.v li a:visited {
    color: white;
    font-size: 11px;
    font-weight: 800;
    display: block;
    width: 180px;
    padding: 0px 10px;
}

ul.nav li:hover > ul.v {
    display: block;
}




	div.thumb {
		
	}

	div.thumbItem {
		width: 113px;
		height: 88px;
		margin: 0px 10px 10px 0px;
		float: left;
		background: #FFFFFF;
	}

	div.thumbItem img {
		width: 95px;
		height: 72px;
		padding: 8px;
		border: 0px solid white;
	}


