/* CSS Document for LHD Web World - created by Luke Henry Dunstan lukedunstanuk@gmail.com */

html, body {
    height: 100%;
}

body {
	text-align:left;
}
		
img {
border: 0px;
}

.main_text{
color: #ffffff;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11pt;
line-height: 19px
}

.bottom_strap{
color: #ffffff;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11pt;
line-height: 19px;
text-align: center;
}

ul {
color: #666666;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
line-height: 16px
}

a {color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
}

a:hover{color: #999999;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
text-decoration: none;}

.nav {color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 15px;
}

.nav:hover{color: #999999;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 15px;
text-decoration: none;}

.nav_on {
color: #999999;
font-size: 15px;
text-decoration: none;
}

.nav_on:hover {
color: #FFFFFF;
font-size: 15px;
text-decoration: underline;
}

/* ********************** Div Tags ********************* */

#container{
margin-top:10px;
margin: 0 auto;
width:902px;
background-color: #000000;
}

#top{
width:900px;
background-color: #000000;
text-align: center;
}

#top_spacer{
width:900px;
height: 5px;
background-color: #ffffff;
}


#body_container{
width:900px;
background-color: #000000;
padding-top:10px;
}

#nav{
float:left;
width:140px;
padding-left:10px;
background-color: #000000;
}

#main_body{
float:right;
width:708px;
padding-left:20px;
padding-right:10px;
margin-right:10px;
margin-bottom:10px;
border-left: 1px solid #ffffff;
background-image:  url(images/bg-main.gif);
background-position: right bottom;
background-repeat: no-repeat;
background-color:#000;
}

#bottom_spacer{
width:900px;
height: 5px;
background-color: #ffffff;
}

#bottom{
height: 45px;
width:900px;
padding-top: 3px;
background-color: #000000;
}

#fltL {
margin-top:4px;
	float:left;
	font-family:"Times New Roman", Times, serif;
    font-size:11px;
	color:#FFFFFF;
	background-color: #000000;
}
#fltR {
margin-top:4px;
	float:right;
	font-family:"Times New Roman", Times, serif;
    font-size:11px;
	color:#FFFFFF;
background-color: #000000;
}
#fltR a{
	font-family:"Times New Roman", Times, serif;
    font-size:11px;
	color:#FFFFFF;
}
