@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html,body{
	height:100%;
}

body{
	background:url(../images/mainBk.jpg) 0 0;
	background-repeat:repeat-x;
	background-color:#82ceec;
}

#dPageHolder{
	width:600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	background:#dde9ff;
}

#footer, .push {
	height:100px;
}
/*----------------------------------
navigation section
------------------------------------*/

#dNavWrap{
	width:600px;
	height:52px;
	background:url(../images/navBk.jpg);
	background-repeat:repeat-x;
}

#uNav{
	list-style:none;
	float:left;
}

#uNav li{
	float:left;
}

#uNav a:link, #uNav a:visited{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	display:block;
	width:90px;
	text-align:center;
	background:url(../images/nav.jpg) 0 0 no-repeat;
	padding:19px 0 19px 0;
}

#uNav a:hover, #uNav a:active, #uNav a:focus{
	background:url(../images/nav.jpg) 0 -52px no-repeat;
}

/*----------------------------------
header
------------------------------------*/

#dHeader{
	margin:0;
	padding:0;
	width:600px;
	height:149px;
}

/*----------------------------------
Torso
------------------------------------*/

#dTorso{
	margin:10px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#dTorso h1{
	font-size:16px;
	font-weight:bold;
}

#dTorso p{
	margin-bottom:10px;
}






































































