/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
}
.clr {
	clear: both;
	line-height:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */body {	font-family: Arial, Helvetica, sans-serif;	background-color: #BFBFBF;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#container {
	margin:0 auto;
	height:auto !important;
	width: 720px;	height: 100%;
	min-height:100%;
}

div#wrapper {
	width: 720px;
	margin:0 auto;
	background: url(images/bg.jpg) repeat-y;
}
#header {
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 720px;
	clear: both;
}
#header a:link{
	margin: 0;
	padding: 0;
	display: block;
}

#content {
	margin: 0;
	padding: 0;
	width: 720px;
}
.img_left{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.img_right{
	display: block;
	margin: 0;
	padding: 0;
	float: right;
}
#left {
	float: left;
	background: url(images/del_tool_10.jpg) repeat-y;
	margin: 0;
	padding: 0;
	width: 160px;
	display: inline;
}
#left img{
	margin: 0;
	padding: 0;
	display: inline-block;
}
#right {
	float: left;
	display: inline;
	width: 560px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
}
#right p{
	font-size: 12px;
	margin: 0;
	background-position: left top;
	vertical-align: top;
	white-space: normal;
	padding: 5px 30px 5px 10px;
}


#right h1{
	font-size: 17px;
	margin: 0;
	padding-bottom: 10px;
}
#right h2{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
}
#right h3{
	font-size: 15px;
	margin: 0;
	padding-bottom: 10px;
}
#right h4{
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
}
#right h5{
	font-size: 13px;
	margin: 0;
	padding-bottom: 10px;
}
#right h6{
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
#right a:link {	color: gray;	text-decoration: none;
	font-weight: bold;
	list-style-type: disc;
}#right a:visited {	text-decoration: none;	color: #666666;}#right a:hover {	text-decoration: underline;	color: black;}#right a:active {	text-decoration: none;	color: black;}
ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}
li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/del-tool_email_icon.gif);
	margin: 0;
	padding: 5px;
}
#footer {
	width: 720px;
	height: 44px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
	display: block;
}

#footer_sub {
	display: block;
	text-align: center;
	text-decoration: none;	font-size: 9px;	color: #666666;
	margin-bottom: 20px;
}
#footer_sub p{
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}#footer_sub a:link {	color: black;	text-decoration: none;
	font-weight: bold;
}#footer_sub a:visited {	text-decoration: none;	color: #666666;}#footer_sub a:hover {	text-decoration: underline;	color: black;}#footer_sub a:active {	text-decoration: none;	color: black;}