body {
	margin: 50px auto;
	padding: 0;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	color: #000;
	width: 629px;
}

h1 {
	margin: 0 auto 30px;
	width: 106px;
	height: 101px;
	background: url(/images/format_design.png) no-repeat;
	font-size: 1em;
}

h1 span {
	display: block;
	width: 106px;
	height: 101px;
	visibility: hidden;
}

h2 {
	font-size: 1.2em;
}

p, ul {
	font-size: 1.2em;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	float: left;
	margin: 0 20px 0 5px;
}

p#intro {
	font-style: italic;
}

a:link, a:visited, a:hover, a:active {
	color: #12519C;
}

div#address {
	margin: 50px 0 0;
	width: 629px;
	height: 15px;
	/*background: url(/images/address.png) no-repeat;*/

}

address {
	font-style: normal;
	color: #369;
	font-size: .9em;
}

/*
address {
	width: 629px;
	height: 15px;
	display: block;
	visibility: hidden;
}
*/

.clear {
	clear: both;
}