body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000080;
	margin:0;
	padding:0;
	
}
p{
	font-family: 9pt Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	
}
h1{
	font-family: Times;
	font-size:20pt;
	font-weight: normal;
	margin-left:10px;
}
h2{
	font-family: Times;
	font-size:14pt;
	font-weight: normal;
	margin-left:10px;
}
ul{
	font-family: 9pt Arial;
	margin-top:0;
	margin-right:10px;
}
li{
	list-style-type: circle;
	/*list-style-image: url(shgr/bulleta.gif);*/
}
a {
	color: #c4c7ce;
	text-decoration: none;
	margin-right:30px;
	
}
a.leftcol{
	color:#999999;
}

a:hover {
	color: #fff;
	text-decoration: none;
}
a.leftcol:hover{
	color: #000080;
}
a.purchase{
	color:#fff;
}
a.purchase:hover{
	color:#000;
}
.p1{
	font-family: Times;
	font-variant: small-caps;
	font-size:12pt;
	margin-bottom:20px;
	text-align:left;
}
.auth{
	font-size:8pt;
	/*italic forces overflow in i.e*/
	/*margin-right:60px;*/
	margin-bottom:30px;
}
.quote{
	margin-right:60px;
	margin-left:50px;
	
	}
.clear{
	clear:both;
}
.leftpic{
	
	margin: 0;
	position:absolute;
	left:50px;
	width: 200px;
	height:300px;
}
.filler{
	margin-top:75px;
	margin-bottom:50px;
}
#container {
	position:absolute;
	left:50%;
	width:750px;
	margin-left:-375px;
	background: url(shgr/raphael-top.jpg) no-repeat;
	background-position: left, top;
}
#header{
	width:750px;
	background: url(shgr/topbg5.jpg) no-repeat;
	background-position: 214px 0px;
	height:178px;
	
}
#footer{
	width:750px;
	background:#336799;
	
}
#leftcol{
	width:214px;
	/*background: #efefef;*/
	background: transparent;
	margin:0;
	float:left;
	
	}
#rightcol{
	width:536px;
	background:transparent;
	/*background:#CCCC99;*/
	text-align:justify;
	float:left;
}
#menu{
	position: absolute;
	left: 225px;
	top: 155px;
	font-family: Arial;
	color: #fff;
	font-size: 9pt;
	
}
#content{
	position:absolute;/*mozilla needs the positioning parameters (not inherited from #container!?)*/
	left:50%;
	width:750px;
	margin-left:-375px;
	background:url(shgr/contentbg.jpg) left top repeat-y;
}
