body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	text-align: center;
	background: #fff url(../images/styles/white-glow.jpg) repeat-y center;
}

* {
	padding: 0;
	margin: 0;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link { color: #00c; }
a:visited { color: #00c; }
a:hover { color: #00c; 
 text-decoration: none; }


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
        font-family: helvetica, arial, verdana, sans-serif;
        font-weight: normal;
}

/* approx 21px*/
h1 {
        font-size: 2.1em;
        /*margin-top: 2em;*/
}

/* approx 16px*/
h2 {
        font-size: 1.6em;
        margin-bottom: 0.3em; 
				margin-top: 1em;
				font-weight: bold;
}

/* approx 14px*/
h3 {
        font-size: 1.4em;
}

/* approx 12px*/
h4 {
        font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}

#container {
  width: 794px;
	margin: 1.3em auto;
	text-align: left;
	
}

#form {
  margin: .5em 0;
}

