body
{
	margin: 0;
	margin: 0 auto;
	background: #b5aa90 url(../cmsimages/pattern.png) top left repeat;
}

#main
{
	width: 920px;
	height: auto;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
}

#header
{
	width: 700px;
        height: 177px;
        float: right;
        vertical-align: top;
	background: #ccc url(../cmsimages/home_header.jpg) no-repeat;
}


#content
{
	float: right;
	width: 700px;
	height: 427px;
        padding: 0px;
	background: #ccc url(../cmsimages/main.jpg) no-repeat;
}


#content p
{
margin-top: -0px;
}


#footer
{
	color: #b8b7a3;
	text-align: center;
	float: right;
	width: 700px;
	height: 33px;
        padding-top: 17px;
	background: #ccc url(../cmsimages/footer.jpg) no-repeat;
}

#lefty
{
	padding-top: 170px;
        width: 200px;
        float: left;
	height: auto;
	color: #8a4437;
	font-family: Verdana, Arial, sans-serif;
}

#lefty #menu
{
	color: #8a4437;
	font-family: Verdana, Arial, sans-serif;
        text-align: right;
}

#lefty #menu a:link, #lefty #menu a:visited
{
	line-height: 250%;
	background-color: transparent;
	color: 8a4437;
	border-bottom: none;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 105%;
	letter-spacing: .025em;
}

#lefty #menu a:hover
{
	color: #8a4437;
	text-decoration: none;
	font-weight: bold;
}

#lefty #menu .selected a
{
    font-weight: bold;
    color: #8a4437;
}

#lefty #menu .navtop
{
	padding: 0;
	margin: 0;
}

#lefty #menu .navtop li
{
	list-style-type: none;
}

#lefty #menu .navtop li a
{
	padding-top: 0;
}

#lefty #menu .navtop ul li a {
    display: block;
    height: 18px;
   text-decoration: none;
   color: #8a4437;
   font-weight: bold;
   font-size: 90%;
   text-align: right;
}

#lefty #menu .navtop ul li a:hover
{
   color: #8a4437;
   font-weight: bold;
}

#lefty #menu .navtop ul {
   display: none;
   margin-bottom: 25px;
   margin-right: 20px;
}

#lefty #menu .selected ul {
   display: block;
    font-weight: bold;
}

#globalcontent
{
	float: right;
	width: 700px;
    	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #fff;
}

body#elj #globalcontent
{
	color: #fff;
}
/*tiny styles*/
body#editor 
{
	color: #999999;
	background-color: #ffffff;
}


