/* Linformation CSS Document */

body
{
        background: url('background.png');
        margin:auto;
        width:800px;
}
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
a:active, a:visited, a:link
{
        color:#333333;
        text-decoration: none;
        font-size: 12px;
}
a:hover
{
        text-decoration:underline;
        font-size: 12px;
}
.main
{
        width:800px;
        border: 1px solid #70BCD7;
}
.header
{
        margin-bottom:20px;
        border-bottom: 1px solid #70BCD7;
        height: 100px;
}
.box1
{
        border-top: 1px solid #70BCD7;
        border-bottom: 1px solid #70BCD7;
        border-right: 1px solid #70BCD7;
        width: 370px;
        float:left;
        clear: both;
        padding: 10px;
}
.box2
{
        text-align:right;
        border-top: 1px solid #70BCD7;
        border-bottom: 1px solid #70BCD7;
        border-left: 1px solid #70BCD7;
        width: 350px;
        float:right;
        padding: 10px;

}
.box3
{
        border-top: 1px solid #70BCD7;
        border-bottom: 1px solid #70BCD7;
        border-right: 1px solid #70BCD7;
        width: 370px;
        float:left;
        clear: both;
        padding: 10px;
		    margin-top: 20px;
}
.box4
{
        text-align:right;
        border-top: 1px solid #70BCD7;
        border-bottom: 1px solid #70BCD7;
        border-left: 1px solid #70BCD7;
        width: 350px;
        float:right;
        padding: 10px;
		    margin-top: 20px;        
}
.box5
{
        border-top: 1px solid #70BCD7;
        border-bottom: 1px solid #70BCD7;
        border-right: 1px solid #70BCD7;
        width: 780px;
        float:left;
        clear: both;
        padding: 10px;
		    margin-top: 20px;
        text-align: center;
}
.box5 h3
{
		font-size: 10px;
		padding-bottom: 1px;
}
.box5 img {
  border: 0;
}

ul
{
        list-style:none;
        margin:0;
        padding:0;
        line-height: 18px;
}
.spacer
{
        clear: both;
        height: 0px;
        line-height: 0px;
}
.footer
{
        background:url('footer.png');
        color: #FFFFFF; 
        border-top: 1px solid #70BCD7;
        height: 21px;
        width: 800px;
        text-align: center;
        margin-top: 20px;
        line-height:20px;
        padding-top:1px;
}
.footer a {
		color: #FFFFFF;
		text-decoration: none;
}
.footer a:link {
		color: #FFFFFF;
		text-decoration: none;
}
.footer a:hover
{
		color: #FFFFFF;
		text-decoration: underline;
}