* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #5c5c5c;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	background-color: #fafafa;
	height: 72px;
	padding-bottom: 12px;
}

#header .container {
	position: relative;
	height: 100%;
	margin-bottom: 24px;
}

#logo {
	position: absolute;
	bottom: -6px;
	left: -7px;
}

#header h1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;

	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.3em;
	color: #034da2;
}

#main div.container {
	background-color: #fafafa;
   -moz-box-shadow: 4px 4px 8px #444;
   -webkit-box-shadow: 4px 4px 8px #444;
   padding: 1.5em;
}

#main {
	background: url(../images/main_top.png) top repeat-x;
	padding-top: 30px;
}

#content a {
   color: #034da2;
}

#content h1 {
   color: #034da2;
   font-size: 1.7em;
}

#content h2 {
   color: #034da2;
   font-size: 1.2em;
}

#content div.box {
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
}

#navigation ul {
   list-style-image: url(../images/menu_item.png);
   padding-left: 13px;
   margin-left: 1em;
   margin-top: 3.3em;
}

#navigation ul li {
   font-size: 1.3em;
   font-style: italic;
}

#navigation a {
   text-decoration: none;
   color: #474747;
}

