body {
	background-image: url(../images/BG.jpg);
	background-color: #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin: 0;
}

#wrapper {
	height: 650px;
	width: 800px;
	background-color: #CCCCCC;
	border: 1px solid black;
	margin: 0 auto;
	border-top: 0px;
}

#header {
	height: 150px;
	width: 800px;
	border-bottom: 1px solid black;
	background-image: url(../images/LaralLogo.jpg);
}

#links {
	width: 800px;
	height: 30px;
	border-bottom: 1px solid black;
	background-image: url(../images/linkbar.jpg)
	color: white;
}

#flash {
	width: 800px;
	height: 150px;
	border-bottom: 1px solid black;
	background-color: #666666;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 150px;
	z-index: 0;
}

#flashbottombox {
	width: 800px;
	height: 30px;
	border-bottom: 1px solid black;
	background-image: url(../images/linkbar.jpg);
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 30px;
}

#bodyimg {
	width: 300px;
	height: 288px;
	background-color: #CCCCCC;
	color: black;
	font-size: 14px;
	float: left;
}

#image {
	width: 230px;
	height: 230px;
	background-image: url(../images/LaralHouse.png);
	line-height: 150px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	color: white;
	line-height: 230px;
}

#apt1 {
	width: 400px;
	height: 288px;
	background-color: #CCCCCC;
	color: black;
	font-size: 18px;
	text-align: center;
	border-right: 1px solid black;
	float: left;
}

#aptpic {
	width: 250px;
	height: 188px;
	border: 1px solid black;
	margin: 0 auto;
}

#apt2 {
	width: 399px;
	height: 288px;
	background-color: #CCCCCC;
	color: black;
	font-size: 18px;
	text-align: center;
	float: right;
}

#bodytext {
	width: 485px;
	height: 288px;
	background-color: #CCCCCC;
	color: black;
	font-size: 14px;
	float: right;
	padding-right: 15px;
}

#aptinfo {
	height: 330px;
	width: 800px;
	background-color: #CCCCCC;
	color: black;
}

#aptspry {
	height: 306px;
	width: 470px;
	padding: 15px;
	float: left;
	border-right: 1px solid black;
}

#aptpics {
	height: 300px;
	width: 269px;
	float: right;
	padding: 15px;
}

#footer {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	background-image: url(../images/linkbar.jpg);
	border: 1px solid black;
	text-align: center;
	font-size: 10px;
	color: white;
}




/*    STYLE   */

.sep {
	padding-left: 8px;
	padding-right: 8px;
}

.aptinfotext {
	font-size: 12px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	text-indent: 0px;
}

.mapbutton {
	font-size: 13px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #0033CC;
	cursor: pointer;
}

.pic {
	border: 1px solid black;
}

