﻿body{
margin:0;
padding:0;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-position:top center;
color: #7b877c;
}

#container{
width: 1050px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#head{
width: 1050px;
text-align: center;
}

#navrow {
width: 950px;
text-align: center;
position: relative;
z-index: 100;
}

#nav{
width: 652px;
margin-left: auto;
margin-right: auto;
padding-right: 10px;
}

#maincontents{
clear: both;
width: 1050px;
z-index: 0;
}

#leftcolumn1 {
float: left; 
width: 170px; 
left: 0px;
margin-top: 30px;
padding-right: 20px;
padding-left: 10px;
font: 10pt/20pt Arial, helvetica, sans-serif;
/*font-weight: bold;*/
font-style: italic;
}

#leftcolumn1 a:link {
  color: #718071;
  text-decoration: none;
}
#leftcolumn1 a:visited {
  color: #718071;
  text-decoration: none;
}
#leftcolumn1 a:hover {
  color: #993300;
  text-decoration: none;
}
#leftcolumn1 a:active {
  color: #993300;
  text-decoration: none;
}

#middlecolumn1 {
float: left; 
width: 800px; 
left: 220px;
margin-top: 20px;
font: 10pt/15pt Arial, helvetica, sans-serif;
}

#middlecolumn1 a:link {
  color: #993300;
  text-decoration: none;
}
#middlecolumn1 a:visited {
  color: #993300;
  text-decoration: none;
}
#middlecolumn1 a:hover {
  color: #993300;
  text-decoration: underline;
}
#middlecolumn1 a:active {
  color: #993300;
  text-decoration: underline;
}