/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #83895C
}

a:link {
     border: none;
     color: #003399;
     text-decoration: none;
     font-weight: bold
}

a:visited {
     color: #003399;
     text-decoration: none;
     border: ;
     font-weight: bold
}

a:hover {
	border: none;
      color: #660099;
      text-decoration: none;
     font-weight: bold
}

/** HEADER */

#header {
     width: 700px;
     height: 80px;
     margin: 0 auto
}

/** CONTENT */

#content {
     width: 720px;
     margin: 0 auto;
     background: #EFEBDF url(images/img01.gif) repeat-y left top
}

#columnA {
     float: left;
     width: 440px;
     padding: 25px 20px 0 30px;
     background: url(images/img02.gif) no-repeat left top
}

#columnB {
     float: right;
     width: 200px;
     padding: 25px 20px 0 10px;
     background: url(images/img03.gif) no-repeat left top
}

/** FOOTER */

#footer {
     width: 720px;
     height: 50px;
     margin: auto;
     background: url(images/img04.gif) no-repeat left top
}

#footer p {
     margin: 0;
     padding: 35px 0 0 20px;
     font: bold small Arial, Helvetica, sans-serif;
     color: #777777;
     text-indent: 100px
}

p.block
{
     text-align: center;
     font-size: small
}

p.block2
{
     text-align: left;
     font-weight: bold;
     font-size: small
}

table.c1
{
     border-color: #83895C;
     border-style: solid;
     border-width: thick;
     margin-left: auto;
     margin-right: auto
}

table.c2
{
      margin-left: auto;
      margin-right: auto
}

table.c3
{
      margin-left: auto;
      margin-right: auto;

      border: 3px;
      border-color: #AAAAAA;
      border-style: solid;
      background-color: #000000;

      text-indent: 5px
      font-size: medium;
      font-style: normal;
      font-family: serif, Arial;
      font-weight: bold;
      color: #FFFFFF
}

table.c4
{
      border:2px;
      border-style: solid;
      margin-left: auto;
      margin-right: auto
}


hr.c1
{
     width: 370px;
     border-bottom-color: #83895C;
     border-bottom-width: thin
}

font.c1
{
      color: #003399
}

h1.c1
{
     color: #003366;
     font-family: serif, Arial;
     font-style: normal;
     text-align: center
}

h2
{
     color: #83895C;
     font-family:  Arial, Helvetica, sans-serif;
     font-style: normal;
     text-align: center;
     font-weight: bold
}

h3
{
     color: #83895C;
     font-family: Arial, Helvetica, sans-serif; 
     font-style: normal;
     text-align: center;
     font-weight: bold
}




p.block
{
     text-align: center
}

div.c1
{
     text-align: center
}

div.c2
{
     margin-left: auto;
     margin-right: auto
}