/* LAYOUTS */

#container {
width:868px;
margin:0 auto;
}

#header {
height:152px;
width:100%;
background-image:url(../Designs/header.jpg);
background-repeat:no-repeat;
float:left;
}

#banner {
height:268px;
width:100%;
float:left;
}

#mainarea {
width:868px;
background-image:url(../Designs/pageBG.jpg);
background-repeat:repeat-y;
float:left;
padding:20px 40px 10px 38px;
}

#footer {
background-image:url(../Designs/footer.jpg);
background-repeat:no-repeat;
height:40px;
width:868px;
float:left;
padding-top:15px;
}

.bar {
background-color:#666666;
width:852px;
height:5px;
float:left;
margin:0 auto;
margin-left:9px;
}

.footerL {
float:left;
width:500px;
padding-left:10px;
}

.footerR {
float:right;
width:300px;
text-align:right;
padding-right:10px;
}

.topnav{
width:868px;
height:20px;
margin-top:125px;
float:left;
margin-left:-4px;
}

.textboxL {
width:240px;
float:left;
}

.picboxR {
width:200px;
float:right;
}

.vertline {
width:35px;
height:250px;
float:left;
background-image:url(../Designs/vertline.jpg);
background-position:center;
background-repeat:repeat-y;
}

.textarea {
width:500px;
margin-left:30px;
}

.textareaFull {
	width:730px;
	margin-left:30px;
	margin-bottom:15px;
	color: #999;
}

.contL {
	width:380px;
	margin-left:30px;
	margin-bottom:15px;
	color: #999;
	float:left;
}

.contR {
	width:320px;
	margin-left:30px;
	margin-bottom:15px;
	color: #999;
	float:left;
}

.formbox {
width:356px;
margin-left:220px;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
padding-bottom:30px;
}

.picbox {
	width:145px;
	height:170px;
	float:left;
	margin-top:10px;
}

.rightbox {
	float:right;
	width:570px;
	margin-top:5px;
}

.leftbox {
	float:left;
	width:570px;
	margin-top:5px;
}

.clear { clear:both;}

.horizline {
	height:7px;
	width:100%;
	background-image:url(../Designs/horizline.jpg);
	background-repeat:repeat-x;
}

.payconfBox {
	border:1px solid #666;
	padding:15px 20px 15px 20px;
	font-size:11px;
}


