/* This is a style sheet for www.cg48.org
	 This is  the style sheet for index.php
	 
	 12/9/04: Initial CSS ..Frank Vanhoof
*/

#main {
				position: absolute;
				left: 0px;
				top: 0px;
				width:655px;
	
}
#title {
			 width:655px;
			 color: #FFFFFF;
			 background-color:#6e94b7;
			 margin: 0px 0px 0px 0px;
			 padding: 0px 0px 0px 0px;
			 border-color:#6e94b7;
			 border-width:1px 1px 1px 1px;
			 border-style:solid;	 
}
#title h2 {
			 margin: 10px 0px 10px 0px;
			 padding: 0px 0px 0px 0px;
			 text-align:center;
			 font-weight:lighter;
			 }
#navbar {
			 width:655px;
			 background-image: url(images/catbg.gif);
			 margin: 0px 0px 0px 0px;
			 padding: 0px 0px 0px 0px;
			 border-color:#6e94b7;
			 border-width:1px 1px 1px 1px;
			 border-style:solid;		 
}
#navbar table {
			width:100%;
			}		
			
#navbar tr   {
		 width:100%;
		 
		 }	
#navbar td   {
		 width:100px;
		 text-align:center;
		 font-size:small;
		 }			

#maintext {
			 position:static;
			 width:655px;
			 color:#005177;
			 /*border-color:#6e94b7;
			 border-width:1px 1px 1px 1px;
			 border-style:solid;*/
			 
			 }
#maintext h1 {
					padding: 0px 5px 0px 5px;
					font-weight: lighter;
			}
#maintext img {
					float:right;
					}		
#maintext p {
					padding: 0px 5px 0px 5px;
					}
					
#legal {
			 position: absolute;
			 left:0px;
			 top: 420px;
			 width:655px;
			 }	
#legal p {
      color:#005177;
			font-size:x-small;
			} 
				
a:link, a:visited    
{
    color: #005177;
    background-color: transparent;
    text-decoration: none;
}

a:hover 
{
    color: #cc3333;
    background-color: transparent;
    text-decoration: none;
}

