/* CSS Document */

body
{
	margin: 0 0 0 0;
	background: url(images/vda_pattern.gif) repeat;
	font-family: Tahoma, Geneva, sans-serif;
}

#screen
{
	width: 100%;
}

#contentAreaContainer
{
	width: 975px;
	height: 25900px;
	margin-left: auto;
	margin-right: auto;
}

#contentArea
{
	width: 955px;
	height: 25900px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#contentAreaShadowLeft
{
	width: 10px;
	height: 25900px;
	background: url(images/shadow_left.png) repeat-y;
	float: left;
}

#contentAreaShadowRight
{
	width: 10px;
	height: 25900px;
	background: url(images/shadow_right.png) repeat-y;
	float: right;
}

#logoBackground
{
	width: 955px;
	height: 320px;
}

#logoBackground.centered
{
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -478px;
}

#logo
{
	width: 255px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#imageCont
{
	width: 955px;
}

.header
{
	font-size: 20px;
}

.normal
{
	font-size: 12px;
}

.spacer
{
	font-size: 8px;
}



