/* Start of CMSMS style sheet '2xtm Layout: Innerpages' */
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 940px; /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   height: 666px;
   background: transparent url(media/images/backgrounds/2xtm_website_version1_inner.jpg) no-repeat 0 0;
   color: black;
   position: relative;
}


#maincontent {
   position: absolute;
   top: 202px;
   left: 400px;
   font-size: 90%;
}

#header h1 a {
display: block;
text-indent: -999em;
position: absolute;
left: 124px;
top: 51px;
width: 160px;
height: 90px;
}

#innerpages_content {
position: absolute;
top: 167px;
left: 374px;
overflow-y: auto;
overflow-x: hidden;
height: 400px;
border-bottom: 2px solid #71C9E4; 
padding-left: 16px;
padding-top: 15px;
width: 430px;
font-size: 1em;
}

#innerpages_sidebar {
position: absolute;
top: 180px;
left: 174px;
width: 200px;
height: 400px;
overflow-x: hidden;
overflow-y: auto;
font-size: 1em;
}

.imgFloatLeft {
float: left;
padding-right: 15px;
}

.imgFloatRight {
float: right;
padding-left: 15px;
}
/* End of '2xtm Layout: Innerpages' */

