html
{
    height: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    scrollbar-arrow-color: #5A4722;
	scrollbar-track-color: #F0E3CA;
	scrollbar-base-color: #D0C3AB;

}
#background
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#container
{
    position: absolute;
    z-index: 1;
    width: 988px;
    height: 495px;
    left: 50%;
    top: 50%;
    margin-left: -494px;
    margin-top: -274px;
}
#top
{
    height: 84px;
    width: 100%;
    
	 
	
}
#navigation
{
    height: 42px;
    width: 896px;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 15px 0px 0px 0px;
	position:relative;
	top:27px;
	font-weight:lighter;
	
}
.visitlink
{
	color:#CCC;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-decoration:none;
	float:left;
	position:relative;
	top:66px;
	left:-7px;
	
	}


#content
{
    height: 403px;
    width: 100%;
    background: #F0E3CA url(images/background_content.jpg) top left repeat-x;
}
#footer
{
    height: 31px;
    width: 100%;
    text-align: left;
}
#footer img
{
    border: 0px;
    padding-top: 8px;
}
#logos
{
    width: 612px;
    float: left;
    text-align: left;
}
#address
{
    height: 57px;
    width: 376px;
    float: left;
    text-align: left;
}
#address p
{
    font-family: Verdana, Times New Roman, Times, Courier New;
    color: #CCC;
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
    line-height: 13px;
    margin: 0px;
    padding: 14px 0px 0px 0px;
}
#address p.livingtech
{
    padding-top: 5px;
}
#address p.livingtech a
{
    font-family: Verdana;
    font-size: 10px;
    color: #CCC;
    text-transform: none;
    text-decoration: none;
}
#content_image
{
   width: 375px;
   height: 403px;
   overflow: hidden;
   float: left; 
}
.content_text
{
    width: 535px;
    height: 343px;
    overflow: auto;
    padding: 30px 35px 30px 43px;
}
.content_text h1
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: Verdana,Times New Roman, Times, Courier New;
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
}
.content_text h2
{
    color: #FFFFFF;
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-family: Verdana, Arial;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
}
.content_text p
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
}
.content_text td p
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
}
.content_text a, 
.content_text a:link, 
.content_text a:active, 
.content_text a:visited
{
    text-decoration: underline;
    color: #201B11;
}
.content_text hr
{
    height: 1px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    border: 0px;
    border-top: 1px solid #FFFFFF;
}
.content_text h1.news
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-family: Verdana,Times New Roman, Times, Courier New;
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
}
.content_text h2.news
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: Verdana, Arial;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
}
.content_text p.news
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
	
}
a.btn, a.btn:link, a.btn:active, a.btn:visited
{
    height:69px; 
    width:80px;
    background-image: url(images/taoslogo.png);
	float:left;
   
}

a.btn:hover
{
    background-image: url(images/taoslogo.png);
	float:left;
}
