/* Reset first */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS begins */

body {
	text-align: center;
	margin: 0 auto;
	background: #fff;
	font-size: 62.5%;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #333;
}

a:link, a:visited {color: #ff3300; text-decoration: none; outline: 0;}
a:link:hover, a:visited:hover {color: #ff3300; text-decoration: none; border-bottom: 1px solid #ff3300; padding-bottom: 2px; outline: 0;}

#page {
	margin: 75px auto;
	width: 650px;
	text-align: left;
	overflow: hidden;
}

h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	float: left;
	width: 200px;
}

hr {
	display: block;
	size: 0;
	background: 0;
	border: 0;
	clear: both;
}

hr.thick {height: 50px;}

hr.thin {height: 5px;}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	float: left;
	clear: left;
	width: 200px;
}

.content {
	width: 400px;
	float: right;
	margin: 2px 0 10px 0;
	font-size: 1.25em;
	line-height: 1.5em;
}

.contact {
	margin: 13px 0 10px 0;
}

li {
	float: left;
	width: 150px;
	margin: 0 50px 5px 0;
}

.date {
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 15px 0;
}

strong {font-weight: bold;}

em {font-style: italic;}


