@charset "UTF-8";
/* Reset to plain */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal;
}

body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#logo {
	width: 325px;
	margin: 0 auto;
}
#main {
	width: 1100px;
	margin: 0 auto;
	background-color: #FFF;
}
#mainInside {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}
#footer {
	margin-top: 20px;
	margin-bottom: 30px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #243745;
}
h1 {
	border: solid 1px #777;
	text-indent: 7px;
	padding-bottom: 2px;
	background-color: #FBF7E3;
}
p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 13px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

