/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;

	}
	
.home_body {

	background-image:url(foot_img_2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	
.menu{
	float:left;
	color:#000000;
	}	
	
.line {
	clear:both;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000; 
	width:auto;
	height:300px;
	z-index:10;
	}


	
.left{
	float:left;
	font-size:.9em;
	width:374px;
	}

.right{
	float:right;
	font-size:.9em;
	margin-left:8px;
	margin-right:10px;
	}

#arrows{
	position:absolute;
	top:14px;
	left:319px;
	width:auto;
	padding:0px 2px 0px 2px;
	font-size:10px;
	font-weight:bold;
	z-index: 3;
	}

#home_page{
 	width:98%;
	background-image:url(arch.jpg);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
	
#image_page_text{
	float:right;
	font-size:.8em;
	text-align:left;
	height:300px;
	width:320px;
	}
	
#exhibit_page{
 	background-image:url(woman_figure.jpg);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	float:left;
	width:250px;
	height:300px;
	}
	
#exhibit_page_text{
	float:right;
	font-size:.8em;
	text-align:left;
	overflow:auto;
	width:500px;
	height:300px;
	line-height:1.4;
	}
	
#resume_page{
	background-image:url(ski.jpg);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	height:300px;
	width:300px;
	float:left;
	}
	
#resume_page_text{
	float:right;
	font-size:.8em;
	text-align:left;
	overflow:auto;
	width:500px;
	height:300px;
	}
	
	
#contact_page{
	background-image:url(ski2.jpg);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	height:300px;
	width:500px;
	float:left;
	}
	
	
#contact_page_text{
	float:left;
	font-size:.8em;
	text-align:left;
	width:auto;
	margin-top:15px;
	}
	
#course_page{
	background-image:url(woman.jpg);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	height:300px;
	width:250px;
	float:left;
	}
	
#course_page_text{
	float:right;
	font-size:.8em;
	text-align:left;
	overflow:auto;
	width:500px;
	height:300px;
	}	



	
#text_page_left{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:300px;
	padding-left:5px;
	font-size:.8em;
	overflow:auto;
	}
	
	
#text_page_gallery{
	position:absolute;
	top:15px;
	left:310px;
	font-size:.8em;
	text-align:left;
	width:473px;
	height:270px;
	overflow:hidden;
}



.text{
	float:left;
	font-size:.8em;
	overflow:hidden;
	text-align:left;
	width:460px;
	}
	
#container{
	width:800px;
	z-index:5;
	background-color:#FFFFFF;
}

	
#gallery{
	clear:both;
	font-size:.8em;
	text-align:left;
	width:472px;
	height:255px;
	overflow:hidden;
	}
	


.image{
	clear:both;
	}
	
.table_img{
	height:160px;
	background-color:#E3DCCA;
}

.table_top_space{
	height:16px;
	}

.table_txt{
	height:94px;
	background-color:#E3DCCA;
	vertical-align:top;
}

.table_txt_right{
	background-color:#E3DCCA;
	vertical-align:top;
}

.table_color{
	background-color:#E3DCCA;
	}

.header{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

.footer{
	font-size:.7em;
	margin-left:5px;
	z-index:1;
	margin-top:15px;
}

#footer_img{
	font-size:.7em;
	position:absolute;
	bottom:0px;
	

}


a:link {
	font-size: .9em;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	font-size: .9em;
	text-decoration: underline;
	font-weight:bold;
	color:#666666;
	}
	
a:visited {
	font-size: .9em;
	color:#666666;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited:hover {
	font-size: .9em;
	color:#666666;
	text-decoration: underline;
	font-weight:bold;
	}
