/* 
==================================================
 Container Styles for Center Content - Full Width
==================================================
*/  
.full_container {
	clear:left;
	} 
.full_container .cnt_header {
	background:#827eb9;
        background:url("img/headbar.gif");
	border-top:1px solid #660033;
	border-left:1px solid #660033;
	border-right:1px solid #660033;
	text-align:left;
	}
.full_container .cnt_body {
	border:1px solid #660033;
	padding:5px;
        background:url("img/paw.gif") bottom right no-repeat;
	}
.full_container .cnt_body p {
	padding:5px;
	}
.full_container .Head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:0 5px 0 5px;
	}
.full_container  .cnt_header  .Head { color:#fff; }
/* 
==================================================
 Container Styles for Center Content - Half Width
==================================================
*/ 
.half_container, .half_containerDog, .half_containerCat {
	width:45%;
	float:left;
	padding-right:20px;
	}

.half_container .cnt_header, .half_containerDog .cnt_header, .half_containerCat .cnt_header {
	background:#827eb9;
        background:url("img/headbar.gif");
	border-top:1px solid #660033;
	border-left:1px solid #660033;
	border-right:1px solid #660033;
	text-align:left;
	}
.half_container .cnt_body, .half_containerDog .cnt_body, .half_containerCat .cnt_body {
	border:1px solid #660033;
	padding:5px;
	}

.half_containerDog .cnt_body {background:url("dogBg.gif") bottom right no-repeat;}
.half_containerCat .cnt_body {background:url("catBg.gif") bottom right no-repeat;}

.half_container .cnt_body p, .half_containerDog .cnt_body p, .half_containerCat .cnt_body p {
	padding:5px;
	}
.half_container .Head, .half_containerDog .Head, .half_containerCat .Head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 5px 0px 5px;
        
	}

.half_containerDog .Head, .half_containerDog .head, .half_containerCat .Head, .half_containerCat .head, .full_container .Head, .half_container .Head
{position:relative; top:-.25em;}

/* 
==================================================
 Container Styles for Right Content - Full Width
==================================================
*/
.right_container .cnt_header {
	display:none;
	}
.right_container .cnt_body {
	border:0;
	padding:5px;
	}
.right_container .cnt_body p {
	padding:5px;
	}
.right_container .Head {
	display:none;
	}
/* 
==================================================
 Container Styles for Center Content - Fixed Width (present)
==================================================
*/
.present_container .cnt_header {
	display:none;
	}
.present_container .cnt_body {
	width:478px;
	height:104px;
	background:url("img/present_cnt.gif") no-repeat;
	}
.present_container #ContentPane {
	padding-left:25px;
	}
.present_container .Head {
	display:none;
	}
/* 
==================================================
 Container Styles for No Border - No Header
==================================================
*/
.noborder_container .cnt_header {
	display:none;
	}
.noborder_container .cnt_body {
	padding:5px;
	}
.noborder_container .cnt_body p {
	}
.noborder_container .Head {
	display:none;
	}