html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body 
{
	background-image: url(../images/vcb-background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
}

#all
{
	z-index: 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width:900px;
	padding:0;
	background-image: url(../images/vcb-background-full.gif);
}

#frmMain
{
	height: 100%;
	margin: 0;
	padding: 0;
}

#form
{
	min-height: 100%;
	background-image: url(../images/vcb-background-full.gif);
	position: relative;
	padding: 0;
	margin: 0;
}

#head
{
	float: left;
}

#head-left
{
	background-image: url(../images/vcb-top-left-corner.gif);
	background-repeat: no-repeat;
	height: 214px;
	width: 16px;
	float: left;
}

#head-center
{
	background-image: url(../images/vcb-top.gif);
	background-repeat:repeat-x;
	width:868px;
	height:214px;
	text-decoration:none;
	color:#000;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: x-large;
}

#head-right
{
	background-image: url(../images/vcb-top-right-corner.gif);
	background-repeat: no-repeat;
	height: 214px;
	width: 14px;
	float: left;	
}

#body
{
	padding: 0;
	margin: 0;
	float: left;
	background-color: #FFF;
	height:85%;
}

#body-left
{
	float: left;
	background-image: url(../images/vcb-left.gif);
	background-repeat: repeat-y;
	width: 16px;
	height: 100%;
}

#body-center
{
	width:868px;
	float: left;
	height: 100%;
}

#body-right
{
	float: left;
	background-image: url(../images/vcb-right.gif);
	background-repeat: repeat-y;
	width: 14px;
	height: 100%;
}

#footer
{
	margin: -80px auto 0;
	height: 65px;
	width: 900px;
	padding: 0;
	position: relative;
}

#top-footer-left
{
	float: left;
	background-image: url(../images/vcb-left.gif);
	background-repeat: repeat-y;
	width: 15px;
	height: 100%;
}

#top-footer
{
	width:869px;
	float:left;
}

#top-footer-right
{
	float: left;
	background-image: url(../images/vcb-right.gif);
	background-repeat: repeat-y;
	width: 14px;
	height: 100%;
}

#footer-left
{
	background-image: url(../images/vcb-bottom-left-corner.gif);
	float: left;
	height: 16px;
	width: 16px;
}

#footer-center
{
	background-image: url(../images/vcb-bottom.gif);
	width:868px;
	height:16px;
	background-repeat: repeat-x;
	float:left;
}

#footer-right
{
	background-image: url(../images/vcb-bottom-right-corner.gif);
	float: left;
	width: 14px;
	height:16px;
}

#contentTitle
{
	width:100%;
}

#content
{
	min-height:93%;
	width:100%;
	padding: 5px;
	float: left;
}

#copyright
{
	vertical-align:bottom;
	text-align:center;
	float:left;
	width:100%;
	height:45px;
	background-color: #FFF;
}