/* -------------------------------------------------------------
Project: Layout template sNews 1.5 Train
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 {
background: #223363;
margin: 15px  0;
text-align: center; /* IE fix */
}

#container {
width: 770px;
background: #fffcef;
margin: 0 auto;
border: 10px solid white;
text-align: left; /* cancel IE fix */
}

#header h1 {
width: 770px;
height: 200px;
display: block;
float: left;
text-indent: -99999px;
background: #000  url(../images/bg_header.jpg) no-repeat left top;
border-bottom: 3px solid #fffcef
}

#navbar {
clear: both;
height: 25px;
color: #fff;
margin: 2px 0 0 0;
background: #787775 url(../images/bg_navbar) repeat-y;
}
#searchbox {
width: 243px;
float: right;
padding: 2px 0 0 5px;
}

#contentwrapper {
clear: both;
width:770px;
background: #fffcef;
}
#left_col {
background: inherit;
float: left;
width: 500px;
padding: 15px 0 10px 10px;
}
#breadcrumbs {
clear: left;
float: left;
background: url(../images/bg_breadcrumb.gif) top left no-repeat;
padding: 0 0 0 12px;
}
#right_col {
float: right;
width:250px;
background: inherit;
margin: 0 0 10px 0;
padding: 15px 0 0 0px;
}

#footer {
clear: both;
background: inherit;
text-align: center;
padding: 5px 0 5px 0;
border-top: 1px solid #787775;
line-height: 1.0em;
}
