/* New CSS Layout Template with Left Side Navigation Bars - updated on 1/05/10 by smd */

body {margin: 5px 0px 5px 0px;
  	  background-color: #FFCCFF; font-family: Verdana;
  	 }

/* {border: 4px solid blue;} */


/* Style for Container */

#container {width: 800px; background-color: white; margin-left: auto; margin-right: auto; border: 4px solid red;}

/* Style for Header - top part of our Webpage */

#header {width: 792px; height: 120px; margin-left: auto; margin-right: auto; background-color: #FF66FF;}

/*Style for Left Menu Bar - adjusting the Width to match the Header image*/

#leftside {float: left; width: 200px; height: 100%; margin-left: 5px; margin-top: 5px; }

/* Style for Main section of the page - adjusting the Width to match the Header */

#main {float: right; width: 574px; height: 100%; margin-right: 5px;}

/* Style for Footer - top bottom part of our Webpage */

#footer {clear: both; width: 792px; height: 100px; margin: 0px; padding: 0px; background-color: #FFFFFF; border-top-style: solid; border-top-color: white;}


/* end of style sheet */
