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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	
}

body {
font-family: verdana, arial, georgia,sans-serif;
margin:0;
padding:0;
font-size: 16px;
}
h1{font-size: 28px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}

#wrapper {
	width: 1000px;	
	vertical-align: bottom;
}

#header {
	width: 100%;
	vertical-align: bottom;
}

.container{float: left; width: 100%; margin: 40px;}
.column-left{ float: left; width: 33%;}
.column-right{ float: right; width: 33%;}
.column-center{ display: inline-block; width: 33%; position:relative;}