body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
  background-color: #7c2720;
  margin: 0 auto;
  background-image: url(images/sq_bg.gif);
}

a:link, a:visited, a:active {
	color: #7C2720;
	text-decoration: none;
}

a:hover {
	color: #893C36;
	text-decoration: none;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {

	margin: 5px 0px 5px 0px;
    text-align:center;

}
#container {
	width:776px;
    background-color:#FFFFFF;
}

.header {
	background: url(images/sq_head.jpg) no-repeat #fff;
    height:31px;
}
.mast1 {
	background: url(images/sq_mast1.jpg) no-repeat #fff;
    height:143px;
}
.mast2 {
	background: url(images/sq_mast2.jpg) no-repeat #fff;
    height:113px;
    padding-top: 20px;
}
*html .mast2 {
    height:133px;
}

.menu {
	padding: 0 10px 10px 5px;
	width: 150px;
	vertical-align: top;
    color: #fff;
}

.menu ul, .menu li {
	list-style-type: none;
	margin-left: 0;
}

.menu li span a{
	background: url(images/sq_menu_bg.gif) no-repeat;
    width: 151px;
    height:21px;	
    margin-bottom: 3px;
    padding: 3px 0 0 25px;
    display:block;
    margin-left: -30px;
    *margin-left: 0px;
}
.menu li li span a{
	background: none;
    height: 21px;
    width: 111px;
    margin-bottom: 3px;
    padding: 3px 0 0 25px;
}
.menu li ul li span a:hover{
    color: #CBA567;
}
.menu li span a:hover {
  background-position: left -24px;
}
.menu li a{
	color: #884031;
	font-weight: bold;
    width: 170px;
    height: 22px;
    display: block;
}
.menu li a:hover{
	color: #fff;
}

.menu_current a{
	color: #000000;
}

.highlight {
	background-color: #D0D0D0;
}

.content {
	padding: 0 20px 20px 20px;
	height: 400px;
	vertical-align: top;
}

.sidebar {
	width: 206px;
	vertical-align: top;
	background: url(images/sq_sidebar_bg.gif) right repeat-y;
}

.footer {
	background: url(images/sq_foot.jpg) no-repeat;
	text-align: left;
    color: #fff;
    padding-left:25px;
	height: 103px;
    line-height: 1.8em;
}

p {
	line-height:2em;
  }

.addr {
	padding: 5px;
    text-align:center;
	color: #7C2720;
    margin: auto;    
}

