/* CSS Document */
body {
	background-image:  url(images/background.gif);
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	overflow: auto;
}

#container {
	width: 735px;
	height: 542px;
	text-align: left;	
	margin: 0px auto;
	position: absolute;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;	
}


#links {
	background-image: url(images/linksbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top:483px;
	left:9px;
	width:710px;
	height:26px;
	overflow: hidden;
}

#linkstext {
	position: absolute;
	top:488px;
	left:14px;
	width:710px;
	height:26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #AC8D5E;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
		
}

#crucelogo {
	position:absolute;
	left:361px;
	top:523px;
	width:16px;
	height:16px;
	overflow: hidden;
}

.iframe {
	position: absolute;
	top:244px;
	left:60px;
	width:430px;
	height:218px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding-left: 10px;
	text-align: justify;
	overflow: auto;
}

.daily {
	position: absolute;
	left: 525px;
	top: 244px;
	width: 185px;
	height: 219px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #660000;
	margin-left: -10px;
	margin-bottom: -12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	text-decoration: none;
	color: #AC8D5E;
}
a:hover {
	text-decoration: none;
	color: #AC8D5E;
}
a:active {
	text-decoration: none;
	color: #AC8D5E;
}
a:link {
	text-decoration: none;
	color: #AC8D5E;
}

