/** basic styling
 */

* {
    margin: 0px;
    padding: 0px;
}

#page {
    background: gray url('../images/stripe_back.gif') top;
    font-family: Verdana, sans-serif;
    font-size: 82%;
}

#wrapper {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    min-height: 920px;
    background: white url('../images/stripe_fore.png') top left;
    padding: 0px 4px 0px 10px;
}

br {
    clear: both;
}

#bottom_edge {
	position: relative;
	top: auto;
	left: 50%;
	width: 984px;
	margin-left: -485px;
	height: 12px;
	background: white url('../images/bottom_edge.png') no-repeat bottom left;
}

a {
	color: #34669b;
}

a:visited {
	color: #34669b;
}

img {
    border: 0px none;
}

/** Right column properties
 */

#right_col {
	float: left;
	width: 240px;
	margin-left: 30px;
	margin-top: 5px;
	/*position: absolute;
	top: 130px;
	left: 710px;*/
}

#right_col #leica {
    margin-bottom: 10px;
    width: 235px;
}

/** left_menu.css
 * style for left navigation menu (in news, about, documents)
 */

#left_menu {
	background: url("../images/left_navbar_tl.gif") no-repeat top left;
	float: left;
	width: 150px;
	height: 150px;	
}

#left_menu ul {
	background: url("../images/left_navbar_tr.gif") no-repeat top right;
	list-style-type: none;
	padding: 5px 15px;
	height: 150px;
}

#left_menu a {
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
}

#left_menu li {
	padding-left: 5px;
	border-bottom: 1px dotted #b2b2b2;
}

#left_menu li.active a {
	color: #34669b;
}

#left_menu .indented {
	padding-left: 15px;
}

/** End of left_menu
 */

/** article
 */

#article {
	min-height: 200px;
}


#article {
	margin: 10px 0 0 20px;
	width: 600px;
}

#article h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#article h2 {
	font-size: 110%;
	font-weight: bolder;
	margin: 15px 0 5px 0;
}

#article h3 {
	font-size: 105%;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 5px 0;
}

#article ul {
	margin: 5px 0 5px 40px;
}