/*
<!--//
# ############################################################################
# SYMBIOTIC, LLC - E. Michael Lee
# James Center III
# Richmond, Virginia 23219
# info@symbiotic.us - 804.644.4000
# ############################################################################
# Created for American Institute of Massage, Inc
# 02/28/2009 
# 9a43df45-f753-4c75-b32b-1cb9e827285f - lvl2.css
# ############################################################################
//-->
*/
* { margin: 0; padding: 0; }
body {
    margin:50px 0px; padding:0px;
    background-color: #134E75;
}
/* div { border: 1px solid; } */

#main {
    top:0px;
    width:800px;
    padding-bottom:110px;
    margin-left: 10%;
    margin-right: 10%;
}
#t1 {
    position:relative;
    top: 0px;
    height:50px;

    background-color: #2A84BD;
}
#t2 {
    position:relative;
    height:150px;

    padding-top:5px;
    background-color: #FFF;
    background-image: url('../img/home.jpg');
    background-repeat: no-repeat;
}
#t3 {
    position:relative;
    text-align: center;
    height:25px;
    padding-top:5px;
    background-color: #2A84BD;
}
#t4 {
    position:relative;
    height:auto;
    width:auto;
    background-color: #E4E3CE;
    padding: 0 1px;
    display: block;
}
#t5 {
    display: block;
    position:relative;
    text-align: center;
    vertical-align: top;
    color: #FFF;
    height:25px;
    width: auto;
    background-color: #3F9000;
}
#fptext {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 125px;
    width: 410px;
}
#txhead {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
}
#menu {
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}
#logo {
    z-index: 20;
    position: absolute;
    top: 15px;
    left: 430px;
    height: 139px;
    width: 437px;
    background-image: url('../img/logo.gif');
}
#headtext {
    z-index: 20;
    position: absolute;
    top: 210px;
    left: 530px;
    height: 139px;
    width: 320px;
    text-align: right;
    color: #E4E3CE;
    font-family: arial, sans-serif;
}
#headtxt, #utxt {
    font-size: 22;
    font-weight: bold;
    padding-right: 10px;
}
#headtxt, #ltxt {
    font-size: 18;
    font-weight: bold;
}
#innertxt {
    padding: 10px;
}
p {
    padding-bottom: 10px;
}
a {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    color: #E4E3CE;
}
div.spacer
{
    height:2px;
    color: #3F9000;
    background-color: #3F9000;
    margin: 0 0;
    padding: 0 0;
    border: 0;
    font: 1px/1px;
}
#links {
    color: #FFCC00;
}
#linkd {
    position: relative;
    left: 260px;
    padding-bottom: 50px;
}
#linkd, a {
    color: #000;
    font: bold 14px;
}
#linkd, a:hover {
    color: #FFCC00;
    font: bold 14px;
}
.setRight {
    	margin: 0px;
	padding: 0px;
	width: 75%;
	float: right;
}
.setLeft {
    	margin: 0px;
	padding: 0px;
	width: 100px;
        float: left;
}
