@import "header.css";
@import "maintext.css";
@import "headings.css";
@import "tables.css";

body
{
   font-family: Georgia, "Times New Roman", serif;
   margin: 0;
   padding: 0;
   background-color: #fff;
   background-image: url(images/cubase_logo.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
}

img.center
{
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.semi_wide_silver_border
{
   border: 3px double silver;
   width: 95%
}

#content
{
   position: relative;
   clear: both;
   width: 650px;
   margin-left: auto;
   margin-right: auto;
   z-index: 2;
   margin-bottom: 0;
}

.floatright {float: right; }

a img
{
   border: none;
   background-color: transparent;
}

.enclosed_light_blue_box
{
   background-color: rgb( 189, 230, 255 );
   margin-left: 17px;
   margin-right: 17px;
   padding: 20px;
   border: 1px #b0b1ba solid;
   margin-bottom: 15px;
}

.code-example, pre
{
   font-family: Courier, "Courier New", monospace;
   background-color: #f3f1f4;
   margin-left: 20px;
   margin-right: 20px;
   padding: 20px;
   border: 1px #b0b1ba solid;
   margin-bottom: 15px;
}

