* {margin: 0;
   padding: 0;
}

.un{
	
	text-decoration: underline;
}

body {
    background-image: url(images/body_tile.jpg);
    background-repeat: repeat-y;
    font-size: 60.5%;
    font-family: arial, "Times New Roman", Times, serif;
}

#container {
    width: 954px;
    font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 2030px;
	width: 274px;
	padding: 0px;
}

#right {
    background-image: url(images/right_bg.jpg);
    float: left;
    height: 1630px;
    width: 590px;
    padding-top:90px;
    padding-right: 90px;
    background-repeat: no-repeat;
}

#footer {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    height: 50px;
    width: 524px;
    padding-left: 430px;
    padding-top: 28px;
    clear: both;
}

span#hands1 {
    background: url('images/hands.jpg') no-repeat;
    width: 120px;
    height: 89px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-right: 10px;
	float:right;
}

span#hands2 {
    background: url('images/hands3.jpg') no-repeat;
    width: 112px;
    height: 104px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-right: 10px;
	float:right;
}

span#shoe {
    background: url('images/shoe.jpg') no-repeat;
    width: 112px;
    height: 112px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-right: 10px;
	float:right;
}

span#mainpic {
    background: url('images/elandre2.jpg') no-repeat;
    width: 270px;
    height: 398px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-right: 20px;
	float:right;
}

span#corporate {
    background: url('images/corporate.jpg') no-repeat;
    width: 300px;
    height: 200px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-right: 20px;
	float:right;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#right ul
{
margin-left: 30px;
font-family: Arial, Helvetica, sans-serif;
}

#right li
{
margin-bottom: 5px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
    color: #74752b;
    text-decoration: none;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 7px;
    font-weight: bolder;
}

#navcontainer a:hover
{
    color: #75492b;
    background-image: url(images/bullet_hover.png);
    background-repeat: no-repeat;
}

p {margin-bottom: 15px;
   margin-top: 15px;}

h1 {
    text-align: center;
    margin-top: -62px;
    margin-bottom: 40px;
    font-family: "Times New Roman", Times, serif;
    color: #FFA193;
    font-size: 3em;
}

h2 {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 40px;
    font-family: "Times New Roman", Times, serif;
    font-style: none;
    color: #FFA193;
    font-size: 1.2em;
}

h3 {
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-style: none;
    color: #FFA193;
    font-size: 1.6em;
}

h4 {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #FFA193;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 10px;
}

blockquote {
    font-style: italic;
    border: 1px dotted #98A549;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #74752B;
    
}

a:link {color: #C37B56}
a:visited {color: #C37B56}
a:hover {color: #993300}
a:active {color: #993300}
