.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background: #ffffff url("../images/background3.jpg") repeat-y scroll top center;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    color: #564b47;
    height: 100%;
}
b {
    font-size: 110%;
}
em {
    color: red;
    font-size: 110%;
}
p, pre{
    padding: 5px 10px;
    margin:0px;
}
.clear {
    clear: both;
    margin: 0;
}
ul#more {
    clear: right;
    margin-top: 60px;
}
.myinline li {
    display: inline;
}



/* HEADER SECTION */
#header {
    background: transparent url("../images/header_bg.jpg") 100%; 
    height: 280px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#header .googlead {
    margin: 0;
    padding: 15px 10px 0 0;
    text-align: right;
}
#header h1 {
    margin: 0;
    padding: 0 4px 4px 4px;
    text-align: right;
    font-size: 18px;
    font-family: "Comic Sans MS",cursive;
    color: #fcfcfc;
}
#header h2 {
    margin: 0;
    padding: 0 4px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    font-family: "Comic Sans MS",cursive;
    color: #f7f7f7;
}
#header img {
    margin: 0;
    padding: 0px;
    border: 0;
    float: right;
    text-align: right;
}
#header ul.inline {
    margin: 0;
}
#header li.inline {
    display: inline;
    padding-left: 3px;
    padding-right: 7px;
    border-right: 1px dotted #066;
    margin: auto;
}
#header li.inlinelast {
    display: inline;
    padding-left: 3px;
    padding-right: 7px;
    margin: auto;
}



/* PRODUCTS SECTION */
#productwrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.productcontent {
    float: left;
    width: 30%;
    text-align: center;
    margin: 4px;
    padding: 5px;
}
.productinfo {
    background: #a8c2fb;
    border: 2px dotted #2c7fcf;
    padding: 4px;
    margin: 4px;
    width: 260;
}
.productsimilar {
    background: #dddddd;
    border: 2px dotted;
    font-weight: bold;
    padding: 4px;
    margin: 4px;
    width: auto;
}
.breadcrumbs li {
    display: inline;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #1d67af;
}
.breadcrumbs a {
    color: #1d67af;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    color: #000000;
    text-decoration: none;
}
.suggestcontent {
    float: left;
    text-align: center;
    width: 25%;
    margin: 0;
    padding: 0;
}



.authmessage {
    text-align: center;
    font-size: 10pt;
    color: #0a9000;
}
.authlinks {
    text-align: center;
    text-decoration: none;
    font-family: "Times New Roman", Serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: #c20000;
}
a.authlinks {
    color: #c20000;
    font-family: "Comic Sans MS",cursive;
    text-decoration: underline;
}
a.authlinks:hover {
    color: #0474e4;
    text-decoration: none;
}


/* CONTENT */
#maincontainer {
    background: transparent url("../images/content_bg.jpg") 100%;
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
#contentwrapper {
    float: left;
    width: 100%;
    padding: 0px;
    min-height: 600px;
}
#contentwrapper h1 {
    font-size: 19px;
    margin-left: 260px;
    margin-right: 20px;
    text-align: center;
    color: white;
    line-height: 1.2em;
}
#contentwrapper h2 {
    font-size: 15px;
    margin-left: 260px;
    margin-right: 20px;
    text-align: center;
    color: white;
    line-height: 1.2em;
}


.commentbox {
    font-family: "Comic Sans MS", cursive;
    background-color: #ececec;
    font-size: 110%;
    width: auto;
    min-height: 50px;
    height: 3em;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    margin: 0;
    padding: 10px;
}
.commentbox img {
    border: 0;
    float: left;
    text-align: left;
    padding: 0 10px 10px 0;
}
.commentbox a {
    color: #068044;
    text-decoration: none;
    font-size: 80%;
}
.commentbox a:hover {
    color: #000fff;
    text-decoration: underline;
}
.commentfooter {
    background: #ffffff url("../images/arrow.gif") 20px 0 no-repeat;
    padding-left: 58px;
    padding-top: 1px;
    font-size: 90%;
    color: #4A4A4A;
}
.commentlogin {
    background: #ececec;
    border: 2px dotted #c20000;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-weight: bold;
}
.commentlogin a {
    color: #0000ff;
    text-decoration: underline;
}
.commentlogin a:hover {
    color: #068044;
    text-decoration: none;
}




#sidebar {
    float: left;
    width: 250px; /*Width of left column*/
    margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
    height: 700px;
    padding: 0px;
}
#sidebar h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #1d67af;
}
#sidebar h3 {
    font-size: 14px;
    font-family: 'Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background: url("navside_arrows/mainelist_header.gif") no-repeat;
    color: #f3f3f3;
    padding: 1px;
    margin: 0;
    height: 26px;
    width: 250px;
}
#sidebar .footer {
    font-size: 14px;
    font-family: 'Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background: url("navside_arrows/mainelist_footer.gif") no-repeat;
    color: #f3f3f3;
    padding: 3px;
    margin: 0;
    height: 26px;
    width: 250px;
}
#sidebar .wrapper {
    background: transparent url("navside_arrows/mainelist_body.gif") repeat-y;
    width: 250px;
    margin: 0;
    padding: 4px;
}
#sidebar .content {
    margin: 0 30px 0 30px;
}
#sidebar ul.inline {
    margin: 0 auto;
}
#sidebar li.inline {
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}


/* CONTENT BLOCKS */
#block {
    margin: 0 30px 0 260px; /*Set left margin to sidebar Width*/
    background: #ffffff;
    border-left: 2px solid #9b0000;
    border-right: 2px solid #9b0000;
    border-bottom: 2px solid #9b0000;
}
#block p {
    margin: 0;
    padding: 5px;
    vertical-align: top;
    color: #000000;
    width: auto;
    font-family: Arial, sans-serif;
    font-size: 11pt;
}
#block h2 {
    font-family: 'Arial',Sans-Serif;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000000;
    padding: 5px 10px;
    margin: 0;
    background: transparent url("../images/underscore.gif") bottom center no-repeat;
}
#block h3 {
    font-size: 16px;
    font-family: 'Times New Roman',Serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #c20000;
    color: #f3f3ff;
    border-top: 2px solid #9b0000;
    border-bottom: 2px solid #9b0000;
    padding: 5px 15px;
    margin: 0;
}
.blockphotos {
    background: #ffffff;
    text-align: center;
    padding: 4px;
    margin: 4px;
    width: auto;
}
.blockwrapper {
    background: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#blockcontentright {
    margin-left: 50%;
    margin-right: -3px;
    width: 50%;
}
#blockcontentleft {
    margin-left: -100%;
    margin-right: -3px;
    width: 50%;
}
.blockcolumn {float: left;}
* html .blockcolumn {display: inline;}
* html #blockcontentright li {height: 1%;}




#gallery {
    text-align: center;
    background: #ffffff;
}
#gallery p {
    display: inline;
}
#gallery span {
    margin: 5px;
    vertical-align: top;
    width: 90px;
    display: table-cell;
    display: inline-table;
    display: inline-block;
}
#gallery p img {
    margin-bottom: 5px;
}
#gallery a {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #c20000;
    text-decoration: none;
}
#gallery a:hover {
    color: #0474e4;
    text-decoration: underline;
}



img.download {vertical-align: middle;}
img.floatleft {
    border: 0;
    float: left;
    text-align: left;
    margin: 4px;
}
img.floatright {
    border: 0;
    float: right;
    text-align: right;
    margin: 4px;
}
img.floatcenter {
    border: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}


#footer {
    clear: both;
    color: #000;
    text-align: center;
    background: transparent url("../images/footer_bg.jpg") 100%; 
    height: 60px; /*Height of top section*/
    padding: 0;
    margin: 0;
}
#footer h3 {
    margin: 0;
    padding: 7px 0 8px 0;
    text-align: center;
    font-size: 12px;
    color: #1d67af;
}
#footer a {
    color: #0009c0;
    text-decoration: none;
}
#footer a:hover {
    color: #000cff;
    text-decoration: underline;
}

#calendar {
    font-size: 12pt;
    width: auto;
    height: 140px;
    border: 10px solid #ffffff;
    margin: 0;
    padding: 10px;
    background: #ececec url("../images/calendar_bg.gif") top center no-repeat;
    text-align: center;
}
#calendar p {
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
}
#calendar a {
    color: #068044;
    text-decoration: underline;
    font-size: 80%;
}
#calendar a:hover {
    color: #000fff;
    text-decoration: none;
}
#calendar .name {
    color: #c20000;
    font-family: "Comic Sans MS", Cursive;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
}
#calendar .details {
    font-size: 80%;
    line-height: 1.5em;
    font-style: italic;
}
#calendar .location {
    text-align: right;
    font-weight: bold;
    font-size: 80%;
}
#calendar .links {
    text-size: 80%;
    font-style: italic;
}
