*{
	margin: 0 ;
	padding: 0 ;
}

body{
	background: #000000 ;
	display: block;
	width: 800px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin:0 auto;
	margin-top: 3px;
}

#border {
width: 800px;
border: #FFFFFF 1px dotted;
display:block;
}

#wrapper {
width: 800px;
background: #1b1b1b;
display:block;
}

.header { 
height: 231px;
width: 800px;
background: url(images/header.png) no-repeat;
}

.navigation { 
float:left;
width: 324px;
height: 108px;
background: url(images/nav_bg.png) repeat-x;

} 

.navigation_left { 
float:left;
width: 3px;
height: 108px;
background: url(images/left_nav_bg.png) no-repeat;

}

.navigation_right { 
float:right;
width: 473px;
height: 108px;
background: url(images/right_side_nav.png) no-repeat;
}

#home {
width: 800px;
background: #1b1b1b ;
display:block;
height: 100%;
margin:0 auto;
text-indent: 1px;

}

.left { 
float:left;
width: 238px;
height: 516px;
background: url(images/milou.jpg) no-repeat;
} 

.right { 
float:right;
width: 555px;
height: 31px;
vertical-align: middle;
line-height: 31px;
margin-right: 7px;
background: url(images/cont_top.png);
}

.right_mid { 
float:right;
width: 555px;
margin-right: 7px;
text-indent: 3px;
background: url(images/cont_mid.png) repeat-y;
}

.right_bot { 
float:right;
width: 555px;
height: 4px;
margin-right: 7px;
background: url(images/cont_end.png) no-repeat;
}

.footer_wrap { 
float:right;
width: 800px;
height: 24px;
vertical-align: middle;
line-height: 24px;
background: url(images/footer_bg.png) repeat-x;
}

.footer_bg { 
float:left;
height: 24px;
width:794px;
text-align:center;
}

.footer_left { 
float:left;
width: 3px;
height: 24px;
background: url(images/footer_left.png) no-repeat;
}

.footer_right{ 
float:right;
width: 3px;
height: 24px;
background: url(images/footer_right.png) no-repeat;
}
.spacer {
clear: both !important;
}





