/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding : 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

/* Rmoves list-styles from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font=weight to normal */
address, caption, cite, code, dfn, em, th, var, strong
{ font-style: normal; font-weight: normal; }

/* Removes border from table */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

html
{ }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #CCCCCC;
}
/*
	Structure
*/
div {
	overflow: hidden;
}
div#site {
	width: 700px;
	margin: 0 auto;
}
div#background {
	display: none;
}
div#site-navigation {
	display: none;	
}
ul#lang {
	display: none;		
}
h1 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 1.5em;
}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}
span#sub-title {
	font-size: 1.2em;
	margin: 10px 0;
}
a {
	color: #000000;
	text-decoration: none;
}


