@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

a, a:link a:active {
	text-decoration: underline;	
	color: blue;
	}
	
a:visited {
	text-decoration: line-through;	
	color: purple;
	}

a:hover {
	text-decoration: none;
	}

body {
	margin-top: 40px;
	font-family: helvetica neue, helvetica, arial, sans serif;
	font-size: 100.1%;
	}

div#pagewrapper {
	width: 1095px;
	margin: auto;
	background-color: inherit;
	text-align: center;
	}
	
div#text1 {
	width: 230px;
	padding-bottom: 2em;
	float: left;
	}
	
div#text1 h1,
div#text2 h1 {
	text-indent: 0;
	line-height: 1.2em;
	font-size: 0.85em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
div#text1 h3 {
	text-indent: 0;
	line-height: 1.2em;
	font-size: 0.85em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
div#text1 p,
div#text2 p {
	line-height: 1.2em;
	font-size: 0.85em;
	text-align: left;
	text-decoration: none;	
	letter-spacing: 0.02em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}



