﻿#main
{
    width: 980px;
    margin: 0 auto;
    background: url(images/bg-main.jpg) no-repeat;
}

#header, #content, #footer
{
    font-size: 0.75em;
}

.col-1, .col-2, .col-3
{
    float: left;
}

/*======= index.html =======*/
#page1 #content .row-1
{
    width: 452px;
    height: 140px;
}
#page1 #content .row-2
{
    width: 441px;
    height: 130px;
}
#page1 #content .row-3
{
    height: 117px;
}

/*======= index-1.html =======*/
#page2 #content .row-1
{
    width: 452px;
    height: 220px;
}
#page2 #content .row-2
{
    width: 441px;
    height: 80px;
}
#page2 #content .row-2 .col-1
{
    width: 200px;
    margin-right: 41px;
}
#page2 #content .row-2 .col-2
{
    width: 200px;
}
#page2 #content .row-3
{
    height: 117px;
}

/*======= index-2.html =======*/
#page3 #content .row-1
{
    width: 452px;
    height: 160px;
}
#page3 #content .row-2
{
    width: 441px;
    height: 150px;
}
#page3 #content .row-3
{
    height: 117px;
}

/*======= index-3.html =======*/
#page4 #content .row-1
{
    width: 440px;
    height: 355px;
}
#page4 #content .row-3
{
    height: 117px;
}

/*======= index-4.html =======*/
#page5 #content .row-1
{
    width: 482px;
    height: 355px;
    overflow: auto;
}
#page5 #content .row-1 .col-1
{
    width: 382px;
}
#page5 #content .row-1 .col-2
{
    width: 100px;
}
#page5 #content .row-1 .col-2 .col-1
{
    width: 43px;
    margin-right: 7px;
}
#page5 #content .row-1 .col-2 .col-2
{
    width: 43px;
}
#page5 #content .row-3
{
    height: 117px;
}

/*======= index-5.html =======*/
#page6 #content .row-1
{
    width: 440px;
    height: 145px;
}
#page6 #content .row-2
{
    width: 477px;
    height: 160px;
}
#page6 #content .row-2 .col-1
{
    width: 249px;
}
#page6 #content .row-2 .col-2
{
    width: 220px;
}
#page6 #content .row-2 .col-3
{
    width: 398px;
}
#page6 #content .row-3
{
    height: 117px;
}

/*======= index-6.html =======*/
#page7 #content .row-1
{
    width: 472px;
    height: 355px;
}
#page7 #content .row-3
{
    height: 117px;
}

/*=========================*/


#footer
{
    height: 73px;
    width:477px;
    margin-left:457px;
}


td.navtd
{
    font-size: 14px;
    width: 80px;
    height: 30px;
}
tr.navtr
{
    font-size: 14px;
    height: 30px;
}

table.fulltable 
{  
	 font-size: 14px;
	 width:477px;
}

A:visited
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}
A:link
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #c8c8f2;
}
A:visited
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
A:active
{
    text-decoration: none;
    color: #c8c8f2;
    font-family: Arial, Helvetica, sans-serif;
}
A:hover
{
    text-decoration: underline;
    color:  #CC0000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

