/* -------------------------------------------------------------
Project: Layout template sNews 1.5 Walking to the future
Author:  Onno Brauckmann (www.hbwconsultants.nl / www.brauck.nl)
Media: screen, projection
Last modified: 2007-01-05
This template is licensed under a Creative Commons License
---------------------------------------------------------------- */
*{margin: 0; padding: 0;}

body {
margin:0 0 10px 0;
padding:0; 
text-align:center; /* IE fix */
}

#container {
width: 784px; 
margin: 0 auto;
background: url(../images/bg_container.gif) top left repeat-y;
text-align: left; /*Cancel IE fix */
}

#top {
width: 784px; 
height: 90px;
background: url(../images/bg_top.gif) top left no-repeat;
}

#header {
width: 770px;
height: 180px;
background: url(../images/header.jpg) top left no-repeat;
margin: 0 0 0 14px;
}

#navcontainer {
width: 490px;
float: left;
position: relative;
left: 15px;
top: -29px;
margin: 0;
background-color: #d4dde2;
font-weight: bold;
}
#breadcrumbs {
width: 453px; 
clear: left; 
float: left;
margin: 0 0 10px 29px;
}
* html #breadcrumbs {display: inline;} /* IE fix */

#rightcol {
float: right; 
width: 238px;
margin: -70px 30px 20px 20px;
font-size: 90%; 
line-height: 1.3; 
padding: 0;
}
* html #rightcol {display: inline;} /* IE fix */

#blog {
float: left;
width: 453px;
margin: 0;
padding: 10px 0 20px 29px;
}	

#footer{
clear: both; 
background: #6A6F71;
color: #fff;
margin: 0 14px 0 14px;
padding: 14px 14px 10px 14px;
font-size: 85%;
text-align: center;
border-top: 1px solid #000;
}
* html #footer {padding: 7px 7px 5px 7px;} /* IE fix */

input.admininput { border: 1px solid #bbb; padding: 4px; width: 420px; }
input.smalltxtarea { border: 1px solid #bbb; padding: 4px; width: 420px; }
.New_Admin_Links {font-size:85%;text-align:center;}

