body, html {
	margin:0;
	padding:0;
	text-align: left;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	}

#wrap {
	width: 950px;
	margin:0 auto;
	background-color: #FFFFFF;
	}

#header {
	height: 100px;
	padding:0px 0px;
	width: 950px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/header.gif);
	z-index: 100;
	}
	
#header-link {
	width: 250px;
	height: 100px;
	float: left;
	background-color: transparent;
	border: 0px white; 
	}
	
#header-link2 {
	width: 290px;
	height: 100px;
	float: left;
	background-color: transparent;
	border: 0px white;
	}

h1 {
margin:0;
	}

h2 {
margin:0 0 1em;
	}


/* ######### Body ######### */		

#slider {
	height: 450px;
	width: 950px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 1;
	}
#main {
	float:left;
	width:498px;
	height: 120px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	}

#sidebar {
	float:right;
	width:450px;
	background-color: #FFFFFF;
	height: 120px;
	margin-top: 2px;
	}
	

