body{
	background: #889F37 url(img/bg.gif);
	font: 0.71em "Verdana",sans-serif;
	padding: 0; 
	margin: 0;
	text-align: center;
	color: #000;
}
#page{
	width: 720px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#main{
	background: #F7FAEB url(img/main_bg.gif) bottom right no-repeat;
	border: 1px #000 solid;	margin:0 auto;
	height:100%;
}
#content{
	float: left;
	padding: 16px;
	width: 430px;
	border-right: 1px #F7F7F7 solid;
	height:100%;
}
#sidebar{
	width: 203px;
	float: right;
	padding: 16px;
	height:100%;
}
#footer{
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
	margin-bottom: 1em;
}
/* //////// TOP//////// */
#top{
	position: relative;
	height: 169px;
}
#logo{ float: right; }
#nav{
	float: left;
	margin: 0 0 -2px 0;
	padding: 0 0 6px 10px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
#nav li {
	margin: 0 0 0 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}	
#nav a:link, #nav a:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #FFF;
	margin: 0 0 -1px 0; 
}
#nav a:link.active, 
#nav a:visited.active, 
#nav a:hover {
	color: #000;
	background: url(img/tab_pyram.gif) no-repeat bottom center;
}
/* ///////TEXT//////////////*/
a,
a:link{
	color: #09C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #900;
}
h1{
	color: #006C91;
	font:normal normal 2.1em "Georgia",serif;
	text-decoration: none;
	margin: 0px 0 0 0;
}
h2{
	color: #E67300;
	font: normal normal 1.7em "Georgia",serif;
	text-decoration: none;
	margin: 3px 0;
	padding: 3px 0;
}
acronym{
	font-style: italic;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}
span.info{
	color: #888;
	font-size: 0.9em;
	display: block;
	margin-bottom: 10px;
}
.info a{
	color: #888;
}
span.more{
	display: block;
	text-align: right;
	padding: 0 6px 6px 0;
	border-right: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}
p{
	margin: 5px 0;
	line-height: 1.6em;
}
p.introduction{
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.2em;
}
p.quote{
	background:#F0DEC2;
	margin-left: 10px;
	border-left: 2px solid #E6C799;
	font-style: italic;
	padding: 5px;
}
/* /////////////SIDEPANEL//////// */
h4{
	font:normal bold 1em "Verdana",sans-serif;
	text-transform: uppercase;
	margin: 2px;
}
.pics{
	padding: 3px;
	height: 103px;
	width: 33px;
	border: 1px solid #666;
}