/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	margin-top: 0px;
}

a:link, a:visited {
	color: #0000FF;
}

#header { }

#content_left {
	text-align: left;
	width: 198px;
}

#content_left .top {
	height: 13px;
	background-image: URL(how_top_2.jpg);
	background-repeat: no-repeat;
}

#content_left .title {
	padding: 5px 15px; 
	background-image:URL(how_bg.jpg);
	background-repeat: repeat-y;
}

#content_left .title h1 {
	font-size: 16px; 
	margin: 0; 
	padding: 0; 
	font-weight: bold; 
	color: black;
}

#content_left .body {
	padding: 5px 15px; 
	background-image:URL(how_bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}

#content_left .body ul {
	margin: 0;	
	padding: 0;
	list-style: none;
}

#content_left .body ul li {
	border-bottom: 1px solid #ffffff;
	padding: 4px 0px;
}

#content_left .bottom {
	height: 66px;
	background-image: URL(how_bottom.jpg);
	background-repeat: no-repeat;
}

#middle {
	width: 605px;
}

#middle .top {
	height: 52px;
	background-image: URL(complete_top.jpg);
	background-repeat: no-repeat;
}

#middle .body {
	background-image:URL(complete_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px; 
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}	

#middle .details_top {
	height: 50px;
	background-image: URL(complete_bottom.jpg);
	background-repeat: no-repeat;
}

#middle .details_body
{
	background-image:URL(details_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px 40px;
	font-size: 12px;
}

#middle .details_body ul
{
	margin: 0;	
	padding: 0;
	list-style: none;
}

#middle .details_body ul li
{
	border-bottom: 1px solid #ffffff;
	padding: 4px 0px;
}

#middle .details_bottom {
	height: 57px;
	background-image: URL(details_bottom.jpg);
	background-repeat: no-repeat;
}

#form .label {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

#form .gift {
	font-weight: bold;
	color: #444444;
	font-size: 18px;
	padding-bottom: 10px;
}

#disclaimer_container {		
	font-size: 8pt; 
	color: #333;
	width: 815px;
	margin-left: auto; 
	margin-right: auto;
}
