html {
	background-color: #808080;
}

body {
	font: 75% georgia, sans-serif;
	line-height: 1.5;
	color: #1f2021;
	margin:10px 45px 0px 45px;
	padding:0px;
	background-color: #000;
	border: 2px solid #555;
}

a:link, a:visited {
	color: #9ecccc;
	text-decoration: none;
}
a:hover {
	color: #9effcc;
	text-decoration: underline;
}
a.img{
	border:0;
}

form {
	display: inline;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.right {
	margin-left: auto;
	margin-right: 5px;
}

div.blackbg {
	background-color: #337b99;
}

#wrapper {

}

/*
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	}

ul li {
	position: relative;
	}

li ul {
	float: left;
	left: 0px;
	top: 0px;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

li:hover ul, li.over ul { 
	display: block;
}

*/

#toby_wrapper {
	position: relative;	
	top: 0;
	height: 200px;
	background: #fff;
}

#toby_left {
	background: url('/img/toby_leftbg.png') no-repeat left; 
	float:left;
	width: 300px;
	height: 200px;
}

#toby_right {
	background: url('/img/toby_rightbg.png') no-repeat right;
	height: 200px;	
}
#toby_right_content {
//	white-space: nowrap;
	padding: 10px;
}


#sid_wrapper {
	background-color: #191919;
	position: relative;
	height: 24px;
	padding: 0;
	border: 0;
	border-top: 2px solid #444;
	border-bottom: 1px solid #444;	
	}


#sid_center {
	background: url('/img/sid_centerbg.png'); 
	width: 34%;
	float:left;
	height: 24px;
	line-height: 14px;
	}



#sid_left {
	background: url('/img/sid_leftbg.png') no-repeat right; 
	width:33%;
	float:left;
	height: 24px;
	line-height: 14px;
	}

#sid_right {
	background: url('/img/sid_rightbg.png') no-repeat left; 
	width:33%;
	float:left;
	height: 24px;
	line-height: 14px;
	}



/* ------------ GERRY the Content -------------------- */
#gerry_wrapper {
	background: #050505;
	color: #555;
}

#gerry {
	position: absolute;
	float: left;
	top: 215px;
	left: 100px;
	font-size: 12px;
	}

#gerry_nav1 {
	position: absolute;
	top: 0;
	left: 0;
}


#gerry_nav2 {
	position: absolute;
	top: 0;
	left: 120px;
}

#gerry_nav3 {
	position: absolute;
	top: 0;
	left: 240px;
}

#gerry_nav4 {
	position: absolute;
	top: 0;
	left: 360px;
}

#gerry a {
	color: #26627e;
	border: 2px solid #333;
	padding: 1px 4px 2px 4px;
	margin: 1px 3px 5px 3px;
	background: #222;
}

#gerry a:hover {
	color: #337b99;
	background: #2a2a2a;
	border: 2px solid #444;
}
#gerry a:visited {
	color: #26627e;
}
#gerry a:active {
	color: #fff;
	background: #337b99;
	border: 1px solid #eee;
}



/* ------------ IVAN the Content -------------------- */
#ivan_wrapper {
	position: relative; 
	background: #fff url('/img/ivan_rightbg.png') repeat-y right;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #444;
	border-top: 1px solid #222;
}

#ivan_left {
	background: url('/img/ivan_leftbg.png') repeat-y left;
	padding-left: 100px;
	padding-right: 20px;
	margin-right: 200px;
}

#ivan_left_content {
	padding: 3px 5px 30px 8px;
}

#ivan_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	background: url('/img/ivan_rightbg02.png') repeat-y;
}

#ivan_right_content {
	margin: 0;
	padding: 1px 3px 4px 3px;
	border-top: 1px solid #222;
	border-bottom: 2px solid #444;
	text-align: center;
}

/* ------------ EDGAR the Footer -------------------- */
#edgar_wrapper {
	background-color: #505050;
	position: relative;
	height: 40px;
}

#edgar_left {
	background: #26637f url('/img/edgar_leftbg.png') repeat-y left;
	float: left;
	width: 180px;
	border-right: 2px solid #444;
	height: 40px;
	text-align: center;
}

#edgar_right {
	line-height: 1.88889;
	background-color: #337b99;
	height: 40px;
	font-size: x-small;
	text-align: center;
}

/* extra */

#appengine_logo {
	float: right;
	padding: 16px 210px 0 0;
}
