/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
		
		margin:0;
		padding:0;
		border:0;
		vertical-align:baseline;
}

body {line-height:1.5;}

table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* end of resetting */

body {
	font: 75% Verdana, sans-serif;
	color: #333333;
}

h1 {
	font-size:6.5em;
	font-weight:bold;
}
h2{
	font-size:2.5em;
	font-weight:bold;
}
p{margin-bottom:5px;}
#container {
	width:800px;
	margin:15% auto 0 auto;;
}
.smaller {font-size:80%;}

.left{width:257px;float:left;}
.right {
	width:493px;
	padding-left:50px;
	float:left;
}