/* COLORS */

/*
Header: 3b3b3b (Dark Gray)
Background: #3a3a3a (Dark Gray)
footer: #464646 (Grey)
Body: #edece8 (Tan)
Sub Header: #f6feff (Light Blue)
Box Color Yello: #f3cc31 (Yellow)
Box Color Blue: #4ebae8 (Blue)
Inpute Fields on Header: #626262 (Light Gray)
Sign Up / Log In: #426e80 (Gray Blue)
Dashed lines: #a7a7a7
One px line: f0eeeb;  (Light, Light grey)


border-style:solid;
border-color:red;
border-width:.1em;


font-family: 'Open Sans', sans-serif;
*/

/*******************
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, 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, summary {
	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;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

abbr,acronym { 
	border:0;
}



/*******************
MAIN CSS
*******************/


body {
	background:#fff;
	font-family: verdana;
	font-size: 100%;
	line-height: 1.5em;
}

#wrapper {
	background:#fff;
	width: 1000px;
	height: 700px;
	margin: auto;
}

#header {
	width: 1000px;
	height: 65px;
	margin-bottom: auto;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2f4f4f;
	background-color: #fff;
}

#logo {
	width: 204px;
	height: 52px;
	margin-top: 15px;
	background: url("../images/luminouspeel.jpg");
}

#body {
	width: 1000px;
	height: 600px;
	margin-bottom: auto;
	background-color: #fff;
}

#main_content {
	margin: 30px 0px 0px 17px;
	width: 540px;
	height: 250px;
	position: absolute;
	z-index: 1;
}

#main_content p {
	/*text-align: justify;*/
	font-family: verdana;
	font-size: .7em;
	line-height: 1.65em;
	color: #2f4f4f;
}

#main_content a {
	text-decoration: none;
	color: #2f4f4f;
}

#main_content a:hover {
	text-decoration: none;
	color: #000;
}

#image {
	float: right;
	margin-top: 50px;
	margin-right: -40px; 
	width: 500px;
	height: 400px;
}

a.rollover {
	display: block;
	width: 500px;
	height: 400px;
	text-decoration: none;
	background: url("../images/sprite.jpg");
	}

a.rollover:hover {
	background-position: -500px 0;
	}

#footer {
	width: 1000px;
	height: 99px;
	margin-bottom: auto;
	margin-top: 100px;
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #2f4f4f;
	background-color: #fff;

	position: absolute;
	z-index: 3;
}

#footer p {
	font-size: .7em;
	color: #000;
	margin: 0px 0px 0px 17px
}