.petastyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
}

a:link, a:visited{
	color: #516A7F;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active{
	color: #5FB3F9;
	text-decoration: none;
	font-weight:bold;
}

	/* MAC IE5 \*/
	#centerwrap {
		width:780px;
		height:480px;
		margin:10px auto;
		position:relative;
	}
	
	#content {
		position:absolute;
		top:0px;
		left:0px;
		height:480px;
		width:780px;
		padding:0px 0px 0px 0px;
		overflow:none;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
		position:absolute;
		margin:-240px 0 0 -390px;
		left:50%;
		top:50%;
	}

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #516A7F;
}
