html {	background: white;	
	font-family: "Times New Roman", serif;
	font-size: 15px;	
	}
body {
	width: 800px;
	background: url(pix/bg-tile.jpg) 0 231px;
	margin: 5px auto;
	}
h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }


#header { 
	position: relative;
	height: 250px;
	}
#header h1 {
	margin: 0 0 5px 230px;
	position: relative;
	top: -180px;
	}
#header h2 {
	margin: 0 0 0 230px;
	position: relative;
	top: -182px;
	line-height: 20px;
	}
#header p.tel {
	margin: 0 0 0 280px;
	position: relative;
	top: -175px;
	line-height: 18px;
	}
#header p.tag {
	margin: 0 80px 0 230px;
	position: relative;
	top: -165px;
	line-height: 18px;	
	font-weight: bold;
	font-size: 14px;
	}
#main {
	padding: 5px 40px;
	}
#footer {
	font-weight: bold;
	font-size: 110%;
	}
.tel {
	font-size: 125%;
	color: #800;
	white-space: nowrap;
	font-weight: bold;
	}
	
.right { 
	position: relative;
	float: right;
	}

.left { 
	position: relative;
	float: left;
	margin-right: 10px;
	}
.center { text-align: center; }
.clear { clear: both; }
.black { color: black; }
.small { font-size: 80%; }
.cowbox { 
	position: relative;
	float: left;
	padding: 3px; 
	margin: 1px 1px 0 0;
	border: 1px solid #333;
	height: 280px;
	}
.cowbox p { 
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 85%;
	}
.copy {
	width: 400px; 
	margin: 15px auto; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	}
