body {
	background: white;
	text-align: center;
	color: #555;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
}
/*
p, h1, h2, h3, h4 {
	margin: 1em 0;
	padding: 0;
}
*/
h1 {
    font-size: 140%;
}

h2 {
	font-size: 18px;
	color: #FDA11C;
}

h3 {
	font-size: 14px;
	color: #77A819;
	font-weight:normal;
}#footer {
    width: 100%;
    height: 3
    0px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));;
    padding: 0;
    border-top: 1px solid #444;
}



h4 {
    font-size: 100%;
}

table, td, select, input, textarea, li, span {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

.color_text {
    color: #FDA11C;
    font-weight: normal;
}

/* ---------------------------------- scroller ---------------------------------- */
#header {
    width: 100%;
    height: 0px;
    line-height: 0px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fe96c9), color-stop(0.05, #d51875), color-stop(1, #7b0a2e));
    padding: 0;
    color: red;
    font-size: 20px;
    text-align: center;
}

#logotip {
    margin-bottom: 15px;
}

#wrapper {
    height: 100px;		/* Of course you need to specify the object height */

    position: relative;	/* On older OS versions "position" and "z-index" must be defined, */
    z-index: 1;			/* it seems that recent webkit is less picky and works anyway. */

    width: 100%;
    background: white;
    overflow: hidden;
/*	background:#aaa url(wrapper-bg.png);*/
}

#scroller {
/*	-webkit-touch-callout:none;*/
/*	-webkit-tap-highlight-color:rgba(0,0,0,0);*/

    float: left;
    width: 100%;

/*	-webkit-box-shadow:0 0 8px #555;	/* Don't use shadows in production, they slow down drastically CSS animations */
}

#scroller ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left;
}

#scroller li {
    margin: 0;
    padding: 0;
/*	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4d4d4), to(#fafafa));*/
    font-size: 12px;
}

/* ---------------------------------- container ---------------------------------- */
#container {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background: white;
/*	margin-top: 2em; */
}

/* ---------------------------------- navigation ---------------------------------- */
div#navlist {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
	list-style: none;
}

div#navlist a {
    font-size: 12px;
}

.navItem {
    padding-top: 12px;
	display: block;
	padding-right: 0.5em;
	padding-left: 1em;
	margin-bottom: 5px;
	height:30px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #FFD9A5;
	-webkit-border-radius: 5px;
}

.navItem a {
}

.selectedNavItem {
    padding-top: 12px;
	display: block;
	padding-right: 0.5em;
	padding-left: 1em;
	margin-bottom: 5px;
	height:30px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #FF9300;
	-webkit-border-radius: 5px;
}

.selectedNavItem a {
}

/* ---------------------------------- main ---------------------------------- */
#main {
	margin: 0px;
	vertical-align: top;
}

.main_nav {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left_nav {
    	width: 20%;
}

.main_text_bio {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:14px
}

.bio_toggle {
    font-size:14px
}

.all_pages  {
}

.all_pages a {
	color: #FDA11C;
}

.color_text {
    color: #FDA11C;
    font-weight: normal;
}

.quoted_text {
	font-style: italic;
	margin-left: 2em;
	margin-right: 4em;
}

/* ---------------------------------- footer ---------------------------------- */
#footer {
    width: 100%;
    border-top: 1px solid #444;
	position: relative;
	clear: both;
	text-align: center;
	color: #fff;
	background: url(../images/footer_back.gif) repeat-x;
	line-height: 28px;
	height: 40px;
    padding:0;
    border-top:1px solid #444;
}

.footer_text {
	color: #A1FA00;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}


