ul.galleria
	{
	float: right;
	padding-left: 10px;
	width: 280px;
	margin-top: 5px;
	}

div.galleria_container
	{
	float: left;
	padding-left: 15px;
	width: 500px;
	}

div.galleria_container span
	{
	padding-top: 5px;
	}


.galleria li
	{
	border: 4px solid #D0D0D0;
	margin: 2px;
	}

.galleria li img
	{
	background-image: url('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
	
img.replaced
	{
	margin-bottom: 10px;
	border: 4px solid #D0D0D0;
	}

div#clear
	{
	clear: both;
	}

body
	{
	background-color: #E0E0E0;
	background-image: url('images/background.png');
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	margin: 0px;
	}

div#page
	{
	margin: 0 auto;
	padding-top: 35px;
	width: 900px;
	position: relative;
	}

ul#tabs
	{
	display: block;
	width: 900px;
	height: 112px;
	padding-left: 50px;
	margin: 0px;
	background-image: url('images/page_top.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	ul#tabs li
		{
		display: inline;
		
		position: relative;
		z-index: 2;
		}
		ul#tabs li a
			{
			display: block;
			float: left;
			
			background-repeat: no-repeat;
			background-position: top center;
			
			margin-right: -15px;
			
			width: 190px;
			height: 61px;
			}
			ul#tabs li a span
				{
				display: none;
				}
		ul#tabs li#webdesign a
			{
			background-image: url('images/tabs/webdesign.png');
/*			height: 62px;*/
			z-index: 10;
			}
		ul#tabs li#photography a
			{
			background-image: url('images/tabs/photography.png');
			}
		ul#tabs li#software a
			{
			background-image: url('images/tabs/software.png');
			}
		ul#tabs li#about a
			{
			background-image: url('images/tabs/aboutus.png');
			}
		ul#tabs li a:hover
			{
			background-position: center -224px;
			}
		ul#tabs li.selected a, ul#tabs li.selected a:hover
			{
			width: 231px;
			height: 112px;
			margin-left: -20px;
			margin-right: -36px;
			background-position: center -111px;
			}
			
div#content
	{
	display: block;
	width: 820px;
	margin: 0px;
	padding: 1px 75px 25px 55px;
	background-image: url('images/page_middle.png');
	background-repeat: repeat-y;
	}
	
div#footer
	{
	display: block;
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-image: url('images/page_bottom.png');
	background-repeat: no-repeat;
	}

h1
	{
	display: inline;
	color: #FFA0C0;
	
	font-size: inherit;
	font-weight: bold;
	letter-spacing: inherit;
	
	margin: 0px;
	}

div#anchor
	{
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	
	background-color: #326C91;
	border-top: 5px solid #629CC1;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: Verdana, sans-serif;
	
	z-index: 10;
	}
	
div#contact
	{
	position: absolute;
	right: 5px;
	top: 5px;
	}
	
div#contact span
	{
	display: none;
	}
	
div#contact:hover span
	{
	display: inline;
	}

h2
	{
	font-family: helvetica;
	font-size: 2em;
	letter-spacing: -0.08em;
	
	display: block;
	
	padding: 0px 10px 5px 0px;
	margin: 10px 0px 10px 10px;
	
	border-bottom: 3px solid #fFfae0;
	}

p
	{
	font-size: 0.8em;
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 7px;
	}

ul
	{
	font-size: 0.8em;
	}


