/*PERPETUA*/
	/* overall content container */
	/* styles you can use to override things */
	div.cb-header /* div around headers */ { }
	h3.cb-header /* h3 surrounding the header text */ { }
	div.cb-text /* div around body text */ { }
	div.cb-text p /* paragraph tags in body text */{ }
	div.cb-column /* all column divs */ { margin: 0 0 5px 0;}
	div.cb-content /* content box global style */ {margin: 0px 5px 0px 5px; }

/*site styles*/
body {
	text-align: center;
	background: #fff url('http://www.mpseminars.com/images/layouts/bkg.gif') top left repeat-x;
	padding: 0;
	margin: 0 auto;
}

p, li {
	font-size: 11px;
	color: #444;
}

a { text-decoration: none; }
a:link, a:visited, a:active { text-decoration: none; color: #2d90be; }
a:hover  { text-decoration: none; color: #89d234; }

#container {
	padding:0;
	margin:0 auto;
	width:712px;
	position:relative;
}

/* --- HEADER --- */
#header {
	width:712px;
	height:48px;
	padding:6px 0 0 16px;
	margin:10px auto 0;
	position:relative;
	background: url('http://www.mpseminars.com/images/layouts/email_header_700.jpg') top left no-repeat;
	text-align:left;
	overflow:hidden;
}

html>body #header {
	width:696px;
	height:42px;
}

h1#logo {
	position: relative;
	height: 38px;
	width: 137px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url('http://www.mpseminars.com/images/layouts/email_logo.gif');
	width: 100%;
	height: 100%;
 	cursor: hand;
}

html>body h1#logo a span {
	top: -7px;
}

/* --- IMAGES LEFT AND RIGHT OF MAIN CONTENT --- */
#left_img {
	width:16px;
	height:572px;
	position:absolute;
	top:47px;
	left:0px;
	background:url('http://www.mpseminars.com/images/layouts/left_shadow.gif') top left no-repeat;
}

#right_img {
	width:16px;
	height:572px;
	position:absolute;
	top:47px;
	right:0px;
	background:url('http://www.mpseminars.com/images/layouts/right_shadow.gif') top left no-repeat;
}

/* --- CONTENT --- */
#mainContent {
	padding:0;
	margin:0 auto;
	width:700px;
	min-height:613px;
	text-align:left;
	position: relative;
	background-color: #fff;
}

#content {
	background: url('http://www.mpseminars.com/images/layouts/email_mainContent_bkg_700.jpg') top left no-repeat;
	width:700px;
	min-height:563px;
	padding:14px 12px 0px 12px;
	margin:0 auto;
	position:relative;
}

html>body #content {
	width:676px;
}

#content p{
	margin: 2px auto 15px;
	padding:0 8px 0 8px;
	line-height: 17px;
}

#content p a:link, #content p a:visited {color: #2d90be;text-decoration: none;}
#content p a:hover, #content p a:active {color: #89d234;text-decoration: none;}

#content ol {
	margin:15px 0;

}
#content ol li {
	margin: 6px 0 6px 40px;
	padding:0 20px 0 2px;
}
#content ul {
    margin: 15px 0;
}
#content ul li {
margin: 6px 0 6px 40px;
padding: 0 20px 0 2px;
list-style-type:square;
line-height: 110%;
}
#content ul li li {padding: 0 5px 0 20px}

/* --- FOOTER --- */
#footer {
	clear:both;
	position:relative;
	width:612px;
	padding-top: 25px;
	padding-bottom:25px;
	color: #999;
	margin:0 auto 15px;
}
#footer p {
	font-size: 11px;
	margin-bottom: 1px;
	text-align: center;
}
#footer a {
	text-decoration:underline;
}
