﻿body
{
    font-family: verdana;
    font-size: 12px;
    color: rgb(180, 180, 180);
    background-color: Black;
}

a:visited, a
{
    color: rgb(230, 230, 230);
}

a:hover
{
    color: White;
}


#navigation
{
    height: 20px;
    width: 670px;
    padding-left: 20px;
    position:relative;
    z-index: 4;
}

#content
{
    position:relative;
    z-index: 3;
    padding: 20px;
    width: 660px;
    height: 460px;
    background-repeat: repeat-y;
}

#all
{
	position: relative;
	left: 50%;
	margin-left: -350px;
	width: 700px;
    z-index: 2;	
}

.background
{
    position:absolute;
    top: 56px;
    margin-left: 20px;
    z-index: 1;
    filter: Alpha(Opacity=10); -moz-opacity:0.1; opacity: 0.1;
}

#ctl00_MainMenun1Items, #ctl00_MainMenun2Items
{
    background-color: Black;
    color: White;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: Alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
    padding-bottom: 3px;
    z-index: 9999;
}

#path
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 40px;
}

#header
{
    padding-left: 10px;
    height: 40px;    
    margin-left: 10px;
    width: 640px;
    vertical-align: top;
}

#footer
{
    text-align: center;
    margin-top: 25px;
}

#submit
{
    margin-left: 300px;
}

#contact1 input
{
    margin-bottom: 5px;
}
