/*
---------------------------------------------------------------------------------------
TABLE OF CONTENTS
	-- RESETS
	-- BASICS
	-- CUSTOM
---------------------------------------------------------------------------------------
*/




/*---------------------------------------------------------------------------------------
--- RESETS
---------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
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,
h1, h2, h3, h4, h5, h6 {
	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;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
	
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*---------------------------------------------------------------------------------------
--- BASICS
---------------------------------------------------------------------------------------*/
html {		
	font-size:100%;
}

a {}

a:hover {}

a:active {}

a:visited {}

.left {		
	float:left; 
}

.right {	
	float:right; 
}

.clear {	
	clear:both; 
}

img.left {	
	margin:0 1em 1em 0; 
}

img.right {	
	margin:0 0 1em 1em; 
}

.padding {	
	padding:10px; 
}

#content p {	
	margin:1.1em 0; 
}



/*-------------------------------------------------------------------------------------
--- CUSTOM				 
-------------------------------------------------------------------------------------*/

body {
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 22px;
}



#content {
	width: 669px;
	height: 653px;
	background: transparent url(images/paper_bg.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -326px;
	left: 50%;
	margin-left: -334px;
}

#content #main {
	position: relative;
}

#content #main img {
	position: absolute;
	top: 60px;
	left: 190px;
}

#content #main table {
	position: absolute;
	top: 300px;
	left: 110px;
	width: 470px;
}

#content #main table td {
	padding: 10px;
}

*/