/* CSS for Lamirabel.com site
*/
h1,h2,h3 {
	position: absolute;
	text-align: center;
	width: 1010px;


}

h1 {
	font-family : "Monotype Corsiva";
	font-size: 96px;
	color:#008080;
	top: 0px;
	margin: 0px;
	padding: 0px;


}
h2 {
	font-family : "Monotype Corsiva";
	font-size: 48px;
	color:#3366CC;
	top: 100px;
	margin: 0px;
	padding: 0px;

}
h3 {
	font-family : "Monotype Corsiva";
	font-size: 36px;
	color:#3366CC;
	top: 150px;
}
h4 {
	font-family : "Monotype Corsiva";
	font-size: 18px;
	color:#f0bc51;
	text-align: center;
	bottom: auto;
	vertical-align: bottom;

}

body{
	background-position: left top;
	background-image: url(images/graphics/banner_largefade_to_blue.png);
	background-repeat: repeat-x;


}
#navigation, #body_content {
position: absolute;
top: 225px;
}
#body_content {
	left: 300px;
	width: 630px;

}

#body_content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	background-position: left top;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 140%;
	text-align: justify;
	padding: 0px 5px 5px;



}

.feature {
	float: right;
	margin: 5px;
	vertical-align: top;
}

.left {
	float: left;
	margin: 5px;
	vertical-align: top;
}


#navigation {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	color: #cc6600;
	left: 80px;
	width: 200px;
	line-height: 50px;
	text-align: left;
	padding-left: 0px;
	}
#navigation li {
	list-style-type:none;
	text-align: left;
	}
.address {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	color: #FF9900;
	text-align: left;
	}

a {
	font-weight: normal;
	font-size: 100%;
	font-family: "Monotype Corsiva";

}
a:link {
color: #F0BC51;
}
a:visited {
color: #F0BC51;
}
a:hover {
color: #CC3333;
}
a:active {
color: aqua;
}

#footer p{
	font-family: "Monotype Corsiva", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}
