/* CSS Document */
/* BOXES */

/* ====================== box content ======================== */ 
#boxHolder {		/* outer table holder */
/*	margin: 1em 0px; */
/*	text-align:center;*/
}

.box {				/* main box outline */
	width:250px;
	margin: 0px;
	padding: 0px;
}

/* ====================== box top ======================== */ 
.boxTop {
	height:16px;
	width:250px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	background-image:url(../images/boxes/box_top.jpg);
	background-position:top; 
	background-repeat: no-repeat;
	background-color:#ddd;
}

/* ====================== box middle ======================== */ 

.boxMid{
	width:250px;
	height: 5em;
	margin: 0px;
	padding: 0px 0px 0.6em 0px;
	background-color:#ddd;
	text-align:center;
}
	.boxHeader a {
		margin:0px;
		padding:0px;
		font-size: 0.8em;
		background-color:#ddd;
		color:#777;
		text-decoration:none;	
		text-align:center;
	}
	.boxHeader a:hover,
	.boxHeader a:active,
	.boxHeader a:focus {
		color:#444;
		text-decoration:none;	
	}
/*
	.boxMid p {
		margin:0px;
		padding:5px;
		font-size: 0.6em;
		background-color:#ddd;
		color:#777;
		text-align:left;
	}
*/	
	.boxLinkText {
		margin:0px;
		padding: 5px;
		font-size: 0.6em;
		background-color:#ddd;
		text-align:left;
	}
	.boxLinkText a {
		color:#777;
		text-decoration:none;
	}
	.boxLinkText a:hover,
	.boxLinkText a:active,
	.boxLinkText a:focus {
		color:#444;
		text-decoration:none;
	}

	.boxThumb a {
		width: 50px;
		height: 50px;
		float: left;
		margin: 6px 8px 12px 12px;
		border: 1px solid #aaa;
	}
	
/* ====================== box bottom ======================== */ 
	
.boxBottom {
	height:16px;
	width:250px;
	margin: 0px 0px 20px 0px;
	padding:0px;
	background-image:url(../images/boxes/box_bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	background-color:#ddd;
}

/* spacing styles between boxes */
#box1 {
	width: 250px;
	margin: 0px auto;
	padding: 0px 20px 0px 5px;
/*	float:left;*/
}
#box2 {
	width: 250px;
	margin: auto;
	padding: 0px;
/*	float: left;*/
}
#box3 {
	width: 250px;
	margin: auto;
	padding-left: 20px;
/*	padding-right: 5px;
	float: left;
*/

}



