/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #0066FF; SCROLLBAR-HIGHLIGHT-COLOR: #0000ff;
	SCROLLBAR-SHADOW-COLOR: #770000 LLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #222222; SCROLLBAR-DARKSHADOW-COLOR: #000000
}

body{
	padding:0;
	margin:0;
	background:url(bgimage.jpg) 0 0 repeat-x #000000;
	color:#000000;
}
div, h1, h2, p, form, label, input, textarea, img, dl, dt, dd, ul, li, span{
	margin:0; padding:0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*--------------------------------body----------------------------------*/

/*-----------------------------header start-----------------------------*/
#menu {
width:900px;
height:115px;
background:url(1bannerwalkups.png) 0 0 no-repeat;
padding:310px 0 0 0;
margin:0 auto;
position:relative;
font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#0066FF;
}

#header {
position: absolute;
top: 250;
left: 450;
z-index:100;
width: 100%; /* precision for Opera */
}

#menu dl {
float: left;
width: 11em;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #000000;
border: 0px ;
margin: 0px;
}

#menu dd {
display: none;
border: 0px solid gray;
}

#menu li {
text-align: center;
background: #black;
}

#menu li a, #menu dt a {
color: #0066FF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#white;
}

#menu li a:hover, #menu dt a:hover {
color:#FFFFFF;
background-color:#0066FF;}

/*-----------------------------header end------------------------------*/

/*-----------------------------body start------------------------------*/
#body{
	background:url(bgimage.jpg) 0 0 repeat-x;
	width:900px;
	margin:0 auto;
}
/*-------------------------------body end-----------------------------*/
/*-------------------------------left begin-----------------------------*/
#left{
	width:900px;
	padding:0 0 20px 0;
	float:left;
}
#left ul{
	width:250px;
	padding:15px 0 0px 0;
	margin:0 0 0 0;
	float:left;
	font-size:0;
}
#left ul li{
	padding:0 0 0 0;
	margin:0;
	float:left;
	
}
#left ul li a{
	display:block;
	width:250px;
	background:url(arrow1.gif) 0 5px no-repeat #000000;
	padding:0 0 0 15px;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#C0C0C0;
	text-decoration:none;
	height:19px;
}
#left ul li a:hover{
	background:url(arrow1_hover.gif) 0 5px no-repeat #000000;
	color:#0066FF;
}
#left {clear:left}

/*-------------------------------left end-----------------------------*/

/*------------------------------footer start--------------------------*/
#footer p.copyright{
	font:normal 11px/14px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006699;
	background-color:#000000;
	position:absolute;
	left:285px;
	top:300px;
}

#footer {clear:left}


