
	body {
		text-align: center; /* IE-fix */
		width: 100%;
		height: 100%;
                background-color : #FFFFFF;
	}
	
	div { text-align: left; 
            
        } /* Reset after IE-fix */
	
	#banner {
		width: 602px;
		margin: 10px auto;
                text-align: center;
	}

	#Container {
		width: 602px;
		margin: 10px auto;
	}

        #categories {
            width: 600px;
            text-align: center;
            background-color: #F9F9F9;
        }

        #categories h4 {
           font-size: 1.4em;
           margin-bottom: 5px;
        }

        #categories a {
           text-decoration: none;
        }
       
        #categories a hover {
           text-decoration: underline;
        }

        #category {
        }

        #category h3 {
           font-size: 2.5em;
	   color: #ce0630; 
        }

        #catLeft {
            width: 190px;
            float: left;
        }	

        #catRight {
            width: 190px;
            float: left;
        }	
	
	#Container {
		font: 0.7em verdana, arial, sans-serif;
                background-color: #FFFFFF
	}
	
	
	#Header {
	   background: #fff; //#f7e4e8;
	   color: #ce0630; 
	}
	
	#Header h1, #Header h2 {
   	        font-family: "Trebuchet MS";
                font-style: italic;
		text-align: center;
		padding: 2px;
		margin: 0;	
	}

        #Header h1{
                font-size: 4.0em;
        }

	#Header h2 {
          	color: #000000;
        }
	
        h2 a{
           color: #000;
        }


	#search {
		text-align: center;
		margin: 30px;
		font: 1.0em verdana, arial, sans-serif;
	}

        #search p {
           font-size: 2.0em;
           margin-bottom: 0;
        }

 	#befFooter {
		text-align: center;
	}


	#Footer {
		border-top: 1px solid #777;
		font-size: x-small;
                width: 600px;
                margin-top: 15px;
	}

	#Contents {
		/* border-top: 1px solid #777; */
		font: 1.2em verdana, arial, sans-serif;
                width: 470px;
                margin-top: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
                float: left;
	}

        #himedia {
            width: 120px;
            float: right;
            margin-top: 10px;
        }

        #Contents h4 {
           margin-bottom: 0px;
        }


	#Footer a {
		color: #000;
		text-decoration: none;
	}
	
	#Footer a:hover {
		color: #FFF;
		background: #00F;
	}

        .clear { clear: both; } 

        H3 {
            font-size: 10pt;
            font-family: Arial;            
            font-weight: bold;            
            color: #000000;
	    letter-spacing: 0px; 
        }   

        #categories a {
           color: #222;
           border-bottom: 1px dotted #CCC;
        }


