/* monicGuide_c.css
/* Author: Jacky Chan, 16-Nov-2009 */

@charset "utf-8";


/* basic elements */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#123123;
	margin: 0;
	padding: 0;
}

/* specific divs */
#container {
	background: url(images/reg-bk.gif) transparent repeat-y;
	text-align:left;
	width: 880px;
	padding: 0px;
	border-bottom: 1px solid #000;
	
	/* make the center works for IE6 */
	margin-left:-440px;
	position:absolute;
	left:50%;
}

#title h1 {
	font-size:26px;
	margin: 0px auto 5px;
	padding: 20px 20px 5px 240px;
	text-align:center;
	word-spacing:-2px;
	font-weight:bold;
	vertical-align:middle;
	height:68px;;
}

#content {
	margin: 30px 95px 5px 90px;
}

#content p {
	font-size: 18px;
	margin: 5px auto;
}

#content #mail-content {
	text-align:justify;
	padding-top:30px;
}

#footer {
	clear: both;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	margin: 50px 20px 0px;
}

#footer p {
	padding: 5px 0px;	
	margin: 0px auto;
}

#extraDiv1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#extraDiv1 span {
	background: transparent url(monic_logo.jpg) no-repeat 50px top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:68px;
}

.bold {
	font-weight:bold;
}

.notice {
	font-size: 14px;
	font-style:italic;
}

/*
* {
	border: 1px solid red;
}
*/

/* CSS Document */