html {
	font: message-box;
}
body {
	background: url('bg.gif') repeat;
	background-color: #a2acc5;
	/*background-color: white;*/
	color: black;
	/* MSIE */
		-text-align: center;
		-padding: 0 1em;
	font-size: 93%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
	/* MSIE */
		-box-sizing: content-box;
}

img {
	border-width: 0px;
	border: none;
	margin: 20px;
	min-width: 10px;
}

#sitewrap {
	margin: 20px auto;
	text-align: center;
	font-family: "Palatino", "Palatino Linotype", sans-serif;
	font-size: 0%;
}


#frame_inside {
	position: relative;
	z-index: 10;
	margin-left: -21px;
	font-size: 0.98em;
}

#header {
	font-size: 1em;
	font-family: "Palatino", "Palatino Linotype", sans-serif;
	font-size: 130%;
	text-align: center;
	margin: 0;
	padding-bottom: 50px;
	background: white url("img/frame_b.gif") bottom repeat-x;
}
#title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
#title h1 {
	font-size: 2.6em;
	padding: 10px;
	font-weight: normal;
	text-align: center;
}
#title p {
	font-weight: normal;
	font-size: 0.98em;
	padding: 0 18px;
	text-align: center;
}
#title a:link, #title a:visited {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px darkblue;
}

#title a:hover {
	color: blue;
	border-bottom: dotted 1px blue;
}

