/* CSS Document */

/* PNG Trans fix in IE6 */
img { behavior: url(iepngfix.htc); }


html { height: 100%; margin-bottom: 0px; } 
/* Change margin-bottom to 1px to force vertical scrollbar */

body {
  margin: 0px;
  text-align: center;
  background: #FFF;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
 
  overflow:hidden;
}

#logoClick {
	position:absolute;
	left:659px;
	top:314px;
}

#backgroundColor {
	background: #7eb0cc;
	position: absolute;
	left: 8px;
	top: 0px;
	width: 525px;
	height: 410px;
}

#container {
  position: relative;
  margin: 0 auto;
  width: 760px;
  height:418px;
  text-align: left;
  
  background:url(images/background.gif);
}

.gold {
	color: #a7996e;
}

.black {
	color: #000;
}

#sideNav {
	position: absolute;
	left: 637px;
	top: 40px;
}

#header {
	font-weight: normal;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	
	position: absolute;
	top: 40px;
	left: 50px;
}

#headerHome {
	font-weight: normal;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	
	position: absolute;
	top: 40px;
	left: 70px;
}

#headerDandara {
	font-weight: normal;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	
	position: absolute;
	top: 25px;
	left: 50px;
}

#content {
	position: absolute;
	left: 50px;
	top: 110px;
	width: 280px;
}

#contentHigh {
	position: absolute;
	left: 50px;
	top: 83px;
	width: 230px;
}

#contentHome {
	position: absolute;
	left: 135px;
	top: 100px;
	width: 430px;
}

#contentPR {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 550px;
}

#contentDandara {
	position: absolute;
	left: 110px;
	top: 62px;
	width: 430px;
}

#nextHome {
	position: absolute;
	left: 135px;
	top: 383px;
	margin:0px;
}

#next {
	position: absolute;
	left: 51px;
	top: 383px;
	margin:0px;
}

#tallPic {
	position: absolute;
	left: 377px;
	top: 0px;
}

#midPic {
	position: absolute;
	left: 335px;
	top: 0px;
}

#widePic {
	position: absolute;
	left: 310px;
	top: 0px;
}

p.bodyText {
	font-size: 11px;	
	font-weight:normal;
	line-height:16px;
	color: #FFF;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p.prHead {
	color: #a7996e;
	font-size: 14px;
	margin-bottom:0px;
}

p.prDate {
	font-size: 13px;
	margin-top:0px;
}

p.prIntro {
	font-size: 11px;	
	font-weight:normal;
	line-height:16px;
	color: #FFF;
}

a.readmore {
	font-size: 11px;	
	font-weight:normal;
	line-height:16px;
	color: #a7996e;
}

p.columntext {
	text-align:left;
	font-size:11px;
	width:160px;
}

a.likeimg:hover {
	color:#939598;
	text-decoration:none;
}

