body {
	background: #ddd url("bg.gif") bottom center repeat-x;
	font: 10px Helvetica;
}

#all {
	background-position: top left;
	height: 100%;
}

#wrapper {
	width: 800px;
	padding: 10px;
	margin: 40px auto 110px auto;
}


#container {
	width: 100%;
	margin-right: -230px;
	float: left;
}

#content {
	background: white;
	background-position: top left;
	border: 1px solid silver;
	border-width: 0 1px 1px 0;
	height: 420px;
	margin-right: 250px;
}

#hcontent {
	background: white;
	background-position: top left;
	height: 380px;
	margin: 20px 0 0 0;
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#wrapper {display: inline-block; } 

/* Hides from IE Mac \*/
* html #wrapper { height: 1%; }
#wrapper { display:block; }
/* End Hack */

#sidebar {
	width: 228px;
	float: right;
}

#sidebar { height: 420px; overflow: hidden; position: relative;}
#sidebar[id] {display: table; position: static;}

#middle {position: absolute; top: 100%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: bottom; position: static;}

#inner {position: relative; top: -100%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.blackBorder { 
	border: 1px solid silver;
	border-width: 0 1px 1px 0;
	padding: 10px;
	background: white;
}		

ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

li {
	padding: 5px 0;
}

h1 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: medium;
	font-weight: normal;
	color: gray;
}

h1 a:hover {
	color: black;
}

h2 {
	text-shadow: 1px 1px 0px #999999;
	letter-spacing: -3px;
	font-size: 96px;
}

h3 {
	color: black;
	margin: 0 0 5px 0; padding: 0;
	font-size: small;		
}

a:link, .altlink, a:visited{
	margin: 0;
	cursor: pointer;
	color: black;
}

a:hover, a:active, .altlink:hover, p a  {
	color: black !important;
	margin: 0;
	text-decoration: underline;
	cursor: pointer;
}

#frame {
	border: 10px solid #fff;
	height: 400px;
	color: silver;
	font-size: small;
	text-align: center;
	overflow: hidden
}

#default, #webframe, #sunrise {
	height: 400px;
}

.ele { 
	border: 10px solid transparent;
	height: 400px;
	color: silver;
	font-size: small;
	text-align: center;
}

#conten {
	background: transparent;
	background-position: top left;
	border: 1px solid transparent;
	border-width: 0 1px 1px 0;
	height: 420px;
	margin-right: 250px;
}

.web, .web * {
	font-family: Monaco, "Courier New", Courier, monospace !important;
	border-color: black !important;
	color: black !important;
	text-shadow: none;
}

.web .blackBorder {
	border-width: 1px;
}

.web .ele {
	background-color: white !important;
}

body.web {
	background: url("net.gif") top left repeat !important;
	background-color: white;
}

.web h1 a, .web .copy {
	color: red !important;
	font-size: 10px !important;
}

code {
	font-size: 10px !important;
	color: black !important;
}

p {
	margin: 5px 0 0 0; padding: 5px 0 0 0;
	line-height: 1.5em;
	border-top: 1px dotted silver;
}

.copy {  
	color: gray;
	margin: 15px 0 0 0; padding: 5px 0 0 0;
	border-top: 1px dotted silver;
}