			/* reset browser styles */
			html, body, div, span, 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, 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, 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%;
			vertical-align: baseline;
			}
			article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
				display: block;
			}
			body {
				line-height: 1.2;
			}
			ol { 
				padding-left: 1.4em;
				list-style: decimal;
			}
			ul {
				padding-left: 1.4em;
				list-style: square;
			}
			table {
				border-collapse: collapse;
				border-spacing: 0;
			} 
			/* end reset browser styles */
			
			body {
				background: url(../images/header_bg.jpg) repeat-x,
						    url(../images/body_bg.jpg);
			    font-size: 62.5%;
			    color: #504f4f;
			    font-family: Calibri, Arial, sans-serif;
			}	
			
			.wrapper {
				width: 960px;
				margin-right: auto;
				margin-left: auto;
			}
			
			.header {
				margin-top: 20px;
			}
			
			.main {
				margin-top: 250px;
				background: url(../images/hello.png) no-repeat;
				padding-left: 186px;
				padding-top:20px;
				padding-bottom:20px;
			}
			
			h1 {
				font-size: 2.4em;
				margin-bottom: 20px;
			}
			
			p {
				font-size: 1.6em;
				margin-top: 5px;
			}
			
			.email a {
				text-decoration: none;
			}
			
			a:link { color: #504f4f; }
			a:visited { color: #504f4f; }
			a:hover {
					  color: #504f4f;
			          border-bottom: 1px dashed #504f4f; }
			a:active {color: #504f4f; }