/* Layout
================================================*/

body {
	font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
	margin-top:00px;
	padding-top:00px;
	color: #333333;
	background-color:#FFFFFF;
	}	 

#frame {
	width:755px;
	margin:auto;
	}
	
#content {

	}
	
#footer {
	font-size:11px;
	margin-top:20px;
	padding-top:5px;
	width:455px;
	border-top:1px solid #CCCCCC;
	color: #728080;
	margin-bottom:15px;
	}

.right_side {
	padding-left: 320px;
	width:435px;
	}

.left_side {
	width:300px;
	display:block;
	float:left;
	}
	
.page_title {
	text-align:right;
	color:#FFFFFF;
	margin-bottom:00px;
	}

/* Show only to IE PC \*/
* html .page_title { height:10px; } /* For IE 5 PC */
	
.section_line {
	border-bottom:1px solid #FFF;	
	width:299px;
	}

.section_line a {
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
	}
	
.horiz_line {
	border-bottom:1px solid #CCC;	
	margin-bottom:10px;
	clear:both;
	margin-right:3px;
	padding-top:5px;
	}

/* Show only to IE PC \*/
* html .horiz_line { height:10px; } /* For IE 5 PC */
	
/* Text
================================================*/

a	{
	text-decoration:none;
	color:#083673;
	}

a:hover {
	color:#001122;
	}
	
p {
	text-indent:00px;
	color:#222;
	line-height:18px;	
	}
	
p.intro {
	padding-top:00px;
	font-size:14px;
	line-height:18px;
	color: #653C0F;	
	text-indent:00px;
	}
/* Show only to IE PC \*/
* html p.intro {margin-top: 20px;} /* For IE 5 PC */

.details {
	text-indent:00px;
	font-size:11px;
	line-height:13px;
	}

.return {
	text-align:right;
	padding-top:00px;
	margin-top:-8px;
	}

/* Other
================================================*/

.quote {
	font-size:14px;
	font-family: Times,"Times New Roman", serif;
	line-height:21px;
	margin-right:10px;
	margin-top:12px;
	color:#00344d;
	}

.headline {
	font-size:18px;
	line-height:21px;
	color: #503314 ;	
	font-family:Times, "Times New Roman", serif;
	}
	
.download {
	font-size:11px;
	padding-left:00px;
	}

.side_right {
	display:block;
	float:right;
	margin:10px;
	margin-top:00px;
	margin-right:00px;
	padding-top:00px;
	}

/* Gallery Thumbnail Shadows
================================================*/
	
.alpha-shadow {
  float: left;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 0px !important;
  margin: 5px 0 0 0px;
}

.alpha-shadow div {
  background: url(/images/shadow2.png) no-repeat left top !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 0px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 0;
  padding: 4px;
}

/* sIFR
================================================*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
/*
----------------------------------------------------------------------------- 
BASIC TABLE STYLES
-----------------------------------------------------------------------------*/
.data table
{
	width: 100%; margin: 0; padding: 0; border-collapse: collapse;
	border-top: 3px double #333333;
}

.data td
{
	font-size:11px;
	line-height:11px;
	border-top: 1px solid #333333;
}


