@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #ffffff;
	
}
.gallery{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F9EEEE;
	font-size: 10px;
}
p{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
}
.intro a {text-decoration: none;color: #999;
	font-weight: bold;	font-size: 14px;}
.intro a:link {
	text-decoration: none;
	color: #999;font-weight: bold;	font-size: 14px;}
.intro a:visited {
	text-decoration: none;
	color: #999;font-weight: bold;	font-size: 14px;}
.intro a:hover, a:active{
	color: #cc0033;font-weight: bold;	font-size: 14px;
	text-decoration: none;}

.bio a{text-decoration: none;color: #999;
	font-weight: bold;	font-size: 11px;}
.bio a:link, {
	text-decoration: none;
	font-weight: bold;	font-size: 11px;}
.bio a:visited {
	text-decoration: none;
	color: #999;font-weight: bold;	font-size: 11px;}
.bio a:hover, a:active{
	color: #cc0033;font-weight: bold;	font-size: 11px;
	text-decoration: none;}

.bdylnk a {text-decoration: none;color: #000;}
.bdylnk a:link {
	text-decoration: none;
	color: #000;}
.bdylnk a:visited {
	color: #000}
.bdylnk a:hover, a:active{
	color: #cc0033;
	text-decoration: none;}
	
	

.wideyed #container {
	width: 1024px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	top: 0px;
	float: left;
} 
.wideyed #gallery {
	width: 1024px;
	background: #FFFFFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	text-align: center;
} 

.tenpx {font-size: 10px}
.wideyed #intro {
	float: left;
	width: 366px;
	height: 600px;
	background-image: url(img/intro_l.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

.wideyed #introContent {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 370px;
	word-spacing: 25px;
	text-align: left;
	padding-top: 100px;
	font-size: 14px;
	font-weight: bold;
}



.wideyed #bio {
	float: left;
	width: 366px; 
	height: 598px;
	font-size: 11px;


}
.biotext {
	margin-top: 60px;
	margin-left: 80px;
	padding-right: 35px;
}
	
.wideyed #bioContent {
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 370px;
	word-spacing: 10px;
	text-align: left;
	padding-top: 90px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/bio_r.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 510px;
}
 
.wideyed #footer {
	padding: 0 10px;
	background-attachment: fixed;
	background-color: #DDDDDD;
	background-image: url(img/intro_bkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.wideyed #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
iframe {
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
	
} 
.pseuda {
	color: #000;
	cursor: pointer;
}
.pseuda:link {
	text-decoration: none;
	color: #000;}
.pseuda:visited {	text-decoration: none;
	color: #000}
.pseuda:hover, pseuda:active{
	color: #cc0033;
	text-decoration: none;}
.red {color: #CC0033}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
