body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;

	text-align: center;
}

table
{
	border-collapse: collapse;	
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td
{
	margin: 0px;
	padding: 0px;	
}

tr
{
	margin: 0px;
	padding: 0px;	
}

h1
{
	font-size: 1em;

	margin-top: 0px;
	padding-top: 0px;
	
	height: 26px;
	line-height: 26px;
}

h2
{
	font-size: 1em;

	margin-top: 0px;
	padding-top: 0px;
	
	height: 22px;
	line-height: 22px;
}

h3
{
	font-size: 1em;

	margin-top: 0px;
	padding-top: 0px;
	
	height: 18px;
	line-height: 18px;
}

ol, ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

a
{
	color: black;

	text-decoration: none;

	padding: 0px;
	margin: 0px;
}

a:hover
{
	color: black;

	text-decoration: none;
}

a:visited
{
	color: black;

	text-decoration: none;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#header_container
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	position: relative;

	width: 900px;
	height: 180px;
}

#logo
{
	position: absolute;

	bottom: 10px;
	left: 5px;

	height: 150px;
	width: 332px;

}

#evidencebased
{
	position: absolute;

	bottom: 10px;
	left: 350px;

	height: 150px;
	width: 332px;
}




#menu
{
	position: absolute;

	bottom: 0px;
	right: 20px;
	margin: 0px 0px -4px 0px;
	padding: 0px;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;

	position: relative;
}

#menu li
{
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
} 

#content_container
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	z-index: 1;

	display: block;

	width: 900px;
}



#content_top
{
	background-image: url(/pc/images/box_top.png);
	background-repeat: no-repeat;

	line-height: 11px;
	height: 11px;
}

#content_middle
{
	background-image: url(/pc/images/box_middle.png);
	background-repeat: repeat-y;

	padding: 0px 20px 10px 20px;
}

#content_bottom
{
	background-image: url(/pc/images/box_bottom.png);
	background-repeat: no-repeat;

	height: 11px;
}



#footer_container
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	z-index: 1;

	display: block;

	margin-top: 10px;
	margin-bottom: 10px;

	width: 900px;
}

#footer_top
{
	background-image: url(/pc/images/box_top.png);
	background-repeat: no-repeat;

	line-height: 11px;
	height: 11px;
}

#footer_middle
{
	background-image: url(/pc/images/box_middle.png);
	background-repeat: repeat-y;

	padding: 0px 20px 0px 20px;
}

#footer_bottom
{
	background-image: url(/pc/images/box_bottom.png);
	background-repeat: no-repeat;

	height: 11px;
}




.payment_button
{
	cursor: pointer;	
}


.left_item
{
	float: left;
	border-right: 1px solid #bec1bb;
}

.right_item
{
	float: right;
	border-left: 1px solid #bec1bb;
}

