@charset "utf-8";

/*  ## RESET BROWSER DEFAULT CSS ------------------------------------------------------------------*/
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, font, 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 {
border: 0;
font-size: 100%;
line-height: 1.35;
margin: 0;
outline: 0;
padding: 0;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


body {
	min-width: 720px;
	text-align:center;
	font-family: "Courier New", monospace;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background: #fff;
    margin: 0 auto;
    width: 840px;
	padding:3px;
}

#logo {
	position:relative;
	left:50%;
	margin:100px 0 150px -150px;
}

h1,p {
	padding: 5px 10px 5px 10px;
}

h1 {
	font-size:36px;
}

p {
	margin-top: 40px;
	font-size:32px;
	line-height:1.3em;
}

p.links {
	margin-top:55%;
	font-size:16px;
	line-height:1.1em;
}

#contact {
	font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.links a, .links a:visited {
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:1px 11px 6px 0px;
}

.links a:hover {
	text-decoration:underline;
}
