body {
  background-color: #dad5c1;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  font:   12px Arial;
  }

h2 {
  font:   18px Arial Black;
  color:  #2F2F2F;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
  }

h3 {
  font: 14px Arial;
  font-weight: bold;
  color: #2F2F2F;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px dotted;
  border-color: #8E8E8E;
  }

p {
  margin: 15px 0px 0px 0px;
  }
table {
  margin:     10px 0px 10px -1px;
  width:      100%;
  }

#input1 {
  width:    250px;
  font:     11px Arial;
  padding:  2px;
  border: 1px solid;
  border-color: #8E8E8E;
  }

#textarea1 {
  width: 250px;
  height: 160px;
  font: 11px Arial;
  padding: 2px;
  border: 1px solid;
  border-color: #8E8E8E;
  }
  
#select1 {
  width: 255px;
  height: 165px;
  padding: 2px;
  font: 11px Arial;
  border: 1px solid;
  border-color: #8E8E8E;
  vertical-align: top;
  outline: none;
  }

a {
  color:    #A52A2A;
  text-decoration: none;
  font-weight:     bold;
  }
a:hover {text-decoration: underline;}

ol {margin: 15px 0px 0px 10px}

li {margin: 5px 0px 5px 15px}

a img {
  margin: 2px 0px 2px 0px;
  border: 1px solid;
  border-color: #8E8E8E; 
  }
a img:hover {
  border-color: #A52A2A;
  }
#container {
  position: relative;
  width:  900px;
  height: auto;
  margin: 0px 0px 0px -450px;
  left:   50%;  
  }

#header {
  width:  900px;
  height: 270px;
  background-image: url(img/header.jpg); 
  }

#logo {
  position: absolute;
  width:    198px;
  height:   152px;
  background-image: url(img/logo.jpg);
  text-indent: -8000px;  
  }

ul#menu {
	position: absolute;
	margin:   0;
	padding:  0;
	width:    900px;;
	height:   83px;;
	top:      182px;
	left:     23px;
	text-indent: -7000px;
  }

	ul#menu li a{
		display: block;
		float:   left;
		height:  83px;
		width:   212px;
		margin:  0; padding: 0; 
	}
		ul#menu li{
		display:block;
		float:  left;
		height: 83px;
		width:  212px;
		margin: 0; padding: 0;
	}
  #link0 {background-image: url(img/menu/butt1.jpg);}
  #link1 {background-image: url(img/menu/butt2.jpg);}
  #link2 {background-image: url(img/menu/butt3.jpg);}
  #link3 {background-image: url(img/menu/butt4.jpg);}
  
  ul#menu li a:hover{background-position: 0 -83px;}
 	ul#menu #active a{background-position: 0 -166px;}

#content {
  position:   relative;
  width:      832px;
  min-height: 450px;
  _height:    450px;
  margin:     0px 0px 30px -416px;
  left:       50%;
  background-image:     url(img/content-bg.jpg);
  background-position:  545px 0px;
  background-repeat:    repeat-y;
  }

#right {
  position: absolute;
  width:    255px;
  height:   450px;
  right:    0px;
  margin:   0px;
  padding:  0px;
  top:      -15px; 
  }

#text {width:  538px;}

#footer {
  position:     relative;
  width:        840px;
  height:       90px;
  margin:       0px 0px 0px 23px;
  border-top:   1px solid;
  border-color: #8E8E8E;  
  }
#footer-text {
  width:      100%;
  text-align: center;
  position:   absolute;
  top:        7px;
  }


