body
{
	background-color: #ffffff;
	margin: 25px;
	padding: 0px;
}

#all {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
}


/* header */
#header h1
{
	padding: 10px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 56px;
	line-height: 46px;
	color: #333333;
	font-weight: bold;
	margin: 0;
}

#header h1 a
{
	text-decoration: none;
	color: #333333;
}

#header .subhead
{
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#header .lite { color: #CCCCCC; }

/* new new menu bar */
#header ul
{
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#header li
{
	margin: 0;
	padding: 0;
	float: left;
}

#header li { padding-right: 1em; }

#header a:link,
#header a:visited
{
	color: #333333;
	text-decoration: none;
}

#header a.this {
	text-decoration: underline;
}

#main {
	padding-top: 45px;
}

#main p
{
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}

/* other */
.bodyheading
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

#main h2
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

.authorheading
{
	padding-left: 15px;
	padding-top: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	font-weight: bold;
}

#introduction {
	width: 280px;
	padding: 15px;
	background-color: #ffffff;
}
#introduction p {
	line-height: 18px;
}

a {
	color: #333333;
}