/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
p, pre, blockquote, form, fieldset, table, ul  { margin: 0.9em 0; }
ul { margin-left: 35px; margin-top: -5px; }

h1, h2, h3, h4, h5, h6 { margin: 0.7em 0 -0.5em 0; }

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; }

/* Remove list-style-type */
/*ul { list-style-type: none;}*/ /* list-style-type: none; list-style-image: url(bullet.gif); */


/* =Layout: Fixed Width Centering on Page
-----------------------------------------------------------------------------*/

body, td {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 13px;
  line-height: 1.28;
  font-weight: normal;
  color: #212121;
  background-color: #2e80c3;
}

body { text-align: center; }

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#content {
	margin-top:2px;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:20px; }


/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited { color:green; }
a:hover, a:active { text-decoration: none; }


