html, body {margin:0;padding:0}

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: small; /* for compliant browsers */
	background-color: #2f2f2f;
}

html>body {	/* be nice to Opera */
	font-size: small;
	}
h1	{
	font-size: 180%;
	}	 
h2	{
	font-size: 150%;
	}	 
h3	{
	font-size: 130%;
	margin-bottom: 15px;
	}	 
h4	{
	font-size: 115%;
	}	 
ul li {
	font-size: 150%;
	}
.note	{
	font-size: 85%;
	}	 
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	/*width:auto;*/
	/*height: 100%;*/
	border: 0px solid gray;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #2f2f2f url(../images/crumpled-paper.gif);
	background-repeat: repeat;
	position: relative;
}

#banner {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	/*width:auto;*/
	overflow: hidden;
	background: #2f2f2f;
	position: inherit;
}

#logo {
	float: left;
	background: #2f2f2f;
}

#fresh {
	float: right;
	background: #2f2f2f;
}

#gradient {
	background: #000 url(../images/tornTopEdge.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#gradient[id] {
	height: 20px;
}

#gradient h2 {
	display: none;
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 20px;
	font-family: Sans-Serif;
}

#sidebar h3 {
	padding-bottom: 10px;
	padding-left: 3px;
}
#sidebar p {
	margin: 0px;
	padding-top: 15px;
}

#sb_text {
	margin: 0px;
	margin-top: 5px;
	margin-right: 5px;
}

#content {
	display: block;
	height: 420px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: inherit;
	overflow: auto;
	text-align: center;
}

#content img {
	width: 430px;
	background-color: #fdfaec;
	border: 3px solid #fff;
	border-right-color: #8f8f8f;
	border-bottom-color: #8f8f8f;
	margin: 5px 5px 25px 5px;
	padding: 4px;
} 

#content p {
	text-align: left;
	margin-bottom: 10px;
	margin-right: 40px;
} 

#content a 
{
	color: #000000;
} 

#content h4 {
	text-align: left;
	margin-bottom: 15px;
	margin-right: 40px;
}
acronym {
	border-bottom:2px dotted #000;
	cursor: help;
}

#footer {
	height: 30px;
	clear: both;
	padding: 0px;
	padding-left: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-family: Sans-Serif;
	background: #000 url(../images/tornBtmEdge.gif);
}

