/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/



body {
	background:url(images/bg.png) repeat-x;
    margin:0px; padding:0px;   
    font-family:Arial, Helvetica, sans-serif;
    }
	


#main {  
	position:relative;
	height: 768px;
	width:1024px;
	background:url(images/contact.png);
	margin-right:0px;
    }
	
#logo{
	position:absolute;
	height: 102px;
	width: 279px;
	background:url(images/logo.png) no-repeat;
	border: 0pt;
	top:0px;
	left:0px;
	text-indent: -2000px;
    }

#logo a {  
         display: block;  
         width: 279px;  
         height: 102px;  
         outline: none;  
         text-decoration: none;  
    }  

#buttons {
	position:absolute;
	top:40px;
	left:703px;
}

#buttons li{  
	font-family:Verdana;  
    list-style:none;   
    font-size:12px;  
    text-transform:uppercase;  
    display:inline;  
    color:#000000; 
} 

#buttons li a{  
    text-decoration:none;  
    color:#000000;  
	
}

#buttons li a:hover{  
    text-decoration:none;  
    color:#ff0000;  
}  

#footer {
	font-family:Verdana;
	position:absolute;
	top: 668px;
	left: 357px;
	color:#000000;
	font-size:10px;
	line-height:14px;
	width: 336px;
	height: 90px;
} 

#footer a {  
		 color:#FF0000;
         display: inline;   
         outline: none;  
         text-decoration: none;  
    } 
	
#footer p{
text-align:center;  
}

#content {
	position:absolute;
	width:577px;
	height:80px;
	position:absolute;
	top: 214px;
	left: 134px;
	border: 0pt;
} 

#images a{
		 display:inline;   
         border:#FF0000;  
         text-decoration: none;
		  

}


	



/* @end */
