﻿* {border:0px; margin:0px; padding:0px;}

body 
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background-color:#c6c6c6;
    font-family:Tahoma, Verdana, Arial, Times;
    font-size:12pt;
}

h1
{
    font-size:1.2em;
    padding-bottom:10px;
    color:gray;
    font-weight:normal;
}
h3
{
    color:Blue;
    text-align:center;
}

p {    padding:10px 0px;}
li{    margin:10px 30px;}
tr{ height:25px;}
td{ width:100px;}

#banner
{
    background-image:url('images/banner.jpg');
    background-repeat:no-repeat;
    height:200px;
}

#buttons
{
    float:right;
    padding-right:50px;
    margin-top:120px;
    width:110px;
}

#buttons img { padding:5px;}

#nav 
{
    height:33px;
    background-image:url('images/nav.jpg');
    background-repeat:no-repeat;
    text-align:center;
    padding-top:7px;
    font-size:0.8em;
}
#nav a
{
    text-decoration:none;
    color:#333333;
    margin-left:10px;
    margin-right:10px;
}
#nav a:hover
{
    text-decoration:underline;
    color:#333333;
    margin-left:10px;
    margin-right:10px;
}

#content
{
    background-image:url('images/content.jpg');
    background-repeat:repeat-y;
    padding:20px 60px;
    font-size:11pt;
}

#footer 
{
    background-image:url('images/footer.jpg');
    background-repeat:no-repeat;
    height:43px;
    padding-top:57px;
    text-align:center;
    font-size:0.8em;
}
#footer a, #footer a:link 
{
    text-decoration:none;
    color:black;
}
#footer a:hover 
{
    color:Gray;
}

.image, .spec 
{
    float:right;
    padding:3px;
    border:1px solid black;
    margin:5px 0px 5px 10px;
}

.spec 
{
    float:none
}

input 
{
    border:1px solid black;
}

.valid 
{
    width:400px;
    font-size:8pt;
}