/*CSS Document
CSS For The Vintage Brick Template
Created by the EID Production Studios
*/ 


body, html {
			font-family: arial, tahoma, verdana, heveltica, sans-serif;
			font-size: 12px;
			margin: 0 auto;
      padding: 0;
      background: #1e1c16;
      background-image: url(images/cp_bg.jpg);
	    background-repeat: no-repeat;
      background-attachment: fixed;
	    background-position:top center;
      color: #b5b59e;
			line-height: 17px;
 			}
    	
#content {
      width:720px;
      padding: 1px;
    	}
    	
#wrap {
			background:#1e1c16;
			margin:0 auto;
			width:720px;						 			
 			}    	
   			    
#footer {
					text-align:center;
					font-size: 10px;
				}		
					
		
/* Link formatting */

a {
   text-decoration: none;
   font-weight: bold;
   }   
	
a:link {
			color:#1d5f7f;
		 	}
		 
a:visited {
			color:#1d5f74;
	    }
          
a:hover {
			color:#aa4444;
		  }
		 
/*Every navigational image need to be classed 'nav' 
		   so that it nills the hover font change defined above */
a.nav:hover {
             text-decoration: none;
             font-size: 100%;
						 }		

/*other elements*/		
hr    {
			width: 600px;
		}	
		
strong {
				font-size: 105%;
				}	
		
table	{
				background-color:#2f2d27;
				border: 1px solid;
				border-color: #555555;
			}				

 /* Make any tag with the class 'center', center-align */  
.center {
			text-align: center;
		  } 		
		  
/* Does the same as above, excepts when the id is 'center'
   Useful when the class is already being used */
#center {
			text-align: center;	 		  
		  }
/*When the moon hits your eye, like a big pizza-pie, that's Amore!
/*When the stars make you drool, just like pasta fazul, that's Amore*/
		  
/* End */		  