﻿html, body, form
{
    width: 100%;
    height: 100%;
    font-family:Times New Roman, "Times", Serif;
}
#topColor, html, body, form 
{
    
}

#header 
{   
    font-size:85%;
    color:#ABABAB;
    padding-top:20px;
}
#position
{
    width:620px;
    height:100%;
    margin:0 auto;
    position:relative;
}
#website 
{
    min-height:100%;
    background-color:White;
}

div
{
    text-align: left;
}
#container 
{
   width:100%;
   height:100%;
    
}
#topColor 
{
    height:110px;
}
#headerText 
{
    height:75px;
} 
#logo 
{
    float:left;
    width:275px;
}
#address 
{
    float:left;
    width:190px;
}
#tel
{
    float:left;
}
.clear 
{
    clear:both;
    float:none;
    
}
#content 
{
    color:#E10036;
    font-size:146.5%;
    padding-left:50px;
    padding-top:23px;
}
#content a 
{
    color:#E10036;
    text-decoration:none;
}
#content a:hover
{
    text-decoration:underline;
}
.title 
{
    text-decoration:underline;
}
