/***********************************************
 *			m-style.css
 ***********************************************/
 
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/*--: Document Global :--*/
body {background:#eeecc6;font:16px/1.3125em Cambria, Georgia, Times, “Times New Roman”, serif}

#wrap {background:#fff;width:980px;margin:0 auto}

#content, #header {padding:20px}

/*--: Header :--*/
.home-link {margin:10px 0 0 20px;}

.logo {float:right}

#content {clear:both}

/*--: Typography :--*/
h1, h2, h3, h4 {color:#8F3B39}

h1 {font-size:2.25em;margin:0.58333em 0}

	#page-title {margin:2em 0 0.5em 0}

h2 {font-size:1.5em;margin:1.5em 0 0.875em 0;}

h3.subtitle {font-size:1.05em;margin:1em 0 0.2em 0}

p {margin:0 0 1.3125em 0}

/*--: tables :--*/
table {font-size:15px}

table, td {border:1px solid #000}

td {padding:5px}

