BODY{
    margin:10; 
    padding:0;
    font-family: 'Verdana', Sans-Serif; color : #000000; 
    
    font-size:  14px;
    background: #cccccc;

    } 


P { font-family : Arial,Verdana,Helvetia; 
font-size : 10pt;} 


a:link {color:#B6252A; text-decoration: none}
a:visited {color:#FF0000; text-decoration: none}
a:active {color:#FF0000;}
a:hover {color:#000000;}



#container {
			width: 800px;
			
			border: thick solid #B6252A;
			background-color: #CCCCCC;
			margin-left: auto;
			margin-right: auto;
                  
			
		}

		#banner {	
                                              height:128px;
										  background:url(images/logo.jpg) left no-repeat; 
		              background-color: white;
		}

		#content {
			width: 620;
                        		height:750px;
      			margin-right: auto;
			background-color: white;
		}

		#sidebar-a {
			float: left;
			width: 183px;
                        		height:750px;
			margin-left: ;
                        		background:url(images/navi_back.jpg) repeat-y; 
			background-color: white;
		}

		#footer {
			clear: both;
			background:url(images/main_back.jpg) repeat-y; 
			background-color: white;
		}
