/* 
===========================================================
TOP NAV 
===========================================================
*/
div#nav_top .nav_top_1 a {
	background-color:#51A7DC;
}

/* 
===========================================================
CONTENT
===========================================================
*/

div#content{
	height:322px;
	position:relative;
	text-align:left;
	padding-top:20px;
	padding-left:19px;
	background:#FFF url(../images/backgrounds/routine.jpg) no-repeat;
}

div#title{
	width:300px;
	text-align:left;
	margin-bottom:15px;
}

div#title img{
	margin-bottom:5px;
}

div#boxes{
	height:135px;
	width:457px;
	padding-left:15px;
	background-color:#DCCDE0;
}

div#boxes img{
	margin-left:20px;
	margin-bottom:5px;
}

div#boxes a{
	display:block;
	text-align:left;
	margin-left:20px;
}

div#boxes p{
	padding:5px 0;
	float:left;
}

div#boxes div#box_1{
	height:91px;
	width:221px;
	padding-top:10px;
	float:left;	
	border-right:#D1D1D1 solid 1px;
	border-bottom:#D1D1D1 solid 2px;
	background:#FFF url(../images/backgrounds/box.jpg) no-repeat center bottom;
}

div#boxes div#box_2{
	height:91px;
	width:221px;
	padding-top:10px;
	float:left;	
	border-right:#D1D1D1 solid 2px;
	border-bottom:#D1D1D1 solid 2px;
	background:#FFF url(../images/backgrounds/box.jpg) no-repeat center bottom;
}

div#boxes_1{
	height:25px;
	width:457px;
	padding-left:15px;
	border-top:#FFF solid 1px;
	background-color:#DCCDE0;
}

div#boxes_1 p{
	padding:5px 0;
	float:left;
}

div#arrow_b{
	text-align:center;
	width:457px;
	}
#box_2_resetLink, #box_3_resetLink
{
	width:46px;
	height:15px;
	cursor:pointer;
	overflow:hidden;
	visibility:hidden;
	background-image:url(../images/buttons/reset_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	margin-left:200px;
}
#box_2_resetLink:hover, #box_3_resetLink:hover {background-position:0px -15px;}
#box_2_resetDiv {position:absolute; left:187px; top:257px;}
#box_3_resetDiv {position:absolute; left:409px;	top:257px;}
#boxes a span
{
	position:absolute;
	margin-left:3px;
	margin-top:-1px;
}
