/* Dear DW, this document is UTF-8 'cause éàö ! Thanks */

/* RESET */

*
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px none;
}

/* BODY */

body
{
margin: 30px 30px 30px 30px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

/* IMG */

img
{
font-weight: bold;
text-transform: uppercase;
}

/* A */

a
{
text-decoration: none;
color: #000000;
}

/* A HOVER | FOCUS | ACTIVE */

a:hover, a:focus, a:active
{
font-weight: bold;
}

/* SMALL */

small
{
font-size: 0.75em;
line-height: 0.75em;
}

/* BIG */

big
{
font-size: 1.2em;
line-height: 1.2em;
font-weight: bold;
}

/* LI */

div#content ol li
{
margin: 0px 0px 0px 1.5em;
list-style-position: outside;
}

/* H1 */

h1
{
position: absolute;
top: 60px;
left: 300px;
white-space: nowrap;
font-size: 60px;
line-height: 72px;
}

/* H2 */

h2
{
	position: absolute;
	top: 122px;
	left: 109px;
	white-space: nowrap;
	font-size: 40px;
	line-height: 42px;
	height: 117px;
}

/* H3 */

h3
{
position: absolute;
top: 150px;
left: 600px;
white-space: nowrap;
font-size: 40px;
line-height: 42px;
}

/* H4 */

h4
{
position: absolute;
top: 300px;
left: 180px;
white-space: nowrap;
font-size: 40px;
line-height: 42px;
}

/* H5 */

h5
{
	position: absolute;
	top: 233px;
	left: 544px;
	white-space: nowrap;
	font-size: 40px;
	line-height: 42px;
	height: 96px;
}

/* HEADER */

div#header
{
position: absolute;
top: 30px;
left: 30px;
width: 900px;
height: 100px;
padding: 0px 0px 20px 0px;
border-bottom: 2px dotted #000000;
font-size: 20px;
line-height: 24px;
}

/* HEADER OBJECT */

div#header object
{
position: absolute;
top: 10px;
left: 300px;
width: 600px;
height: 80px;
overflow: hidden;
}

/* SIDEBAR */

div#sidebar
{
	position: absolute;
	top: 177px;
	left: 32px;
	width: 270px;
	padding: 0px 0px 30px 0px;
	font-size: 12px;
	line-height: 24px;
}

/* CONTENT */

div#content
{
position: absolute;
top: 180px;
left: 330px;
width: 600px;
padding: 0px 30px 30px 0px;
font-size: 15px;
line-height: 20px;
}

/* CONTENT A */

div#content a
{
text-decoration: underline;
}

/* CONTENT A HOVER | FOCUS | ACTIVE */

div#content a:hover, div#content p a:focus, div#content p a:active
{
text-decoration: none;
}

/* CONTENT OL */

div#content ol
{
font-size: 15px;
line-height: 18px;
}

/* CONTENT OL LI */

div#content ol li
{
margin: 0px 0px 0px 1.5em;
list-style-position: outside;
font-size: 15px;
line-height: 18px;
}

/* CONTENT FIELDSET */

div#content fieldset
{
font-size: 12px;
line-height: 15px;
}

/* CONTENT INPUT TEXT | TEXTAREA */

div#content input.text, div#content textarea
{
display: block;
width: 300px;
padding: 5px;
border: 1px solid #000000;
background: #FFFFFF;
font-family: "Courier New", Courier, mono;
font-size: 12px;
line-height: 15px;
color: #000000;
}

