﻿
body{
background-image: url(/img/ktp-grad.jpg);
background-repeat: repeat;
font-family: Verdana, Tahoma, Arial;
}

.pagemaster
{
    width: 1000px;
    border: 1px solid #ABABAB;
    background: white;
    margin: 0px auto;
    margin-top: 3px;
}

.logo1
{
    width: 776px;
    height: 180px;
    border-bottom: 2px solid #ABABAB;
    background-image: url(/styles/logo1.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.logo2
{
    width: 1000px;
    height: 0px;
}

.logo3
{
    width: 1000px;
    height: 0px;
}

a img
{
    border: 0px;
}

a
{
    color: Purple;
    text-decoration: none;
}

a:hover
{
    color: Red;
}

h1
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.KTPHome{
	background-image: url(/img/home.jpg);
	background-repeat: no-repeat;
}

.contentdiv
{
    margin: 25px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    font-size: .9em;
}

.footer
{
    width: 290px;
    border: 1px solid #e1e1e1;
    background: white;
    margin: 0px auto;
    margin-top: 10px;
    font-size: .75em;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}