/* Art portfolio - CSS Document - Interface Styles*//**** GENERAL ************************************************************/body 	{	font-family: helvetica,arial, sans-serif;	font-size:0.95em;	font-weight: normal;	color: black;	background-color: white;	margin:0px;	padding:0px;	text-align:left;	line-height: 1.3em;	}	a:link 	{         color: black;	text-decoration: underline;        }	a:visited 	{         color: black;	text-decoration: underline;        }	a:hover 	{         color: black;        text-decoration: underline;	background-color: #A0A0A0;        }	a:active	{ 	color: red;        text-decoration: underline;        }			/**** GENERAL: OVERALL PAGE CONTAINER *************************************/#container	{	margin: 0 auto;	width: 900px;	height: 1300px;	position: relative;	}/*-----MAIN TITLE -------------------------------*/#title	{	width:auto;	height:auto;	margin: 15px auto;	font-size: 3em;	line-height: 1em;	color: red;	}		/*-----TOP NAV -------------------------------*/	#links_box_top	{	width: 100%;	margin: 20px auto;	background-color: #D0D0D0;	font-size: 1.1em;	text-align: center;	line-height: 1.2em;	}		/*-----PAGE TITLE -------------------------------*/#pagetitle	{	margin: 10px auto;	width:auto;	font-size:18px;	font-weight:bold;	}/*-----CONTENT TEXT ------------------------------*/#content_text	{	float:left;	width: 45%;	height:auto;	margin: auto auto 40px;	}		/*-----CONTENT PICS ------------------------------*/#homepics	{	float:right;	width: auto;	height:auto;	margin:0px;	padding:0px;	}	#nav_bottom	{	float:left;	height:auto;	width: 100%;	background-color: #D0D0D0;	text-align: center;	}	/*-----CONTENT TEXT BIGRAPHY LAYOUT---------------*/#content_text_biog	{	float:left;	width: 90%;	height:auto;	margin: auto auto 40px;	}		/*-----GALLERY -----------------------------------*//*-----NAVIGATION---------------*/#nav_gallery	{	margin: 10px auto;	width:auto;	font-size: 1.05em;	margin: auto auto 20px;	}		/*-----GALLERY TEXT PROJECT---------------*/#gallery_text_project	{	float:left;	width: 47%;	height:auto;	margin: auto auto 40px;	}	/*-----GALLERY PICS ------------------------------*/#gallerypics_bgnd	{	float:right;	width:50%;	height: auto;	background-color: #D0D0D0;	text-align: center;	margin: auto auto 40px;	}		/*------------------------------------------------------*/	/*------------------------------------------------------*/	/*------------------------------------------------------*/	/*----- EDIT PAGE ------------ -------------------------*/#edit_page	{	position: absolute;	top: 1000px;	text-align: left;	}	/*----------lists --------------------------------------*/	ol	  {	  margin-left: -25px;	  padding-left: -10px;	  }	li	  {	  margin: 0;	  padding: 0;	  }	  	ul	  {	  margin-left: -25px;	  padding-left: -10px;	  }	li	  {	  margin: 0;	  padding: 0;	  }	