/** author: prabode weebadde **/
/** style for the blog, this controls the layout and the fonts **/

html,body {
 margin: 0 0 0 0;
 padding: 0px;
 height: 100%;
 min-height: 100%;
 font-family: verdana, Geneva, Arial, sans-serif;
 font-size:12px;
 /**background-color:#CC3366; **/
 background-color:#FFFFFF; 
}
#main {float:left;
 margin: 0 0 0 0;
 padding: 0px;
  	width: 1200px;
  	min-height: 100%;
  
}
#main input {font-family:Arial; font-size: 10px; color:#333333;}

#main A {color:#CC3366;}
#main A:active {color:#00FF00;}
#main A:visited {color:#CC3366;}


 
table.a{color:#CC3366;}
td.a{color:#CC3366;}

#content{
	float:left;
	width: 400px;
	margin: 0 0 0 0;
        min-height: 646px;
        
}

p.link a:hover 
{
background-color:#2B2E21;
color:#CC3366;
}

#header{
   margin: 0 0 0 0;
   float: left;
   width: 900px;
   text-align: center; 
   height: 110px;
   font-style: italic;
   color: #0000FF;
   line-height:100px;
   font-size: 500%;
   background-image: none ; 
   }   

#header2{
   margin: 0 0 0 0;
   float: right;
   width: 250px;
   font-size:200%;
   text-align: left;
   vertical-align:bottom; 
   height: 110px;
   line-height:50px;
   font-style: italic;
   color: #0000FF;
   line-height:100px;
   background-image: /flyer/Robert_logo.jpg ; 
   }   

 #left-column{
   float:left;
   padding: 1px;
   margin: 0px 0px 0px 0px;
    width: 150px;
   font-size: 100%;
   height: 646px;
   min-height: 646px;
   } 

 #sale{
    font-size: 120%;
    color: #000000;
     } 
 #sale a{
        
          color: #CCCC00;
 }
  
 #partyH1{ 
           font-size:150%; 
           color:#00FFFF;
         }
 #partyBody{ font-size:200%;
             color:#CCCC00;
           }
         
			
/*
 * Show image placeholders
 */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }
}  

   
  

 
 
 
  
