body 
{
	margin: 0px;
	background: #000000 url(/webart/fade.gif) repeat-x;
}

.Container
{
	background: url(/webart/bg.jpg) top center no-repeat;
}

.Wrapper
{
	width: 960px;
	margin: 0px auto 0px auto;
}

.Logo
{
	position: absolute;
	top: 19px;
	margin-left: 423px;
}

.Nav
{
	width: 960px;
	height: 32px;
	overflow: hidden;
	background: #000000;
}

.Nav .Partition
{
	width: 423px;
	float: left;
	text-align: center;
	margin-top: 7px;
}

.Nav .Partition a:link, .Nav .Partition a:active, .Nav .Partition a:visited
{
	margin-left: 30px;
	margin-right: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
}

.Nav .Partition a:hover
{
	color: red;
}

.Homepage
{
	width: 960px;
	height: 518px;
	background: url(/webart/home-photo.jpg);
}

.Block
{
	width: 196px;
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 15px;
	position: relative;
	top: 265px;
	text-align: justify;
}

.Subnav
{
	background: #FFFFFF;
	text-align: center;
}

.Subnav ul
{
	margin: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Subnav ul li
{
	display: inline;
	font-size: 11px;
	margin-left: 5px;
}

.Subnav ul li a:link, .Subnav ul li a:active, .Subnav ul li a:visited
{
	color: #000000;
}

.Content
{
	min-height: 301px;
	height:auto !important;  /*IE 6 min-height fix*/
	height: 301px;
	padding: 30px;
	background: #000000;
	color: #FFFFFF;
	margin-bottom: 36px;
}

.Footer
{
	clear: both;
	width: 960px;
	height: 34px;
	color: #7a7473;
	font-size: 10px;
	text-align: center;
	padding-top: 16px;
}


