body
{
	margin: 0px;
/* 	
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
*/
	font-family: Georgia, serif;
	text-align: center;
	background-color: #CCC;
}

/* Frame structure */

#frame
{
	width: 740px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
	border-color: #7B7B0C;
	border-width: 10px 0px 20px 0px;
	border-style: solid;
}

#masthead
{
	text-align: center;
	padding: 110px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
/* 		background-image: url(images/placeholder.gif); */
	background-repeat: no-repeat;
	background-position: 0px 90px;
	border-color: #7B7B0C;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.imagebox
{
	width: 140px;
	background-color: #FFF;
	text-align: left;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
	float: left;
/* 		background-image: url(images/imagebox_bkgrd.gif); */
	background-repeat: no-repeat;
}

.content
{
	width: 490px;
	text-align: left;
	margin: 0px;
	float: left;
}

#navigation { margin: 0em 0em 0em 0em; }

#footer
{
	text-align: center;
	width: 740px;
	margin: 50px 0px 0px 0px;
}

/* Text - Size */

h1
{
	font-size: 2.5em;
	font-weight: normal;
}

h2 { font-size: 1.7em; 	font-weight: normal;
}

h3 { font-size: 1.1em; }

p, li { font-size: 1em; }



/* Text - Line Height */

h1, h2, h3 { line-height: 1.4em; }

p, li { line-height: 1.4em; }

#navigation { line-height: 1.4em; }



/* Text - Margins */

h1 { margin: 0em 0em .25em 0em; }

h2 { margin: 1.5em 0em .1em 0em; }

h3 { margin: 0em 0em 0em 0em; }

p { margin: 0em 0em 1em 0em; }

ul { margin: 0em 0em 1.2em 0em; }

li { margin: 0em 0em 0em 0em; }



/* Text - Color */

h1 { color: #000; }

h2 { color: #757500; }

h3 { color: #000; }

p, li { color: #000; }



/* Text - Color */

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

a:hover
{
	color: #000;
	text-decoration: underline;
}


/* Navigation */

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* Misc */

img { border-width: 0px; }
