/* Reset*/ 

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: baseline;
	background: transparent;
	font: normal 12px Georgia;
}
body {
	line-height: 1;
}
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;
}




/* Fine Reset*/ 

#page{width:1024px;margin: 0 auto;}
#header{width:100%;margin:10px 0 10px 0;text-align:center;}
#left{width:53%;height:600px;float:left;}
#main{width:47%;height:100px;float:right;}


h1{font: bold 3em arial}
h2{font: bold 2em arial;color:grey;padding:8px 0 8px 0;}
h3{font: bold 1.5em arial;color:grey;padding:8px 0 8px 0;}
p{font: 1.4em arial;padding:3px 0 3px 0;color:#333333;}
a{font:bold 1em  arial;padding:3px 0 3px 0;color:grey;text-decoration:none;}