@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFCCCC;
}

a:link, a:active
{
	color:#666666;
	text-decoration:none;
}

a:visited, a:hover
{
	color: #cc0000;
	text-decoration:none;
}

#container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	background-color:#FFCCCC;
	margin-top:0px;
}

#mastertemplate
{
	float:left;
	width:900px;
	background-color:#FFFFFF;
	border-bottom:#999999 solid 1px;
	border-left: #999999 solid 1px;
	border-right:#999999 solid 1px;
	border-top: #999999 solid 1px;
}

#bannerblock
{
	display:block;
	float:left;
	width:900px;
	height:200px;
	background-image:url(../images/template/gr-heading.gif);
}

#bannerblock span
{
  display: none;
}



/* BOTTOM BLOCK */

#bottomblock
{
	float:left;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	padding-top:10px;
	padding-bottom: 20px;
	}

/* CONTENT BLOCK */

#content {
	width: 860px;
	height: auto;
	float:left;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
	line-height:140%;
	text-align:center;
	color:#666666;
}		
	
#leftblock
{
	float:left;
	width:350px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
}

	
#rightblock
{
	float:left;
	width:430px;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	line-height:140%;
	text-align:left;
	color:#666666;
}

#photoblock {
	float:left;
	width: 800px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}	


/* TYPE STYLES */

.bold28 { font-size:28px; font-weight:bolder; line-height: 140% }

.bold24 { font-size:24px; font-weight:bolder; line-height: 140% }

.white { color:#FFFFFF; }

.bannerlink {display:none; }




/* ROLLOVER IMAGES */

#bb
{
  display: block;
  float: left;
  padding-bottom:20px;
  width: 430px;
  height: 328px;
  background:url(../images/template/bb.gif) no-repeat 0 0;

}

#bb:hover
{ 
  background:url(../images/template/bb1.gif) no-repeat 0 0;
}

#bb span
{
  display: none;
}

#hb
{
  display: block;
  float: left;
  padding-bottom:20px;
  width: 430px;
  height: 328px;
  background:url(../images/template/hb.gif) no-repeat 0 0;

}

#hb:hover
{ 
  background:url(../images/template/hb1.gif) no-repeat 0 0;
}

#hb span
{
  display: none;
}
