body {
background-image: url(../images/bg_drop.jpg);
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin:0px;
padding:0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

#mainTable {
padding:0px;
margin:0px;
background-image:url(../images/back_pixel.jpg);
background-repeat:repeat-y;
background-position:center;
}

#header {
height:61px;
background-image: url(../images/bg_top.gif);
background-repeat:repeat-x;
}

#rightShadow {
background-image: url(../images/shadow_right.jpg);
background-repeat:repeat-y;
width:10px;
}

#leftShadow {
background-image: url(../images/shadow_left.jpg);
background-repeat:repeat-y;
width:10px;
}

.gutter {
width:10px;
}

.centerColumn {
width: 418px;
}

.leftColumn {
width:157px;
}

.rightColumn {
width:157px;
}


#footer {
height:61px;
background-image: url(../images/bg_bottom.gif);
background-repeat:repeat-x;
}
