/*
-----------------------------------------------
umbertosquarciajr.com main styles
Author:   Jon Julsrud
date:  Dec 2006
----------------------------------------------- */

body {margin: none;
		padding: none;
	}


html>body {
	font-size:small;
	}

/*
------------------------------------------------
				home page
----------------------------------------------- */

#main {position: relative;
	top: 25px;
	left: 91px;
	width: 825px;
	height: 550px;
	border-style: solid;
	border-color: #000000;
	background-image:url(/img/artworkshop_main.jpg);

}

#title { padding: 1em;
	font-family: Arial;
	font-size: 26px;
	font-stretch: extra-condensed;
	color: #FF0000;
	width: 300px;
	z-index: 1;
}

#nav { position: absolute;
		left: 50px;
		padding: 20px;
		width: 250px;
		height: 200px;
}

#address { position: absolute;
			top: 280px;
			width: 400px;
	padding: 35px;
}

#footer { position: absolute;
		top: 510px; 
		width: 100%; 
		color: #FF0000;
		font-size: 12px;
}
/*
--------------------------------------------------
			Gallery pages
-------------------------------------------------*/
#gallerytitle{position: absolute;
	top: 20px;
	left: 500px;
	 padding: 1em;
	font-family: Arial;
	font-size: 26px;
	font-stretch: extra-condensed;
	color: #FF0000;
	width: 300px;
	z-index: 1;
}
#gallerynav{position: absolute;
	top: 120px;
	left: 555px;	
	padding: 20px;
	width: 250px;
	height: 200px;
}
	
#flashcontent{
	position: absolute;
	width: 400px;
	height: 500px;
	top: 33px;
	left: 25px;
	z-index: 5;
}

	
/*
__________________________________________________
			text styles
________________________________________________*/
.nav { font-size: 24px;
	font-stretch: narrower;	
}

.info { font-size: 16px;}

.address { font-size: 13px;
			color: #FF0000;}

/*
--------------------------------------------------
				 links
-------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #ff0000;
	}

a:hover {
	text-decoration: underline;
	color: #999999; 
	}

a:visited {
text-decoration: none;
	color: #333333;
	}
