	body {
		margin: 0;
		padding: 0;
		background-color: #92938b;
		background-image: url(http://www.bestwork.biz/images/background.gif);
	}

.container {
		margin-left: 15px;
		width: 900px;
	}

.sidebar {
		color: #990000;
		width: 200px;
		font-size: 12px;
		float: right;
		text-align: left;
		margin-top: 100px;
		font-family: Arial;
		font-weight: bold;
}

.sidebar a {
		color: #990000;
		text-decoration: none;
		font-weight: gold;
	}


h1 {
   color: #b20044;
   font-size: 16pt;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 1em;
   padding: 0.5em;
   clear: both;
}

	.content {
		float: left;
		width: 650px;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		line-height: 1.5em;
		text-align: left;
		clear: both;
		font-size: 16px;
		font-family: Arial;
	}

	.content a {
		color: #990000;
	}

	.content sup {
		font-size: 9px;
		font-weight: bold;
		}


	.header {
		text-align: center;
		white-space: nowrap;
		height: 100px;
		border-bottom: 1px solid black;
		margin: 0;
		padding: 0;
		padding-top: 6px;
		font-size: 11px;
		font-weight: bold;
	}

	.linkbox {
		font-size: 14px;
		}

	.horizon {
		position: absolute;
		top: 03%;
		height: 0;
		width: 100%;
	}

	.links {
		text-align: center;
		white-space: nowrap;
		height: 24px;
		margin: 0;
		padding: 0;
		padding-top: 6px;
		font-size: 11px;
		font-weight: bold;
	}

	.links li {
		display: inline;
		margin: 0;
		padding: 0;
	}

	.links a {
		padding: 6px 0.75em 6px 0.75em;
		text-decoration: none;
	}

	.links a:hover {
		color: orange;
	}


#menu {
background-image: url(http://www.bestwork.biz/ripfixed2.gif);
width: 100%;
height: 50px;
min-width: 930px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 9em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
margin-top: 14px;
text-align: bottom;
color: #fff;
background: #92938b;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background: #92938b;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #ccc;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul li {
border-bottom: 1px solid #CCCCCC;
list-style: disc;
}


#menu ul ul ul {
top: 0;
left: 100%;
}

#menu sup {
font-size: 8px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



