/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 963px;
	position: relative;	
}

#main, #wrapper, #intro-wrapper, #handig, #left, #center, #right {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: #FFF;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-bottom: 2em;
}

#header{
	background: #00399D url(../images/header-top.gif) repeat-x top;
	height: 192px;
}

#header span, .hide, #description, #skip, #pagetitle {
	display: none;
}

#toolbar {
	background: #fdffff url(../images/top.png) repeat-y top right;
	overflow: hidden;
	width: 963px;
	padding: 0.4em 0px 0.4em 0px;
}

#intro-wrapper {
	width: 963px;
	overflow: hidden;
	/* *position: relative; */
	z-index: 0;
}

#intro {
	background:#EB4E59 url(../images/header-rood.gif) repeat-x bottom;
	padding: 1.6em 0pt 1em;	
	min-height: 143px;
	height: auto !important;
	height: 143px;
        width: 722px;
	float: left;
	display: inline;
	overflow: hidden;
}

#intro-content {
	display: inline;
	float: left;
	color:#FFFFFF;
	padding-left: 18px;
	width: 450px;
}

#intro-content a {
color: #FFF;
}

#intro-content  h3 {
	font-size:2.4em;
	margin-bottom:0.4em;
}

#intro-image {
	background: url(../images/dummy-content-wrapper.jpg);
	height: 85px;
	width: 722px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 241px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	overflow: hidden;
	padding:1.2em 22px 1.2em 18px;
	width: 441px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	overflow: hidden;
	width: 241px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background:#0085D1 url(../images/footer.gif) no-repeat scroll center bottom;
	clear:both;
	color:#FFFFFF;
	height: 60px;
	padding:22px 0px 0px 22px;
}



