/* http://blog.html.it/layoutgala/LayoutGala39.html */

/*
 * LAYOUT
 */

* { margin: 0; padding: 0; }

body {
	text-align: center;
}

div#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

div#navigation {
	float: left;
	width:390px
}
div#extra {
	float: right;
	width:390px
}
div#footer {
	clear: both;
	width:100%; 
	text-align:center;
}

div#content .left {
	float: left;
	width:280px;
	margin-top: 1em;
}
div#content .right {
	float: right;
	width:500px;
	margin-top: 1em;
}

div.line {
	margin: 0 auto;
	width: 30%;
	border-bottom: 1px solid #9E0000;
}

/*
 * TYPOGRAPHY
 */
 
html {font-size: 100%;} /* IE hack */
body {font-size: 0.625em;}
html>body {font-size: 10px;}
body * {font-size: 1em;} /* All elements relative to body, ie. 10px */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#navigation { background: #B9CAFF; }
div#extra { background: #FF8539; }
div#footer { background: #333; color: #FFF; }

div#footer p {
	margin: 0;
	padding: 5px 10px; 
}

div#header h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin: 14px 0 -14px 0;
	padding-left: 20px;
}

div#header h1 a {
	color: #9E0000;
	text-decoration: none;
}

div#content .right p {
	padding: 0 20px 10px 0;
}

div#content .right h3 {
	padding-bottom: 0 0 10px 0;
}

div#content .left h3,
div#content .left p {
	padding: 0 20px 1em 20px;
}

img {padding: 0; border:none;}

a {color: #9E0000;}

h1 {font-size: 2.4em;} /* 24px */
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}
h5, h6 {font-size: 1.1em;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #9E0000;
}
h5, h6 {
	font-weight: bold;
	padding: 0 20px;
}

#content {font-size: 1.3em;} /* 13px */
#content p {line-height: 1.5em;}
#content pre {font-family: "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;}
#content em {
  font-size: 1.167em;
}
#content ul {
	list-style: none;
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 1.5em;
	list-style-image: url("images/rombred.jpg");
	}

