﻿/* 
====== Layout CSS Content ======

	01: Page structure
	02: Help, Actions, Info


============
*/



/*
====== 1: START: Page structure ======
*/

#wrapper{
	width				: 960px;
	margin				: 0 auto;
}

#header{
	background			: url(../images/header.jpg);
	margin				: 0 0 10px 0;
}

.noFlashBanner
{
	background			: url(../images/vee_banner.jpg);
	width				: 960px;
	height				: 200px;
}

.noFlashBanner p
{
	margin				: 82px 0;
	padding				: 8px 0;
	background-color	: #849398;
	color				: #FFF;
	text-align			: center;
}

#content {
	clear				: both;
}

#footer{
	margin				: 10px 0 0 0;
	padding				: 0;
	clear				: both;
}
.double {
	width				: 50%;
	float				: left;
}

/*
====== 2: END: Page structure ======
*/