/*-----------------------------------+
 | Site: Blank Lab           |
 | Part: Master stylesheet           |
 +-----------------------------------*/

/* Resets
=====================================================================*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	//background: transparent url('../images/bg_max_res.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.clear {
	clear: both;
}

span {
	display: none;
}

.copy {
	font-size: 10px;
	line-height: 15px;
	margin: auto;
	}
.title {
	font: 12px Courier, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	}

/* Divs
=====================================================================*/

#wrapper {
	width: 880px;
}

#header {
	width: 880px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


#footer {
	width: 880px;
	float: left;
}




/* Type/links
=====================================================================*/

h1 {
	font-size: 11px;
	font-family: Helvetica;
	color: black;	
}

h2 {
	width: 160px;
	height: 100px;
}

h3 a:hover{
	border-bottom: solid black 1px;
	width: 160px;
	height: 100px;
}

/* About
=====================================================================*/

#about {
	width: 450px;
	position: absolute;
	padding-left:10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-left: 30px;
	margin-top: 280px;
bottom: 60px;
background: yellow;

}

#about h {
	line-height: 16px; 
	font: 10px Courier, sans-serif;
	}
#about p {
	line-height: 16px; 
	font: 10px Helvetica, sans-serif;
	margin-top: 15px;
	}
#about a	{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#about a:hover {
	background-color: white;
	color: black;
	}

/* Contact
=====================================================================*/

#contact {
	width: 883px;
	height: 346px;
	position: absolute;
	margin: 0 auto;
	top: 118px;
	background: white;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#contact p {
	line-height: 16px; 
	font: 10px Helvetica, sans-serif;
	margin-top: 15px;
	}
#contact a	{
	color: black;
	line-height: 16px; 
	text-decoration: none;
	font: 10px Helvetica, sans-serif;
	border-bottom: 1px solid grey;
	}
#contact a:hover {
	background-color: yellow;
	}
#contact input {
	width: 545px;
	border: 1px solid #ccc;
	background: none;
	font: 10px Helvetica, sans-serif;	
	}
#contact .button {
	width: auto;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #ccc;
	color: black;
	margin-bottom: -5px;
	}
#contact .comments {
	width: 545px;
	height: 100px;
	border: 1px solid #ccc;
	background: none;
	color: black;
	font: 10px Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 0px;
	}
#contact .name {
	width: 200px;
	height: auto;
	}
#contact .subject {
	width: 200px;
	height: auto;
	}
#contact .email {
	width: 200px;
	height: auto;
	}
	
/* FORM PHP
=====================================================================*/

#footer p {
	position: fixed;
	width: 455px;
	bottom: 25px;
	left: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: black;
	color: white;
	font: 10px Courier, sans-serif;
	line-height: 16px;
	}
#footer a{
	color: white;
	line-height: 16px; 
	text-decoration: none;
	font: 10px Courier, sans-serif;
	border-bottom: 1px solid grey;
	margin-left: 5px;
	}
#footer a:hover{
	background: yellow;
	color: black;
	margin-left: 5px;
	}
	
/* FORM PHP
=====================================================================*/

#form {
	width: 880px;
	height: 346px;
	position: absolute;
	margin: 0 auto;
	top: 118px;
	background: white;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#form p {
	line-height: 16px; 
	font: 10px Helvetica, sans-serif;
	margin-top: 15px;
	}
#form a	{
	color: black;
	line-height: 16px; 
	text-decoration: none;
	font: 10px Helvetica, sans-serif;
	border-bottom: 1px solid grey;
	}
#form a:hover {
	background-color: yellow;
	}