@charset "UTF-8";



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 800px;
	overflow:auto;  /* cater to the older browsers */
	overflow: -moz-scrollbars-horizontal; /* for FF */
	overflow-x:scroll; /* scroll horizontal */
	overflow-y:hidden; /* Hide vertical*/
	background-color: #FFFFFF;
}

a:link {
	color: #999999;
}
a:visited {
} 
a:hover {
	color: #555555;
} 



.sidebar{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 110px;
	margin-top: 20px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: visible;
	width: 5000px;
	float: left;
	background-color: #FFFFFF;
	display: inline;
} 

.twoColFixLt #menu {
	text-align: left;
	background-color: #0000CC;
	width: 500px;
	height:500px;
	margin: 20px;
	padding: 23px;
} 

.twoColFixLt #item-01 {
 	position:absolute;
	margin-top: 0px;
	margin-left: 10px;
} 

.twoColFixLt #item-02 {
    position:absolute;
	margin-top: 50px;
	margin-left: 10px;
} 

.twoColFixLt #item-03 {
    position:absolute;
	margin-top: 80px;
	margin-left: 250px;
} 

.twoColFixLt #item-04 {
	position:absolute;
	margin-top: 600px;
	margin-left: 300px;
} 

.twoColFixLt #item-05 {
    position:absolute;
	margin-top: 200px;
	margin-left: 600px;
} 

.twoColFixLt #item-06 { 
    position:absolute;
	margin-top: 800px;
	margin-left: 800px;
} 

.twoColFixLt #item-07 {
     position:absolute;
	margin-top: 400px;
	margin-left: 700px;
} 

.twoColFixLt #item-08 {
    position:absolute;
	margin-top: 300px;
	margin-left: 600px;
} 


.post 						{
	width: auto;
	height: 700;
	text-align: center;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #CCCCCC;
	line-height: 15px;
 }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


@charset "UTF-8";
/* CSS Document */
