/* Adi Zohar - Stylesheet */

caption,h1
{
	font-size: 16pt;
	color: purple;
	font-family: arial,serif;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	width:600px;
}

body 
{
	font-size: 10pt;
	font-family: arial;
	color: black;
	text-decoration: none;
	background-color:white;
}

.section_heading
{
	font-size: 12pt;
	color: navy;
	font-family: arial,serif;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}

a:visited	{color:purple;}
a:link		{color:blue;}
a:hover		{color:red; }
a:active	{color:red;}

/*************/
/* Main Page */
/*************/

#main 
{
	width:580px;
}

#main #nav_logo  
{
	left:65px;
	top:5px;
	position:relative;
}

#main #guestbook 
{
	left:0px;
	top:5px;
	position:relative;
	font-size: 11pt;
	color: navy;
	font-family: arial,serif;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

#main img 
{
	border:0px;
}

#main #nav_logo img 
{
	float:left;
}

#main #whats_new hr
{
	top:5px;
	position:relative;
	border:1px solid gray;
}
	
/*************/
/* Gallery   */
/*************/
#gallery
{
	top:10px;
	width:1034px;
	height:810px;
    margin: auto;
    position: relative;
}

/*************/
/* Gallery   */
/*************/
#gallery_body
{
	text-align:center;
	font-size:9pt;
	font-size: 10pt;
	font-family: arial;
    vertical-align: middle;
	color: white;
	text-decoration: none;
	background-color:black;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*************/
/* Pictures  */
/*************/
#pictures
{
	width:650px;
	text-align:center;
	font-size:9pt;
}

#pictures .header
{
	font-size: 16pt;
	color: purple;
	font-family: arial,serif;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	width:650px;
}

#pictures td 
{
	text-align:center;
	width:200px;
	height:15px;
}

#pictures .sep5
{
	height:5px;
}

#pictures .chosen
{
	font-size:8pt;
	float:left;
}

#pictures img
{
	margin-right:15px;
	margin-top:3px;
	border:1px solid black;
}

#pictures hr
{
	border:1px solid black;
	height:1px;
}

#pictures .back
{
	float:left;
}
