/*======================================*
** stylesheet.css
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #5C222C;
	height: 100%;
}
#wrapper {
	width: 655px;
	margin: auto;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #501B24;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #501B24;
}
img { border: 0; }
h2 {
	color: #FFC605;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: none;
	color: #FFC605;
}
a:hover {
	text-decoration:none;
}
table {
	color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner{
	height: 140px;
	margin-top: 40px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/Bruynseels_B.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#divlogo {
	height: 140px;
	margin-top: 40px;
	border: 5px solid #FFFFFF;
        padding: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        background-image: url(images/logo-bruynseels.jpg);
        background-repeat: no-repeat;
        background-position: 15px 2px;
}
span.ain {
	color: #92D340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.web {
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 175px;
	/*height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #501B24;*/
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #5C222C;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-image: url(images/B1.jpg);
	background-repeat: no-repeat;
        background-position: 0px 185px;
	background-color: #501B24;
	/*height: 600px;*/
	width: 475px;
	float: left;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #FFFFFF;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #501B24;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #501B24;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #501B24;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C222C;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #5C222C;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5C222C;
	color: #FFC605;
}
.photoalbum {
	border: 5px solid #FFFFFF;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: both;
	border: 1px solid #501B24;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #FFFFFF;
	margin: 0px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
.navigation {
        background-image: url(images/line.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 8px;
        color: #FFC605;
	padding-top: 5px;
        margin: 0px;
	text-decoration: none;
}
#menuTab {
	color:#501B24;
	font-size:1.2em;
	text-align:center;
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}

