/* 
 * [n] Lippens Laurence
 * [c] e2e 
 * [w] www.e2e.be
 * [d] march 2009
*/

/*  First Things First  */


/* 1. Start with Link Colors.... change as needed. */

.site-width { width:1021px;}
.splash { background:url(../images/splash.jpg) no-repeat center 0; height:404px; width:960px; }

/* 2. Set Site Width  */
.header-width 	{ width:1115px;}

/*  Allright, that's it, get css-ing!  */
body			{ background: #bfbfbf url(../images/splash_bg.jpg) repeat-x; }


.top_wrapper 	{background:url(../images/splash_top.jpg) no-repeat center 0 scroll; height:97px;  }

.splash a{ width:960px; height:404px; display:block;}


.footer			{ background:#bfbfbf; height:100px;  border-left:1px solid #5d5d5d; border-bottom:1px solid #5d5d5d; border-right:1px solid #5d5d5d; width:958px; }
.footer .mod_placehere  { padding:10px 40px 20px; }
.footer .mod_placehere a:link, .footer .mod_placehere a:visited, .footer .mod_placehere a:hover, .footer .mod_placehere a:active  {  color:#000; }

td{ vertical-align:bottom;}


/* Recurring Classes */
.inner	{ 	padding:1em 2em 2.5em; font-size:1.2em;}
.left   { float: left; }
.right  { float:right; }
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: .1em; }
.wrapper { margin: 0 auto;}


