/*
Title:      CSC Normalizer
Author:     José López d.
Copyright:  2008
*/

/* Normalizing
___________________________________________*/


/* Normalize padding and margins */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/*body {
	background-image:url(../images/grid7column.jpg);
}*/
/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul {
	list-style:none;
	}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Normalize tale borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Normalize other borders */
fieldset, img {
	border: 0;
	padding:0;
}
/* Normalize text-alignment */
caption, th {
	text-align: left;
}
/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

