/* Start of CMSMS style sheet 'Global settings' */
* {
   padding: 0;
   margin: 0;
}

body, html {
   height: 100%;
}

.fullheight {
   height: 100%;
}

body {
   background: url(uploads/webparts/top.gradient.jpg) top left repeat-x;
   background-color: #f3fbfe;
   font: 10pt Tahoma;
   color: #505050;
   line-height: 1.7em;
}

td {
   vertical-align: top;
}

img {
   border: 0px none;
}

dfn {
   display: none;
   visibility: hidden;
}

#pagewrapper {
   width: 798px;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
}

#left {
   width: 19px;
   background: url(uploads/webparts/bottom.left.shadow.jpg) top right repeat-y;
}

#right {
   width: 19px;
   background: url(uploads/webparts/bottom.right.shadow.jpg) top left repeat-y;
}

#main {
   background: url(uploads/webparts/content.top.gradient.jpg) top left repeat-x;
   background-color: #ffffff;
}

#header {
   height: 180px;
}

#header td {
   height: 180px;
}

#page {
}

#left_image {
   background: #000000; 
   padding: 1px;
}

#left_image img {
   width: 180px;
}

#sidebar {
   width: 240px;
   float: left;
   clear: left;
   display: inline;
   padding-right: 12px;
   text-align: right;
}

#content {
   width: 460px;
   padding-left: 12px;
   float: left;
   clear: none;
   display: inline;
   font: 10pt Tahoma;
   color: #707080;
   line-height: 1.6em;
   letter-spacing: 1px;
}

#content h1 {
   font: 12pt Tahoma;
   text-transform: uppercase;
   color: #9090a0;
   margin-bottom: 16px;
   width: 100%;
   display: block;
   border-bottom: 1px solid #a0a0b0;
   border-right: 12px solid #a0a0b0;
}

#gallery {
   width: 700px;
   padding-left: 12px;
   float: left;
   clear: none;
   display: inline;
}


#footer {
   height: 32px;
}

#footer td {
   height: 32px;
   font: 8pt Tahoma;
   line-height: 1.7em;
   color: #808090;
   text-align: center;
   border-top: 1px dotted #b8b8c8;
   padding-top: 4px;
}
/* End of 'Global settings' */

