
body 
{ 
	font-family: verdana;
	font-size:11;
	background-color: #6B504E;
	color:white;
}

div#main
{
	width:780;
	height:inherit;
	border: 2px solid #000000;
	background-color: #503533;
	padding: 5px;
	margin-top: 10px;
	overflow:hidden;

}

div#logo
{
	width:73px;
	height: 584px;
	background-image: url("julitart.png"); 
	float: left;
}

div#menu
{
	width:600;
	height:110;
	float:right;
	background-image: url("camera.png");
	background-repeat: no-repeat;
	background-position: right top;
	font-family: impact;
	font-size: 13;
	color: white;
	vertical-align: bottom;
}

div#menulinks
{
	margin-top:70px;
	margin-right: 120px;
}

.shadow
{
	text-shadow: #000000 5px 5px 2px;
	font-family: impact;
	font-size: 13;
	color: white;
}

a:link,a:visited,a:active
{ 
	color:white;
	text-decoration:none;
}

a:hover 
{ 
	color:yellow;
}

div#gallerydiv
{
	margin-top:0px;
	margin-left: 0px;
	height: 115px;
	width: 100%;
	background-image: url("bgbox.png"); 
	background-repeat: no-repeat;
	float: left;
	padding-top: 9;
	padding-left: 14;
}

div#pic1
{
	text-align:center;
	margin-top:0px;
	margin-left: 0px;
	height: 200;
	width: 135;
	background-image: url("bgbox.png"); 
	background-repeat: no-repeat;
	float: left;
}

img
{
	border:0;
}

.img
{
	position: relative;
	left:-4px;
	top:7px;
	border:0;
	padding-bottom:10px;
}

div#pic2
{
	text-align:center;
	margin-top:100px;
	margin-left: 30px;
	height: 200;
	width: 135;
	background-image: url("bgbox.png"); 
	background-repeat: no-repeat;
	float: left;
}

div#pic3
{
	text-align:center;
	margin-left: 30px;
	margin-top:200px;
	height: 200;
	width: 135;
	background-image: url("bgbox.png"); 
	background-repeat: no-repeat;
	float: left;
}

div#pic4
{
	text-align:center;
	margin-left: 30px;
	margin-top:300px;
	height: 130;
	width: 135;
	background-image: url("bgbox.png"); 
	background-repeat: no-repeat;
	float: left;
}

div#footer
{
	font-family: verdana;
	font-size: 11;
	width:780;
	height: 30;
	text-align: center;
}

div#content
{
	padding: 20px;
	float:left;
	text-align: justify;
	width: 660;
	height: inherit;
		overflow:hidden;
}

p
{
	text-indent: 10%;
	line-height: 150%;
}
 
img
{
	vertical-align:middle;
}

.gallery
{
	padding: 5;
}

div#counter
{
	text-align: right;
	float: right;
	padding:20;
	margin-top: 20;
}
