/* Top Level */

body { margin:0px; background-image:url(../../en/images/interface/bg.jpg); font-family:Georgia; color:#333333; font-size:12px; }

/* Header */

#header { background-image:url(../../en/images/interface/header-bg.jpg); background-repeat:repeat-x; height:120px; text-align:center; }
#mainMenu { background-image:url(../../en/images/interface/main-menu-bg.jpg); background-repeat:repeat-x; height:45px; padding:10px 0px 0px 10px; font-size:11px; }
#mainMenu a { color:#FFFFFF; font-style:italic; padding-right:30px; text-decoration:none;  }

/* Interface Elements */

.encapsulation { width:950px; }
.buffer { clear:both; }

/* Layout */

#splitLeft { width:200px; float:left; }
#splitRight { width:700px; margin-left:50px; float:left; }
.sideContents { padding:20px 0px 20px 5px; }