body {
	background-image: url(../images/nebuly.jpg);
    background-repeat: repeat-x;margin: 0px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center; 
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#Content {
	width: 1000px;
	margin: 0px auto;    /* Right and left margin widths set to "auto" */
	text-align: left;    /* Counteract to IE5/Win Hack */
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;	
	background-color: #ffffff;
	border: 2px solid #000000;
}

#CenterColumn {
	width: 100%;
	text-align: center; 
}

#LeftColumn {
	float: left;
	text-align: left; 
	width: 15%;
	margin-left: 60px;
}

#RightColumn {
	float: right;
	text-align: left; 
	width: 20%;
}

#static{
 background: url('../images/patt_4897a2961800f.jpg'); 
}


#heasder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px; /*Height of frame div*/
	/* overflow: hidden; Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
}




#maincontent{	
	top: 250px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

#targetcontent{
	left: 250px;
	position: absolute;
	width: 800px;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


.sidebar{
position: absolute;
list-style-type: none;
margin: 1em;
padding-top: 250px;
padding: 0;
width: 190px; /* width of menu */
}

.sidebar li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sidebar li a{
background: black; /*color of menu by default*/
background-image: url(../images/fleur.gif);
background-repeat: no-repeat;
background-position: center left;
font: bold 13px;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 35px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sidebar li a:visited, .sidebar li a:active{
color: white;
}

.sidebar li a:hover{
background-color: red; /*color of menu onMouseover*/
background-image: url(../images/small_rose_red.gif);
color: white;
font: bold;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
