@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	margin-top:10px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
p{margin:0 10px 10px}
a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px
}
div#container{
	text-align:justify;
	font-family: arial,sans-serif;
	color: #261D1D;
	font-size: 12px;
	letter-spacing: 0.4pt;
	word-spacing: 2pt;
	line-height: 1.4;



}
div#content p{line-height:1.4}
div#header {
margin-bottom:5px;
}
div#navigation{
}
div#extra{
}
div#footer{
	color: #FF6600;
	height: 32px;
	width: 750px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}
div#footer p{margin:0;padding:5px 10px}

div#container{width:750px;margin:0 auto}
div#content{
	float:right;
	width:540px;
}
div#content h1{
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0px;
	font-family: georgia;
	margin: 10px;
}
#content h2 {
	background-color: #FEFF97;
	padding: 0px;
	font-size: 14px;
	margin: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

div#navigation{float:left;width:200px}
div#extra{clear:both;width:100%}

