m@charset "utf-8";
/* Landing Page.css */

<style type="text/css">

* {
margin-left: 0;
padding: 0;
outline: none;
border: none;
}
#Table_01 {
	background: url(images/Landing%20Page%20bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
    right: 0;
    margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width:880px;
	height:544px;
}
h1 {
	font-family: "Avant Guard";
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0mm;
	text-align: right;
}
h2 {
	font-size: 14pt;
	line-height: 8mm;
	color: black;
	font-family: "Avant Guard";
	font-weight: normal;
	text-align: right;
}
h3 { 
	font-size: 9pt; 
	color: black; 
	font-family: "Avant Guard"; 
	font-weight: normal; 
	text-align: right;
}
p {
	font-size: 10.5pt;
	color: black;
	font-family: "Avant Guard";
	font-weight: normal;
	line-height: 115%;
	text-align: justify;
	margin-top: 0mm;
	margin-bottom: 2mm;
	letter-spacing: .175px;
}
h4 {
	font-size: 10.5pt;
	color: black;
	font-family: "Avant Guard";
	font-weight: normal;
	line-height: 115%;
	text-align: right;
	margin-top: 0mm;
	margin-bottom: 2mm;
	letter-spacing: .175px;
}

.alignjustify {text-align: justify }
.alignright {text-align: right }
.aligncenter {text-align: center }

#Image {
        position:absolute;
        left:186px;
        top:21px;
        width:285px;
        height:310px;
}

#Company-description {
	position:absolute;
	left:498px;
	top:21px;
	width:345px;
	height:324px;
	letter-spacing: 0.175mm;
	margin-top: 0px;
	margin-bottom: 2mm;
}

#services {
	position:absolute;
	left:255px;
	top:313px;
	width:216px;
	height:158px;
}

#mfj-title {
	position:absolute;
	left:499px;
	top:393px;
	width:345px;
	visibility: visible;
	}

#footer {
	position:absolute;
	left:572px;
	top:481px;
	width:308px;
	height:24px;
}

a:link {
        color: #000;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: none;
}

</style>

