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

div#main {
	width: 700px;
	height: 400px;
	margin: 20px auto 0 auto;
	position: relative;
}
	
div#main h1{
	width: 222px;
	margin-left: 400px;
	margin-top: 120px;
	position: absolute;
	color: #291402;
	font-family: georgia;
	font-size: 26px;
}

div#main dl#contact{
	width: 250px;
	height: 200px;
	top: 150px;
	left: 400px;
	position: absolute;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

div#main img#contactus{
	width: 193px;
	height: 300px;
	top: 20px;
	left: 150px;	
	position: absolute;
}