﻿body
{
	background-color: #fff;
	background-image: url('../images/site_BG.jpg');
	background-repeat: repeat-x;
	text-align: center;
	
}
#wrapper
{
	position: relative;
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
#header
{
	position: relative;
	left: 0px;
	width: 990px;
	float: left;
	height: 80px;
}
#topMenu
{
	position: relative;
	left: 80px;
	float: left;
	width: 450px;
	height: 80px;
}
#portfolioBar
{
	position: relative;
	clear: both;
	width: 990px;
	height: 279px;
	padding-top: 1px;
	text-align: center;
}
#content
{
	background-color: #fff;
	width: 990px;
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#contentAvira
{
	background: #fff url('../images/avira/lg_logo_avira.jpg') no-repeat scroll center center;	
	width: 990px;
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#footer
{
	position: relative;
	background-color: #232323;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#footerContent
{
	position: relative;
	margin: 0 auto;
	width: 990px;
}
#footerLeft
{
	float: left;
	width: 460px;
	position: relative;
}
#footerRight
{
	float: right;
	width: 460px;
	position: relative;
}
#logo
{
	position: absolute;
	left: 30px;
	top: 20px;
	height: 40px;
	width: 400px;
	z-index: 1;
}
#menu
{
	position: absolute;
	right: 10px;
	top: 30px;
	height: 40px;
	width: 500px;
}
#tagline
{
	position: absolute;
	left: 30px;
	top: 55px;
	height: 15px;
	width: 400px;
	z-index: 2;
}
/* Image Shadows */
.img-wrapper {
	background: url('../images/shadow.gif') no-repeat right bottom;
	clear: right;
	float: left;
	margin-left: 17px;
}
.img-wrapper img {
	margin: -5px 5px 5px -5px;
	border: 1px #a9a9a9 solid;
}
/* Portfolio classes */
.img-holder {
	width: 310px;
	height: 380px;
	padding: 10px;
	float: left;
}
.hidden {
	display: none;
}





