* { padding: 0; margin: 0; }

body {
 font-family: arial, sans-serif;
 background: #111111;
 color: #ffffff;
 height: 100%;
 background-image:url('background_logo.png');
 background-position: bottom right; 
 background-repeat:no-repeat;
}
#wrapper { 
 margin: 0px auto;
 background-image:url('background.jpg');
 background-position: 0px 192px; 
 background-repeat:no-repeat;
 padding-top: 32px;
 width: 760px;
 min-height: 608px;
}
#header {
 height: 160px;
 background-image:url('header.jpg');
 background-position:left; 
 background-repeat:no-repeat;

}
#leftcolumn {
 float: left;
 width: 188px;
 padding: 16px;
 color: #ffffff;
}
#content { 
 float: left;
 width: 504px;
 display: inline;
 margin: 0px 0px 0px 0px;
 padding: 16px;
 /*min-height: 616px;*/
}
#rightcolumn {
 float: left;
 width: 166px;
 margin: 0px 0px 0px 0px;
 padding: 16px;
}
#footer {
 clear: left;
 /*padding: 16px;
 text-align: center;
 background-image:url('background_logo.png');
 background-position: bottom right; 
 background-repeat:no-repeat;*/
 height: 188px;
}
/*#footer { 
 text-align: center;
 width: 100%;
 bottom:0pt;
 position:absolute;
}*/
/*#menu {
 width: 760px;
 height: 32px;
 background: #000000;
 background-image:url('menu.jpg');
 background-position: bottom left; 
 background-repeat:no-repeat;
}*/
div.popupmenu {
 width: 64px;
 background: #000000;
 margin-left:-16px;
 margin-top:26px;
 border: 1px solid rgb(64,64,64);
 padding: 4px 4px 4px 4px;
}
div.submenu div.submenu {
 padding-left: 16px;
}
div.submenu a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #ffffff;
 padding: 2px;
 width:100%; height:100%; display:block;
}
div.submenu div.submenu a {
 font-size: 12px;
 color: #aaaaaa;
}
div.submenu a:hover {
 color: #f26522;
}
div.submenu div.submenu a:hover {
 color: #f26522;
}
div.edit {
  display: inline;
	padding: 4px;
}
.popupmenu {
 position:absolute;
 display:none;
 text-align: left;
}
.popupmenu a {
 font-family: Arial, Helvetica, sans-serif;
 color: #5B80B2;
 font-size: 12px;
}
.menulink {
background:transparent url(menulink.gif) no-repeat scroll center left;
padding-left:16px;
padding-top:4px;
padding-bottom:4px;
border-top: 1px solid #555555;
}
.menulink:hover {
 background:transparent url(menulink_active.gif) no-repeat scroll center left;
}
p, li {
 font-size: 12px;
 line-height: 150%;
}
h1 {
 /*color: #3399ff;*/
 color: #f26522;
 line-heighit: 150%;
 font-weight: normal;
 font-size: 150%;
}
h2 {
 color: #f26522;
 /*line-height: 150%;*/
 font-weight: normal;
 font-size: 125%;
}
h3 {
 color: #f26522;
 line-height: 150%;
 font-weight: normal;
 font-size: 100%;
}
table.main_menu a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #ffffff;
 text-decoration:none;
 vertical-align: middle;
}
a, a:hover, a:visited {
color:#f26522;
text-decoration:none;
}
.sitemap_link {
background:transparent url(sitemap.png) no-repeat left center;
padding:8px;
}
/*#logo {
 position:absolute;
 right:0px;
 bottom:0px;
 width: 100;
 height: 100%;
 background-image:url('background_logo.png');
 background-position: bottom right; 
 background-repeat:no-repeat;
}*/


