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, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: 700;
	font-style: normal;
}

h1 {
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
}

.main {
	margin: auto; width: 600px; text-align: center; padding: 20px;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
	background-color: white;
	font-size: 16px; line-height: 24px;
	padding: 0px 10px;
}

b, strong {
	font-weight: bold;
}

h1 {
	margin-bottom: 30px;
	line-height: 44px;
}

a { font-weight: bold; }

a:link {
  color: firebrick;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: firebrick;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: blue;
}

#mainDiv { width: 1020px; margin: auto; }
#leftDiv { width: 500px; float:left; text-align: left; padding-right: 20px; }
#rightDiv { width: 500px; float:right; text-align: center; }

#contactForm { width: 320px; margin: auto; }
#contactBox { width: 600px; margin: auto; }

#the600box { width: 600px; margin: auto; }

input, select { padding: 20px; width: 300px; font-size: 16px; }
input[type=submit] { padding: 20px; font-size: 20px; }

textarea { padding: 20px; width: 300px; height: 80px; font-size: 16px; }

u { text-decoration: underline;}

#errors {
	background-color: lightyellow; border: 1px dotted gainsboro; color: firebrick; padding: 20px; margin: 10px auto; width: 600px;
}

#header {
	margin: 30px auto; padding-bottom: 10px; text-align: center; color: #999; font-size: 14px; text-align: center;
	border-bottom: 1px solid gainsboro;
	width: 600px;
}

#header a, #header a:link, #header a:visited, #header a:active {
	color: #333; font-weight: normal;
	display: inline-block;
	/* margin: 0px 20px;*/
}

#header a {
  border-right: 1px solid #ccc;
  padding: 0 20px;
}

#header a:last-child {
  border-right: none;
}


#big {
	font-size: 24px; font-weight: bold; line-height: 36px; color: midnightblue; margin: 10px 0px;
}

#contactButton {
	display:block; border-radius: 25px; border: 1px solid gainsboro; background-color:rgb(90, 16, 162); text-align: center; padding: 10px; margin: 30px; text-align: center; color:white !important;
}

#contactButton:hover {
	background-color:rgb(195, 190, 239);
	border-color:#999;
	color: black !important;
}

#sendButton {
	border-radius: 25px; border: 1px solid gainsboro; background-color:rgb(90, 16, 162); text-align: center; padding: 10px; text-align: center; color:white !important;
	cursor:pointer;
}

#sendButton:hover {
	background-color:rgb(195, 190, 239);
	border-color:#999;
	color: black !important;
}

#footer {
	margin: 10px auto; padding: 20px; width: 90%; text-align: center; color: #999; font-size: 12px;
}

::selection { background: #dbe; }