
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
color: white;
background-color: black;
position: absolute;
top: 100px;
left: 70px;
}

span {
display: block;
padding-top: 20px;
}

h2 {
padding-top: 20px;
}

h3 {
padding-top: 30px;
}

#banner {
position: relative;
right: 60px;
bottom: 120px;
z-index: 1;
}

#centerImage {
position: relative;
left: 180px;
bottom: 140px;
}

#lightingCenterImage{
position: relative;
left: 280px;
bottom: 120px;
}

#buttons{
position: relative;
bottom: 150px;
left: 120px;
z-index: 1;
}

#mainButtons{
position: relative;
bottom: 150px;
left: 60px;
z-index: 1;
}

#text {
display: block;
position: relative;
bottom: 180px;
}

#links {
position: absolute;
left: -70px;
top: 113px;

padding: 15px;
padding-top: 20px;
padding-bottom: 30px;

border-style: solid;
border: medium double;

background-color: black;
color: white;
}

#hiddentext {
display:none; /* Ninja text */
}

#contact {
position: absolute;
left: 230px;
}

.smalltext {
font-size: 0.3em;
}

.skiplink {
padding-left: 15px;
}

.linebreak {
display: block;
}

.linebreakPad {
display: block;
padding: 10px;
}

.inline {
position: relative;
left: 100px;
display: inline;

margin-left: 10px;
margin-right: 10px;

padding: 10px;
padding-bottom: 30px;

border-style: solid;
border: medium double;
background-color: white;
color: black;
}

.imagetext {
display: inline;
position: relative;
right: 60px;
bottom: 10px;
color: black;
}

a:link {
color: blue;
}

a:visited {
color: aqua;
}

a:hover {
color: aqua;
}

a:active {
color: #0000FF;
background-color: #66ff66;
}

a:focus {
color: lime;
}


.hyperlink {
color: blue;
border:1px solid #ffffff;
}

.hyperlink:visited {
color: aqua;
border:1px solid #ffffff;
}

.hyperlink:hover {
color: aqua;
border:1px solid #ffffff;
}

.hyperlink:active {
color: #0000FF;
background-color: #66ff66;
border:1px solid #ffffff;
}

.hyperlink:focus {
color: lime;
border:1px solid #ffffff;
}