#box-container {
	position:absolute;
	left:63px;
	top:225px;
	width:186px;
	background-image: url(../images/dots.gif);
	margin: 0px;
	padding: 0px;
}

.box {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
}

.small-box {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	position: relative;
	top: 0px;
	left: 0px;
	height: 115px;
	width: 164px;
	margin: 0px;
}

.link-box {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/link_dot.gif);
	width: 140px;
	height: 40px;
}

.link-box p {
	font-size: 8pt;
	color: #666666;
	margin-top: 5px;
	padding-left: 10px;
}

.image-box {
	height: 80px;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 12pt;
	color: #cccccc;
	line-height: 16pt;
}

.button-box {
	position:absolute;
	right: 0px;
	bottom: 0px;
	height: 40px;
	width: 26px;
	background-image: url(../images/link_dot.gif);
	text-align: right;
}

.button {
	margin-top: 15px;
	margin-right: 5px;
}

.other-box {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
}

.other-small-box {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	position: relative;
	margin: 0px;
	top: 0px;
	height: 57px;
}

.other-image-box {
	width: 130px;
	height: 47px;
	margin: 10px 0px 0px 10px;
	font-size: 10pt;
	color: #cccccc;
	line-height: 16pt;
}

.other-button-box {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height: 57px;
	background-image: url(../images/link_dot.gif);
	text-align: right;
	vertical-align: bottom;
}

.other-button {
	margin-top: 35px;
	margin-right: 4px;
}


/** USED BY THE CONTACT BOX **/
#contact-box {
	position:absolute;
	left:650px;
	top:230px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url(../images/blue-gradient.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 12px;
}

#contact-box p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	margin-top: 0px;
}

.box-header {
	color: white;
	font-size: 12px;
	padding-left:10px;
	padding-top:10px;
}