/* 
 * G Kustom Kuhl
 * dealers.css
 * author:  miinx [at] miinx.com.au
 */


@import url("master.css");

h3 {
	background-image: url(" /images/dealers/hdr_dealers.gif");
	width: 248px;
	height /**/:38px;
	padding-top: 38px;
	left: 361px;
	top: 56px;
	}
	
	* html h3 {
		top: 72px;
		}
		

div#content {
	width: 700px;
	margin-top: 60px;
	}
	
	* html div#content {
		top: -70px;
		}
	
	#right_col {
		float: left;
		width: 43%;
		}
	
	#left_col {
		float: right;
		width: 55%;
		}
		
		h4 {
			font: bold 16px "courier new", courier, monospace;
			color: #e7d3a9;
			letter-spacing: 1px;
			margin-bottom: 0;
			}
			
			p {
				font: 14px/20px "courier new", courier, monospace;
				color: #e7d3a9;
				margin: 0 0 40px;
				}

/* --- links --- */
#content a {
	font: 14px/20px "courier new", courier, monospace;
	color: #e7d3a9;
	text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
		color: #d99947; 
		}



#footer {
	padding-top: 20px;
	}
	
	* html #footer {
		padding-top: 0;
		}