* {
margin: 0;
padding: 0;
}

/*** Headline
*********************************************************/
div.headline {
	background-color: #996;
	color: #fff;
	font: bold 1.2em Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	/* changes: */
	min-width: 300px;
	width: auto;
	height: auto;
}
	
div.headline p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.headline p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.headline p span.accesskey {
	color: #d17e62;
}


html { height: 100%; margin-bottom: 1px; }

body {
	padding:0 0 30px 0;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	color: #333333;
	text-align:center;
	background: #C1C1AD;
	background: #C1C1AD url(../images/tile.gif) top left repeat;
}



#container {
	padding:0;
	margin:0px auto 0 auto;
	width: 600px;
	text-align: left;
	background: transparent url(../images/contback.gif) top left repeat-y;

}


#header {
	margin:0;
	padding:0;
	height:150px;
	background: transparent url(../images/head.gif) top left no-repeat;

}


#innercontainer {
	margin:10px;
	padding:0;
	overflow:auto;
	height:100%;
	position:relative;
	text-align: left;
	background: transparent;
}


#side {

	margin:0px 0 0 5px !important;
	margin:0px 0 0 3px;
	padding:0;
	float:left;
	width:115px;

	font-size:80%;
	background: transparent;
	color:#fff;
min-height:400px;
}




#navigator	{
	height: 200px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	display:inline;

	}

#navigator ul#menu	{
	height: 200px;

	background: transparent url(../images/navor.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;

	}

#navigator ul#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
position:absolute;


	}
	
ul#menu li, ul#menu a {
	height: 24px;
	display: block;
	}
	
#navigator ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	overflow:hidden;
	}

	


#footer{
	margin:0px 0px 0 0px;
	padding:5px 0px 5px 0px;
	font-size:.8em;
	text-align:left;

	background: transparent url(../images/footback.gif) bottom left repeat-x;
height:80px;
text-indent:-9999px;
overflow:hidden;
}


#content {

	margin:0px 30px 0px 0px !important;
	margin:0px 15px 0px 0px;
	padding:0px;
	float:right;
	width:410px;
	background:transparent;
	text-align: justify;
	line-height:180%;
}

#contentmargin{
	margin:10px;
}
#contentmargin p{
	margin:10px;
}
h2 {
	margin-top:0px 0 10px 0;
	padding:0;
	font-size: 1.8em;
	color:#003300;	
	font-weight:300;
	font: 300 1.8em Verdana, Arial, sans-serif;
}


h3 {
	margin:20px 0px 10px 0px;
	padding:0;
	font-size: 1.2em;
	color:#333333;
	font-weight:300;

}

.imgright{
	margin:0 0 30px 10px;
	float:right;
}

.imgright img{
	border:1px solid #333;
}

hr{
	margin-top:20px;
	margin-bottom:10px;
}

h1 {

	padding: 0;
	margin:0;
	text-indent: -15000px;
	height: 0px;
	overflow: hidden;
}




a, a:link, a:visited  {
	background-color:transparent;
	color:#933;
	text-decoration:none;
}

a:hover {text-decoration:underline;}


#proj p {
	margin: 0px 0px 40px 0;
}
#side h3 {
	margin:20px 0 0 0;
	padding:0;
	font-size: 1.4em;
	color:#F5F5DE;
	font-weight:300;
	line-height:100%;
}




#side ul {

	margin: 0 0 40px 0px;
	padding: 0;
list-style:none;
}

	#side li {
	margin-top:5px;

}	

#side ul a{
color:#933;
}


.standlist, .check {
	margin-left: 30px;
	padding-left: 0;
	list-style: none;
}


.standlist li {
	margin-top:3px;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.2em .4em;
}

.check li{
	margin-top:3px;
	padding-left: 16px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}
.check ul a:hover{
color:#000;
}
.screens{
text-align:right;
width:370px;
margin:10px 0 20px 10px;
font-size:90%;
line-height:110%;
}
.screens a img{
border:1px solid #444;
margin:0 0 5px 0;
}
.screens a:hover img {
border:1px solid #933;
}

.linker a{
padding:2px;
border:1px solid #999;
font-size:80%;
}

.linker a:hover{
background:#999;
}





