/* written by jkotecha */
* {margin: 0; padding: 0; }
#main {width: 700px; height: 925px; background: #A0A0FF;}

#header {text-align: center; font-size: 32px; height: 58px; 
         width: auto; background: url(../../gifbox/stripes.gif) white;
	 border-width: 5px 0 5px 0; border-style: solid; border-color: #3366CC;
         z-index: 1; margin: 0px 0px 15px 0px;}

#icon {z-index: 2; position: absolute; top: 0px; left: 0px;}
       
#footer {clear: both; text-align: center; font-size: 8px; 
         font-family: veranda, sans-serif; 
         height: 32px; width: 700px; background: black;
	 border-width: 2px 0 0 0; border-style: solid; 
         border-color: #5252CC; color: white;}

#container {
		width: 755px; margin: 0px auto 0px auto; padding: 0; 
		background: #3D77CF; position: relative; float: none;
 		z-index: 0; 
           }

h4 {color: black; font-size: 18px; padding: 0 0 0 12px;}


/* directory header */

/*  feed content */
#feed {margin: 0px 15px 0px 15px;}


/*adspace */
#adspace {float: left; width: 140px; height: 755px;
          overflow: hidden; border: 1px solid red;
	  margin: 0px 0px 0px 18px;
          }

/* This is needed at the bottom of the containing element e.g. main to allow FF auto to work */
.clear {clear: both; font-size:1px; line-height:0px;}
