/* CSS Document */


body {  }
#wrapper { width: 960px; margin: 0 auto; padding: 0; } /* Setting margin to 0 auto will center this div */
#header { width: 100%; padding: 0; background-color:#333333; height: 15px; } /* Change the height to whatever it needs to be */
#navbar { width: 100%; margin: 0; padding: 0; height: 50px; } /* Change the margin and padding to align, and height as needed */
#main { width: 100%; margin: 0; padding: 0; } /* Change the height to whatever it needs to be */
#footer { width: 100%; margin: 0; padding: 0; height: 100px; } /* Change the margin values to align, and height as needed */


/* Sidebar and content */
 
#sidebar { width: 260px; background-color:#FFFFFF; height: 500px; } /* Change the width as needed */
#content { width: 700px; margin: 0; padding: 0; background-color:#FFFFFF; height: 500px; } /* Change the width as needed */
 
/* Float controls */
 
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }


/* Body content */
.style1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; margin: 50px; }
body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #333333; }
body { background-image:url(../images/linesinthebackground.gif); }
