
#container	 {position:relative;
          	 margin-left:auto; margin-right:auto; 	
          	 width:950px; 	
           	text-align:left;
            	}

body         {margin:0 0 0 0; 	
         	 text-align:center;
         	 background-color:#859CCC;}

h1		     {font-family:Verdana, Arial, Helvetica, Sans-Serif; color:#36c;
	         font-size:25px; text-align:center; }
		
h2		     {font-family:Palatino, Arial, "Times New Roman", "Times Roman", Serif; color:#000000;
		     font-size:21px; font-weight:lighter;}

h3		    {font-family:Verdana, Arial, Helvetica, Sans-Serif; color:#e5210b;
		     font-size:25px; text-align:center; }


#header 	{background:#204080;
  			position:absolute;
  			top:0px; left:30px;
   		    width:890px; height: 100px;
  			border:5px double #fff300;}	
  			
#navbar 	{position: absolute;
			top:110px; left:30px;
			width:890px; height:75px;
			background-color:#36c;
			border:5px double #fff300;}
				
#content	{position:absolute;
			background-color:#D2D9E1;
  			top:195px; left:30px;
  			width:860px; min-height:600px;
  			padding:15px;
			border:5px double #fff300;}
			

						
	

a:hover		{background-color:yellow;}			

.crest		{position: absolute;
			top:17px; left:20px;}
		
.rafling	{position: absolute;
			top:09px; right:20px;}

.roundel	{position: absolute;
			top:09px; right:100px;}

.rounddel	{position: absolute;
			top:09px; left:100px;}
			
.banner		{position: absolute;
			top:09px; left:333px;}
			

			
			
