/*	 	========================
			FILE INFORMATION
		========================
PROJECT:		ITHACA SHEEPSKIN
DESCRIPTION:	Style Sheet: SCREEN
	
AUTHOR/ph:		Camille Lee
DATE CREATED:	10/4/2004	
*/

/* 	------
	LAYOUT
	------ */	
body	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	padding:0;
	margin:0;
	background: #323338;		
	}
	
/* 	-------
	GENERAL
	------- */	
p	{
	color: black;
	font-size: 1em;
	line-height: 1.55em;
	width: 300px;	}
	
p#intro	{	
	line-height: 2em;
	width: 280px;}
	

/* 	--------
	 LAYOUT
	-------- */
	
#main_content	{
	margin: 50px auto 25px auto;
	height: 600px;
	width: 775px;
	border: 30px solid #1C1C1F;
	background: url(images/bck.gif) repeat-y top;	}

#left	{
	float: left; 
	width: 124px;
	height: 600px;
	text-align:center;
	background: url(images/green.gif) no-repeat bottom;	}
	
#middle	{
	float: left; 
	width: 391px;	
	height: 575px;
	margin-top: 25px;
	padding-left: 60px;
	background: url(images/bridge-gray.jpg) no-repeat bottom;	}

.text	{
	height: 415px;
	width: 350px;
	overflow: auto;	}
	
#right	{
	float: left; 
	width: 200px;
	height: 600px;	}
	
#caption	{	
	color: #7A7E96;
	padding: 5px 10px;
	line-height: 1.5em;
	text-align: right;
	font-size: .9em;	}

#right a	{
	color: #7A7E96;
	text-decoration: underline; 	}

#right a:hover	{
	color: #7A7E96;
	text-decoration: none;	}
	
#footer	{
	margin: 0 auto;
	width: 775px;
	color: #6C6F82;
	font-size: .8em;
	text-align: center;	}


/* 	------
	IMAGES
	------ */
	
img.photoHome	{
	border-top: 4px solid #9B7D32;
	border-bottom: 4px solid #9B7D32;
	margin-top: 80px; }

img.photoDavid1	{
	border-top: 4px solid #AF3C06;
	border-bottom: 4px solid #AF3C06;
	margin-top: 80px; }
			
img.photoGong	{
	border-top: 4px solid #8C4321;
	border-bottom: 4px solid #8C4321;
	margin-top: 80px; }

img.photoDavid2	{
	border-top: 4px solid #6E5335;
	border-bottom: 4px solid #6E5335;
	margin-top: 80px; }

img.photoMeditation	{
	border-top: 4px solid #A58064;
	border-bottom: 4px solid #A58064;
	margin-top: 80px; }


/*	-------
	HEADERS
	------- */

#title	{
	padding-bottom: 20px;	}
	
h1	{
	font-size: 1.5em;
	color: #1C1C1F;
	width: 350px;	}

h2	{
	font-size: 1em;
	font-weight: bold;
	color: #1C1C1F;	}
	
	
/* 	----------
	NAVIGATION
	---------- */

#left a	{
	color: #E2E2E3;
	text-decoration:none; 	}
	
#left a:hover	{
	color: #E2E2E3;
	text-decoration:underline; 	}
	
#left ul	{
	margin: 10px 0 0 0 ;
	padding: 0;
	}

#left ul li 	{
	line-height: 3.25em;
	list-style-type: none;	}

#middle a	{
	color: #1C1C1F;
	text-decoration: underline; 	}

#middle a:hover	{
	color: #1C1C1F;
	text-decoration: none;
	background: white; 	}
	
	
/* 	------
	TABLES
	------ */	



/* 	------------
	FORM CONTROL
	------------ */