body {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	
	/* ie stuff... */
	scrollbar-face-color: #fff; 
	scrollbar-base-color: #fff;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #ccc;
	scrollbar-track-color: #fff;

}
#content {
	position: absolute;
	height: expression(document.body.parentNode.clientHeight - 40);  /*needed for stupid ie*/
	top: 1em;
	bottom: 1em;
	min-height: 24em;
	left: 50%;
	width: 740px;
	padding: 0;
	margin: 0;
	margin-left: -359px;
}
#leftpane {
	position: absolute;
	top: 0;
	left: 0;
	height: 95%;
	width: 160px;
	overflow: hidden;
	background: url(/i/leftpane_bg.png) repeat-y;
}
#nav {
	position: absolute;
	left: 0;
	bottom: 74px;
	width: 100%;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-transform: lowercase;
	color: #555;
}
.navselected {
    color: #D18D20;
}
#flags {
	border-bottom: 1px solid #FED3C0;
	display: inline;
	position: absolute;
	bottom: 22px;
	left: 76px;
	width: 63px;
	z-index: 2;
	height: 25px;
}
#flags img{
	border: none;
}
#main {
	position: absolute;
	left: 170px;
	top: 0;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	background: url("/i/back2.gif") center no-repeat fixed;
	font-size: 72%;

	width: 558px;
	padding-right: 20px;
	/* hide from ie5/mac \*/
	padding-right: 10px;
	width: 548px;
	/* stop hiding */
}
#main img {
	border: 1px solid black;
}
#main img.right {
	float: right;
	margin: 0 0 10px 10px;
}
#main ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
#main li {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(i/ul.dot.png) no-repeat 5px .6em;
}
#webedit img
{
	border: none;
}
a {
	text-decoration: none;
	color: #D18D20;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px; 
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px; 
	margin-bottom: 1px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px #ddd;
	font-size: 95%;
	background-color: #fff;
}
textarea { overflow: auto; }
form .button /*, input[type=submit], input[type=button]*/ { /* ie6- sucks! */
	background-color: #fff;
	border-color: #ddd;
	color: #D18D20;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

input:hover, textarea:hover {
	border-color: #000;
}
form .error{
	color: red;
}
.loggedin 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}

/* guestbook */
#entries {
	clear: both;
}
.entry {
	border-top: 1px solid #FED3C0;
	padding-top: 10px;
}
.entry h3 {
	margin: 0;
	margin-bottom: -0.8em;
}
#pages {
	margin-bottom: 10px;
	text-align: center;
}
#pages ul {	
	margin: 0;
	padding: 0;
}
#pages li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

/*forum*/
#forum IMG
{
	border: none;
}
#forum A
{
	FONT-WEIGHT: bold;
	COLOR: black;
	FONT-SIZE: 110%;
}
.Normal
{
	FONT-SIZE: 95%;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.WebSolutionBorder
{
	BORDER: Gainsboro 1px solid;
	BACKGROUND-COLOR: transparent
}
.WebSolutionHeaderThreads
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: black;
	text-align: left;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: Gainsboro;
	height: 20px;
}
.WebSolutionHeaderThread
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: Gainsboro;
}
.WebSolutionFormControl
{
	FONT-SIZE: 100%;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.WebSolutionErrorText
{
	COLOR: red
}
.WebSolutionText
{
	COLOR: red
}
.WebSolutionQuote
{
	BORDER-TOP: #999000 1px solid;
	BORDER-BOTTOM: #999000 1px solid
}
TD.WebSolutionRow
{
	BACKGROUND-COLOR: transparent
}
TD.WebSolutionRowHighlight
{
	BACKGROUND-COLOR: #eeeeee;
	height: 20px;
	text-align: left;
	LINE-HEIGHT: 120%;
}
.WebSolutionSmallerFont
{
	FONT-SIZE: 85%;
	LINE-HEIGHT: 120%;
	
}
.temp
{
	FONT-SIZE: 90%;
	LINE-HEIGHT: 130%;
	
}
