/* CSS Document */
/*
body {
 	min-width: 958px;
	margin: 0px;
	background-color: #9a8479;
 	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
    width: 958px;
    margin: 0px auto;
}
*/
#nav {
		background-color: white;
		height:35px;
}

#navCircle {
        margin: 0;
        padding: 5px 0px;
        padding-bottom: 35px;
        border-bottom: 1px solid white;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
		text-align:center;
}

#navCircle a:link, #navCircle a:visited {
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        padding: 0 10px 0px 10px;
        text-decoration: none;
        color: #000;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 5px;
        color: #990000;
        background: url(images/Circle.gif) no-repeat bottom center;
}

#column {
	background:#FFFFFF;
	padding-top:20px;
}

#column1 {
	width:250px;
	text-align:center;
}

#column2 {
	width:538px;
	text-align:left;
	margin:5px 10px 10px 5px;
  padding-right:15px;
}

#column3 {
	width:170px;
	text-align:center;
}

#panel {
	background: url(images/panel.gif) no-repeat center;
	width:205px;
	height:351px;
	margin-bottom:40px;
}

#hotbox {
  display: hidden;
  background: url(images/hotbox.jpg) no-repeat center;
	width:220px;
	height:150px;
	margin-bottom:20px;

  color: #ffffff;
}

#image {
	margin-bottom:20px;
  padding-right:5px;
}

#footer {
	background: #990000;
	padding:10px;
	color:#FFFFFF;
}