#capsule {
	position:relative;
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
}
#content_capsule {
	position:absolute;
	width:900px;
	height:798px;
	left:62px;
}
#head {
	position:absolute;
	width:900px;
	height:150px;
	background-image:url(images/bb_banner_bg.png);
	background-repeat:no-repeat;
}
#body {
	position:absolute;
	width:900px;
	height:525px;
	top:160px;
	background-color:#FFFFFF;
}
#foot {
	position:absolute;
	width:900px;
	height:90px;
	top:695px;
	background-image:url(images/bb_footer_bg.png);
	background-repeat:no-repeat;
}
#nav {
	position:absolute;
	width:900px;
	height:33px;
	top:5px;
	font-size:14px;
	line-height:33px;
}
#navbody ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#navbody ul li {
	float:left;
	width:100px;
}
#navbody ul li a {
	width:100px;
	display:block;
	height:33px;
	line-height:33px;
}
/* Navigation Menu Control */
#navbody ul li#navhome a {
	background-image:url(images/navsprite.png);
	background-position: 0px 0px;
}
#navbody ul li#navabout a {
	background-image:url(images/navsprite.png);
	background-position: -100px 0px;
}
#navbody ul li#navconviction a {
	background-image:url(images/navsprite.png);
	background-position: -200px 0px;
}
#navbody ul li#navcontact a {
	background-image:url(images/navsprite.png);
	background-position: -300px 0px;
}
#navbody ul li#navlinks a {
	background-image:url(images/navsprite.png);
	background-position: -400px 0px;
}
#navbody ul li#navhome a:hover {
	background-position: 0px -33px;
}
#navbody ul li#navabout a:hover {
	background-position: -100px -33px;
}
#navbody ul li#navconviction a:hover {
	background-position: -200px -33px;
}
#navbody ul li#navcontact a:hover {
	background-position: -300px -33px;
}
#navbody ul li#navlinks a:hover {
	background-position: -400px -33px;
}
#quad_capsule {
	position:absolute;
	width:595px;
	height:460px;
	left:20px;
	top:50px;
}
img {
	border:none;
}
#form_capsule {
	position:absolute;
	width:250px;
	height:460px;
	left:630px;
	top:50px;
	font-family: Verdana;
	font-size: 14px;
	background:url(images/form_bck.png);
	background-repeat:no-repeat;
}
#form_table {
	position:absolute;
	top:45px;
	left:15px;
	width:220px;
	height:370px;
	font-size:12px;
}
.form_table td {
	height:15px;
}
#quad1 {
	position:absolute;
	width:290px;
	height:225px;
	background-image:url(images/quad5.jpg);
	background-repeat:no-repeat;
}
#quad2 {
	position:absolute;
	width:290px;
	height:225px;
	left:305px;
	background-image:url(images/quad6.jpg);
	background-repeat:no-repeat;
}
#quad3 {
	position:absolute;
	width:290px;
	height:225px;
	top:235px;	
	background-image:url(images/quad7.jpg);
	background-repeat:no-repeat;
}
#quad4 {
	position:absolute;
	width:290px;
	height:225px;
	top:235px;
	left:305px;	
	background-image:url(images/quad8.jpg);
	background-repeat:no-repeat;
}
#hidden_fieldset {
	visibility:hidden;
}