body {
	
	margin: 0;
	
}

#header {

	width:1200px;
	height: 220px;
	background-image: url(andre1/header.png);
}

#container {
	background-image: url(andre1/cntbg.png);
	background-repeat: repeat-y;
}

#b_left {
	width:150px;
	height:550px;
	background-image:url(andre1/b_left.png);
	background-repeat: no-repeat;
}


#b_menu {

width: 330px;
height: 550px;
background-image: url(andre1/b_menu.png);
background-position:left top;
padding-top: 170px;
background-color: #FFF;
background-repeat: no-repeat;
}
/*
#menyy ul {

margin-left:30px;
padding-left: 30px;

}
*/
#b_menu li {
list-style-type: none;

}

#b_menu ul li a {
padding: 10px 0px 10px 0px;
font: 13px Trebuchet MS, Arial, sans-serif;
color: #FFF;
width: 190px;
height: 15px;
display:block;
border-bottom: 1px dashed #FFF;
text-decoration: none;

}

#b_menu ul ul li a {
padding: 7px 0px 7px 0px;
font: 13px Trebuchet MS, Arial, sans-serif;
color: #FFF;
width: 150px;
height: 15px;
display:block;
border-bottom: 1px dashed #FFF;
text-decoration: none;

}

#b_menu li a:hover {

text-decoration: underline;

}

#content {
	
	width:520px;
	height: 550px;
	background-image:url(andre1/b_content.png);
	background-repeat: no-repeat;
	
	font: 12px Trebuchet MS, Arial, sans-serif;
	color: #333;
	text-align: justify;
	line-height: 20px;
	
}

h1 {
	
	font: 18px Trebuchet MS, Arial, sans-serif;
	color: rgb(180,60,60);
	font-weight: bold;
}

#content a {
	font: 12px Trebuchet MS, Arial, sans-serif;
	color: rgb(180,60,60);
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	
}

#content img a, #content a img {
	
	border: 1px solid #df7575;
	
}

#b_right {
	
	width:200px;
	height:550px;
	background-image:url(andre1/b_right.png);
	background-repeat: no-repeat;
	
}

#footer {
	
	width:1200px;
	height:130px;
	background-image:url(andre1/footer.png);
	background-repeat: no-repeat;
	
}
