/*
Layout css for flathillplc.com
by Terry O'Leary
*/
html, body {
	height:100%;
	}
#distance { 
	width:1px;
	height:40%;
	margin-bottom:-233px; /* half of container's height */
	float:left;
}
body{
/*background:url(../../media/gif/bg.gif) repeat;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(../../media/gif/bg.gif) repeat;
}
#main{
width:1000px;
margin:auto;
clear:both;
padding:1px;

}
#banner{
width:1000px;
height:60px;
background:#4B2757;
margin-bottom:3px;
}
#content{
width:1000px;
background:url(../../media/jpg/purple_bg.jpg) repeat;
}
#banner img{
padding:5px;
float:left;
padding-top:8px;
}
#banner ul{
padding:0px;
margin:0px;
float:right;
font-size:0.6em;
line-height:8pt;
clear:right;
list-style:none;
}
#banner li{
padding-left:0px;
margin-left:0px;
display:inline;
padding-left:10px;
background:url(../../media/gif/top_bullet.gif) -3px 3px no-repeat;
}
#banner a{
padding-left:0px;
margin-left:0px;
text-decoration:none;
color:#AAACAB;
}
#footer{
width:990px;
/*border:1px solid white;*/
height:25px;
clear:both;
padding-right:10px;
padding-bottom:3px;
margin-top:20px;
}
#footer p{
padding:0px;
margin:0px;
font-size:7pt;
line-height:8pt;
color:#AAACAB;
text-align:right;
background:#4B2757;
display:block;
padding:1px;
float:right;
}
p.welcome{
font-size:14pt;
line-height:18pt;
color:#AAACAB;
background:#4B2757;
display:inline;
/*padding:8px;*/
padding-left:0px;
}
#left_col{
/*width:200px;
border:1px solid blue;*/
/*height:400px;*/
float:left;
clear:left;
padding:10px;

}
#right_col{
width:720px;
/*border:1px solid red;*/
float:right;
clear:right;

}
#inner_left{
padding-top:70px;
width:575px;
/*height:300px;*/
/*border:1px solid green;*/
float:left;
margin-bottom:30px;
padding-bottom:70px;
/*margin-left:45px;*/

}
.highlight{
color:#E6E6E6;
}