 body{
background-image: url(http://www.linwoodoptical.com/imagefiles/optical.jpg);
margin:0;
padding:0;
line-height: 1.3em;
}

b{font-size: 110%;}

p{font-size: .9em;
line-height: 1.1em;
}

#maincontainer{
border: 1px solid black;
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 10px;
}

#topsection{
background-image: url(http://www.linwoodoptical.com/imagefiles/linwood.png);
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#topsection2{
height: 30px; /*Height of top section*/
background-image: url(http://www.linwoodoptical.com/imagefiles/glasses.png);
border-bottom: 1px solid black;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 185px 0 185px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 184px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background-image: url(http://www.linwoodoptical.com/imagefiles/eyewear.png);
border-right: 1px solid black;
font-size: .9em;
line-height: 1.3em;
}

#rightcolumn{
float: left;
width: 184px; /*Width of right column*/
margin-left: -185px; /*Set left margin to -(RightColumnWidth)*/
background-image: url(http://www.linwoodoptical.com/imagefiles/eyewear.png);
border-left: 1px solid black;
font-size: .9em;
line-height: 1.3em;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
}

.box{
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
width: 470px;
}

.boxbody{
border-top: 1px solid black;
background-color: #f6c489;
margin-top: 10px;
width: 455px;
padding: .5em;
line-height: 1.25em;
font-size: .9em;
}

.sidemenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 183px;
border: 0px solid #000000;

}

.sidemenu li a{
background: black url(topmenu.png) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;

}


* html .sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}


.sidemenu li a:hover, .sidemenu li .current{
color: #666666;
background-image: url(topmenu2.png);
}


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}