#container {
	width: 700px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


#header {
	height:145px;
	padding: 0;
	margin-bottom: 0;
	background-image: url(img/header.jpg);
}

#contentcontainer {
	margin: 0;
	padding: 0;
	margin-top: 23px;
	background-image: url(img/contentcontainer_back.gif);
	background-repeat: repeat-y;
}

#contenthead {
	padding: 0px;
	height: 14px;
	background-image: url(img/contentcontainer_header.gif);
}
#content {
	margin-top: 0px;
	margin-left: 128px;
	margin-right: 182px;
	background-image: url(img/curl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	font-weight: bold;
}

#left {
	float: left;
	width: 126px;
    margin: 0;
	margin-top: 0;
    margin-left: 0;
}

#right {
	float: right;
	width: 142px;
    margin: 0;
	padding: 0 3 0;
}

#footer {
	clear: both;
	margin-top: 0;
	height: 14px;
}

#footerext {
	margin-top: 0px;
	height: 14px;
	background-image: url(img/contentcontainer_footer.gif);
	background-repeat: no-repeat;
}



#opening {
	margin-top: 40px;
	margin-left:6px;
}

#menu1 {
	margin-top: 118px;
	padding: 0px;
	float: right;
}

#menu1 a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#menu1 a:hover {
	color: #712424;
	text-decoration: none;
}

#menu1 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
}

#menu1 li {
      margin: 0;
      padding: 0;
      float: right;
}

#menu1 li {
      padding-right: 5px;
}

#menu1 li#active a {
	color: #712424;
}

#menu2 {
	width: 120px;
	margin-top: 14px;
	margin-left: 1px;
}

#menu2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 11px/18px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
}

#menu2 a
{
display: block;
padding: 1px 3px;
width: 119px;
background-color: #fcaf63;
border-bottom: 1px solid #f7941e;
}

#menu2 a:link
{
color: #fff;
text-decoration: none;
}

#menu2 a:hover
{
background-color: #fff0de;
color: #ff8d06;
}

#menu2 a:visited
{
color: #fff;
text-decoration: none;
}

#menu2 li#active a
{
background-color: #fff0de;
color: #ff8d06;
}

#menu2 ul li a:hover
{
background-color: #fff0de;
color: #ff8d06;
}

#rightcolum1 {
	margin-top: 20px;
}

#ruler {
	height: 3px;
	background-image: url(img/ruler.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ruler2 {
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #eeb777;
}

#img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

