@import "news_box.css"; 
@import "logo.css"; 
@import "menu.css";
@import "content.css";
@import "footer.css";

body {
	background-color:white;
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size:11pt;
}

a {
text-decoration: none;
color:#2EB604;	
}

a:hover {
	
}

.black {
	color:black;
}

.gray {
	color:#666666;
}

li.no_disc {
	list-style-type:none;
}

.space_bottom {
	margin-bottom:5px;
}

#container {
	margin:0px auto;
	width:1000px;
}

#left_side {
	float:left;
	width:275px;
	margin-right:20px;
	padding:0px;
}

#right_side {
	float:left;
	width:705px;
	padding:0px;
}

#logo {
	margin-top:10px;
}

#slide_show {
  background: url(images/lege_artis_slide_show.jpg) no-repeat top left;
  width:705px;
  height:241px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}
