/* -------------------------BLASI PRINTING STYLESHEET---------------------------------- */

/* ---------------------------------------------------------------
/*  html, body
/* ---------------------------------------------------------------*/
html {
	background: url(http://blasiprinting.com/images/interface/template-v3/page_bg.jpg) top left repeat-x #FFFFFF;
	font: Helvetica, Arial, sans-serif;
	text-align: center;
	}

html, body, #wrap {
	margin: 0;
	padding: 0;
	}

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;

	overflow: hidden;

	background-image: url(http://blasiprinting.com/images/interface/template-v3/content_bg.jpg);
	background-repeat: repeat-y;
	}

/* ---------------------------------------------------------------
/*  Baseline values for browser consistency
/* ---------------------------------------------------------------*/
p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin: 0;
	padding: 0;
	}

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

ul {
	list-style: none;
	}

a {
	outline: 0;
	}


/* ---------------------------------------------------------------
/*  default links
/* ---------------------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	}

