html {
	margin: 0;
	padding: 0;
	background-color: #ECECEC;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	line-height: 20px;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 125%; text-transform:uppercase; letter-spacing: 0.2em; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #CC6633; }
h2 { font-size: 115%; text-transform:uppercase; letter-spacing: 0.2em;font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #666666; }
h3 { font-size: 115%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #999966; }
h4 { font-size: 100%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #CC6633; }
hr { width: 100%; border: 0; color: #999999; background-color: #999999; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #CC6633; }
a:hover { text-decoration: underline; outline: none; color: #000000; }

.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
img { border: 0; background-color: transparent; }
.section_object { margin-bottom: 10px; }


/* default ****************************************************************** */
#outer_container {
	width: 990px;
	position: relative;
	margin: 0 auto;
	padding:0;
}

#inner_container {
	background: #F8F8F8 url('/site/jonasalwin/images/static/bg_main.gif') repeat-y top left;
}

#top_container {
	width: 958px;
	position: relative;
	left: 15px;
	height: 200px;
	background: transparent url('/site/jonasalwin/images/static/bg_header.gif') repeat-x top center;
	text-align: center;
	border:1px solid #FFFFFF;
	border-top:0;
	border-bottom:0;
}


#logo {
	/*margin: 20px 0 0 27px;*/
}

#logo img {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
}



#main_container {
	position: relative;
	margin: 40px 0 0 75px;
	width: 840px;
}

#container_start {
	width: 990px;
	height: 16px;
	background: transparent url('/site/jonasalwin/images/static/bg_top.gif') repeat-y top center;
}

#container_stop {
	width: 990px;
	height: 90px;
	background: #F8F8F8 url('/site/jonasalwin/images/static/bg_bot.gif') repeat-y bottom center;
}



#footer {
	font-size: 90%;
	line-height: 15px;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}


#default01 { /* right */
	position: relative;
	float: right;
	width: 620px;
}

#default02 { /* left */
	position: relative;
	float: left;
	width: 180px;
}

#default03 {
	position: relative;
	float: left;
	width: 300px;
}

#default04 {
	position: relative;
	float: right;
	width: 300px;
}

#default05 {
	width: inherit;
}



#trail {
	color: #8E8E8E;
	font-size: 75%;
	line-height: 30px;
}

#trail a:link, #trail a:visited, #trail a:active {
	color: #8E8E8E;
	text-decoration: none;
}

#trail a:hover { text-decoration: underline; }




#left_navigation_container { margin-bottom: 20px; }

#left_navigation_container ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

#left_navigation_container li {
	margin-left: 0;
	cursor: pointer;
	cursor: hand;
	font-size: 110%;
	text-transform: uppercase;

}

#left_navigation_container li ul li {
	font-size: 90%;
	padding-left: 1.3em;
	text-transform: none;
}

/*#left_navigation_container li.last { background-image: none; }*/
#left_navigation_container li:hover { }

#left_navigation_container li a {
	color: #000000;
	text-decoration: none;
	outline: none;
	background-color: transparent;
}

#left_navigation_container li ul li a {
	color: #666666;
}

#left_navigation_container li a.current {
	color: #CC6633;
}

#left_navigation_container li a:hover {
	color: #CC6633;
}

/* #left_navigation_container li a.current:hover { color: #666666; } */
