﻿/* RESET 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,
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;}

ul		{list-style: none;}

blockquote, q {	quotes: 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;
}

/************************RESET CSS CLOSE*****************************/



body
{
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	width:800px;
	font-size:16px;
	line-height:1.5em;
	background-color:#f3f3f3;
	font-family:sans-serif;
}

h1		{font-size:18px;	}

p		
{	padding-top:15px;
	font-size:13px;

}

#header
{
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:25px;
}

#content
{
	padding-top:25px;
	width:600px;
	padding-left:100px;
	padding-right:100px;
	background-color:#FFFFFF;
	padding-bottom:25px;
}


#content
{



}

/***************************************/



#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow1 {background: #F1F0F1;}

#shadow-container .shadow2 {background: #DBDADB;}

#shadow-container .shadow3 {background: #B8B6B8;}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
}
