﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 20px;
    background: #000000 url(images/background_main3.jpg) repeat-y center top;    
}
a:link
{
    text-decoration: none;
    color: #ff0000;
}
a:visited
{
    text-decoration: none;
    color: #0000ff;
}
a:hover
{
    text-decoration: none;
    color:  #0000ff;
}
a:active
{
    text-decoration: underline;
    color: #000000;
}

h6
{
   margin: 2px 0 2px 0;
}

h5
{
   margin: 2px 0 2px 0;
}

h4
{
   margin: 2px 0 2px 0;
}

h3
{
   margin: 2px 0 2px 0;
}

h2
{
   margin: 2px 0 2px 0;
}

h1
{
   margin: 2px 0 2px 0;
}

#header h1
{
    font-size: 24px;
    font-weight: bold;
    color:  black;    
   
}
#header h2
{
    font-size: 13px;
    font-weight: bold;
    color: 
}
/*********************************************
* Masterpage
*********************************************/
#header{
	border: medium #A0A0A0 solid;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	height: 112px;
	margin-top: 0px;
	background-image: url('Images/tile.gif');
}

/* Navigation strips */
#navtop
{
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	width: 726px;
	margin-top: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}

#footer
{
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 5px;
	font-size: 10px;
	color: black;
	padding-top: 5px;
}
/*****************************
* Pages
*****************************/
#body
{
    width: 726px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}



