@charset "utf-8";
/* global reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, img, h1, h2, h3, h4, h5, h6, {
	padding: 0;
	margin: 0;
	border: none;
	text-align:center;
}
body { background-color:#F5F5F5;
}
p { text-align:left; padding:10px 30px 10px 30px; word-spacing: 2px; letter-spacing: 1px; text-indent:30px;
}
 h1, h2, h3, h4, h5 { text-align:center;
}
blockquote, q { font-style:italic; padding: 100px;
}
ul { list-style: none;
}
ol { list-style: disc; text-align:left; padding:65px;
}
li.m { float:left; width:140px; border: #000 thin solid;
}
a { text-decoration:none;
    text-align:center;
	display:block;
}
.menu { width:900px; padding-bottom: 30px;
}
.content {
	background-color:#FFF;
	border: none;
	margin:auto;
	width: 900px;
}
.header { background-image:url(images/header.jpg); width: 900px; height: 140px; margin:auto; padding: o; 
}
.footer {
	background-color:#FFF;
	width:900px;
	margin:auto;
	text-align:center;
	padding:0;
}
a:link {color:#0C0CD6;}      /* unvisited link */
a:visited {color:#6F04B5;}  /* visited link */
a:hover {color:#3439F3; text-decoration:underline;}  /* selected link */
a:active {color:#3439F3;}  /* selected link */
