
body {
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
     
}

#header {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}


#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	
	
}

#content {
	width:950px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
}


#menu {
	width:950px;
	height: 56px;
	background-image: url(../images/body_bg.jpg);
}

#menu li {
	border-left:1px solid #000;
	list-style: none;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}
 #menu li:first-child {
	border-left:none;
 }


#menu ul {
	margin:0;
	padding:0;
}	  

#menu a{
	line-height: 55px;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.aitlogo {
	background-color: #ffffff;
	width: 130px;

}

