@charset "utf-8";
/* $Id: mo_layout.css,v 1.0 2008/06/13 Exp $ */

/*------------------------------------------------------------------------
 *	MOMO'S Theme, Drupal 6
 *	by MOMO'S WEB DESIGN 
 *	http://momo-s.info/
 *----------------------------------------------------------------------*/
* {
  margin: 0;
}

html	{ 
	margin: 0;
	padding: 0;
	}

body	{
 	color:#111;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 80.0%; /* Resets 1em to 10px */
	height: 100%;
	margin: 0;
	padding: 0; 
	background: #666666 url('images/mo_bg.png') repeat fixed;;
	}

b, strong {
  font-weight:700;
}

p {
  margin:5px 0 15px;
  line-height:2em;
}

ul, ol {
  list-style:outside;
}

li	{
	margin:4px;
	list-style-position: outside;
	list-style-type: decimal;
}

table {
  border:none;
  width:100%;
  margin:0;
}

tbody {
  border:none;
}

th {
  background:url('images/bg-th.jpg');
  border:none;
  padding:3px 3px 3px 5px;
}

td {
	padding:2px 2px 2px 8px;
	font-size:12px;
	text-align: left;
	vertical-align: top;
}

td:hover {
  background:#ddd;
}

thead th {
  background:url('images/bg-th.jpg');
  font-weight:700;
  text-align:left;
  padding:2px 2px 2px 5px;
}
/*------------------------------------------------------------------------
 LINKS
------------------------------------------------------------------------*/
a img {
  border:0;
}

a:active {
  color:#666;
}

a:hover {
  color:#000;
}

a:link {
  color:#314c74;
  text-decoration:none;
}

a:visited {
  color:#314c74;
  text-decoration:none;
}

/*------------------------------------------------------------------------
 HEADINGS
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear:both;
  color:#222;
  display:block;
  font-family:"Lucida Grande", Verdana, Arial, sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  letter-spacing:-1px;
  line-height:140%;
  margin-bottom:10px;
  margin-top:5px;
}

h1 {
  font-size:2em;
  margin-bottom:10px;
}

h2 {
  font-size:1.8em;
}

h3 {
  font-size:1.6em;
}

h4 {
  font-size:1.4em;
}

/*------------------------------------------------------------------------
 LAYOUT
------------------------------------------------------------------------*/
#wrapper {
  height:100%;
  width:680px;
  margin:20px auto -5em;
  background: #fff url('images/mo_cbg.png')   top left repeat-y;
}


#header {
  background:#5B789F url('images/mo_header.png') no-repeat left top;
  width:680px;
  height:121px;
}

#mo_bar	{
  background:#3d436f url('images/mo_bar.png') no-repeat left top;
  width:680px;
  height:36px;
	}

#mo_bar2	{
  background:#3d436f url('images/mo_bar2.png') no-repeat left top;
  width:680px;
  height:36px;
	}

#content {
  width:620px;
  margin-left:30px;
  margin-right:30px;
  line-height:1.6em;
}

#footer {
	background: url('images/mo_footer.png') no-repeat center bottom;
	text-align:center;
	width:680px;
	height:69px;
	margin:0;
	padding:0;
	color: #FFFFFF;
}

