@charset "UTF-8";
/* CSS Document */

/* ====================  GENERAL RULES ===========================  */ 

body {	margin: 0 ; 
		background-image:url(images/left_grad.jpg); 
		background-position:left; 
		background-repeat:repeat-y;}
		
		

p { 	font-family: Futura, Verdana, Geneva, sans-serif; font-size:12px; color:#5c4b44}

#bg_layer_two { background-image:url(images/right_grad.jpg); 
				background-position:right; 
				background-repeat:repeat-y; 
				width: 100%;
				overflow:hidden;
				text-align:justify}


.img_titles{	float:left; clear:both  }



/* ==================  TOP BAR  =======================================  */ 


#top_bar  { height: 172px; 
			background-image:url(images/top_bar_bg.png); 
			background-position:top;
			background-repeat:repeat-x;}
			
			
.logo_image {	margin: 20px 0 0 60px ;
				float: left}
				

.url_image {	margin: 100px 100px 0px 0px ;
				float: right;border: none }


				
/* ==================  main_body  ============================*/  

#mid_container {	width:800px;
					margin: auto;}
					
#left_col { 		width: 500px;
					float: left;}
					
#right_col { 		width: 300px;
					float: right;
					padding: 10px 0 0 0}
					
					
.side_images {		padding: 3px; background-color:#5c4b44; margin: 0 0 50px 50px}


.large_image{  text-align:center}


.contact { font-size:18px}
.contact_highlight {color:#f41f7d}
.contact a {color:#5c4b44; text-decoration:none}
.contact a:hover { color:#5c4b44; text-decoration:none }

.button {border: none; margin: 5px}
