@CHARSET "UTF-8";

body {
	margin: 0;
	background: white url('../images/back.png') repeat-x;
	font-family: sans-serif, Verdana, Tahoma;
	font-size: 8pt;
	color: #5f5f5f;
	text-align: center;
}

h1, p, li { margin: 0; padding: 0; text-align: left; }
ul { margin-top: 0; margin-bottom: 0; }
h1 { font-size: 1.2em; }
a img { border: 0; }

a, .yellow { color: #ddc40f; }
acronym { border: 0; }
a { font-variant: small-caps; text-decoration:none; font-weight: bold; }
a:hover { color: #5f5f5f; }

#header h1 {
	margin-bottom: 10px;	
}

#content {
	width: 550px;
	margin: 50px auto;
	padding: 0 20px;
}

#navigation {
	float: right;
}

#navigation li {
	display: inline;
	list-style: none;
}

#body {
	margin: 10px 40px;
	border: 1px solid gray;
	height: 414px;
	overflow: hidden;
	background: white;
	padding: 0px;
}

#body h1 { font-size: 1.3em; font-variant: small-caps; margin-bottom: 10px; }
#body p, ul { margin-bottom: 7px; }
#body li { list-style: url('../images/bullet.gif'); }

#body_int {
	margin: 7px;
	background: white url('../images/body_back.png') top repeat-x;
	padding: 10px 20px;
}

#press, #about { height: 330px; }

#footer { font-size: .8em; text-transform: capitalize; font-variant: small-caps; }
#footer li { display: inline; list-style: none; padding: 0 3px;}
#footer img { height: 34px; width: 80px; }






