@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
}

/* fading */
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}




#outerWrapper{

	width:900px;
	margin: 0 auto;
}

#name{
	width: 122px;
	height: 600px;
	text-align: right;
	margin: 22px 0 0;
	padding: 20px 0 0;
	float: left;
}



#container{
	margin: 0 0 0 190px;
	width: 575px;
	height:600px;
}

#footer{
	clear: both;
	margin: 0;
	height: 10px;
	width:800px;
}
	

#nav{
	width: 120px;
	padding: 40px 2px 0;
	margin: 40px 0 0;
	background: url(../images/top_fade.gif) right top no-repeat;

}

#navbtm{
	width: 120px;
	height: 40px;
	padding: 0 2px 0;
	margin: 0;
	background: url(../images/btm_fade.gif) right top no-repeat;

}

#nav ul{
	padding: 0 0 20px;
	margin: 0;
	list-style-type: none;
}

#nav li{
	padding: 0 0 10px;
	margin: 0 1px 0 0;
	list-style-type: none;
	width: 120px;
	text-decoration: none;
	display: block;
	overflow: visible;
}

.header a{
	height: 13px;
	background: url(../images/images.gif) top left no-repeat;
	display:block;
}

.page1 a {
	display: block;
	background-image: url(../images/one.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 12px;
	float: right;
	margin: 0 7px 0 0;
}

.page2 a {
	display: block;
	background-image: url(../images/two.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 13px;
	width: 12px;
	float: right;
	margin: 0 5px 0 0;
}

.page3 a {
	display: block;
	background-image: url(../images/three.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 13px;
	width: 12px;
	float: right;
	margin: 0 4px 0 0;
}

.page4 a {
	display: block;
	background-image: url(../images/four.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 13px;
	width: 12px;
	float: right;
	margin:  0;
	
}
.statement a {
	display: block;
	background-image: url(../images/nav_statement.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
}

#nav a:hover,
#page1 .page1 a,
#page2 .page2 a,
#page3 .page3 a,
#page4 .page4 a,
#statement .statement a {
	background-position: left top;
}

#statement .header a{
	background: url(../images/imagesGray.gif) top left no-repeat;
}


#fisheye{
	width: 575px;
	height:50px;
	margin: 50px 0 10px;
	padding: 0;
	left: 0px;
	border-bottom: #CCCCCC 1px solid;
}

.fisheye{
	position: relative;
}




a.fisheyeItem
{
	text-decoration: none;
	position: absolute;
	display: block;
	bottom: 0;
}

.fisheyeItem img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}


.fisheyeContainer
{
	bottom:0px;
	position: absolute;
}

#gallery {
	height: 575px;
	width: 575px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0;
	padding: 0;
}

#text {
	height: 575px;
	width: 575px;
	overflow: visible;
	margin: 20px 0;
	padding: 0;
	background: url(../images/left_quote.gif) top left no-repeat;
}


.personal{
	padding: 20px 0 0 12px;
	margin: 0 50px 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #8c1425;
	line-height: 24px;
	background: url(../images/right_quote.gif) bottom right no-repeat;
}

.about{
	padding: 0;
	margin: 20px 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #797979;
	line-height: 22px;
}

.about a:link, .about a:visited{
	color: #797979;
	text-decoration: underline;
}
.about a:hover, .about a:active{
	text-decoration: underline;
	color: #8c1425;
}

#page1 #gallery{
	background-image: url(../gallery_1/highter1_1.jpg);
}

#page2 #gallery{
	background-image: url(../gallery_2/highter2_1.jpg);
}

#page3 #gallery{
	background-image: url(../gallery_3/highter3_1.jpg);
}

#page4 #gallery{
	background-image: url(../gallery_4/highter4_1.jpg);
}

