body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a img {
	border:0px;
	}
	
#mainhome {
	width:800px;
	height:380px;
	margin:0px;
	padding:0px;
	background-image: url(imgs/lahome.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainPort {
	width:800px;
	height:380px;
	margin:0px;
	padding:0px;
	background-image: url(imgs/laport.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#mainContact {
	width:960px;
	height:380px;
	margin:0px;
	padding:0px;
	background-image: url(imgs/lacontact.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#title {
	margin-left:240px;
	padding:0px;
}
#title2 {
	margin-left:320px;
	padding:0px;
}

#content {
	margin-left:290px;
	margin-top:40px;
	padding:0px;
}
#content2 {
	margin-left:370px;
	margin-top:40px;
	padding:0px;
}
a {
	font-weight: bold;
	color: #FE0000;
	text-decoration: underline;
}

#footer a {
	font-weight:bold;
	color: #555555;
	text-decoration: none;
	}