#wrapper{
        background-color: white;
        width:900px;

	position:relative;
	left:0;
	top:0;
	margin-top:0%;
        margin:0%;
        overflow-y:auto;
        overflow-x:hidden;
        
}

#footer{
        border-top: white 10px solid;
        background-color:#333333;
        clear:both;
	      width:900px;
	      height:30px;
	      position:relative;
	      float:left;
	      left:0%;
        overflow: hidden;
        text-align:center;

 }

#head{

      	background-color:#333333;
      	text-align:left;
        width:900px;
	      height:135px;
	      left: 0;
	      top:0;
	      position:relative;
        margin:0% ;
        overflow:hidden;
        padding-top:0px;
        padding-bottom:10px;
        padding-left:0px;
        border-bottom: white 10px solid;

}

#left{
        background-color:white;
        text-align:left;
        width:100px;
        height:500px;
        position:relative;
        float:left;
        left: 0%;
        margin:0% auto;
        overflow:hidden;
        color: #cc6600;
}


#inner{
        background-color:white;
        text-align:left;
	      width:617px;
	      height:500px;
	      position:relative;
	      float:left;
	      left:0%;
        overflow: auto;

 }
 
#right{
       	background-color:#cccccc;
      	right:0;
      	top:0;
      	height:500px;
        width:183px;
        position:relative;
        float:right;
        overflow-y:auto;
        overflow-x:hidden;

        
}

#slidein{

position:absolute;
text-align:left;
background-color:#cccccc;
right:0px;
top:16%;
width:10;
overflow:auto;
border-left:solid #cccccc 10;
font-size: 12px;

}

#radio{

background-color:#CCCCCC;
position:absolute;
left:0;
top:0;
width:100;
height:100;
z-index:10000;
border-left:solid #cccccc 10;
display:none;
font-size: 12px;

}

#radio_large{

background-color:#CCCCCC;
position:absolute;
left:0;
top:0;
width:800;
height:200;
z-index:10000;
border-left:solid #cccccc 10;
display:none;
font-size: 12px;

}

table {
font-size: 1em;

}

body {
background-color:#ffffff;
font-family: Arial Narrow;
font-size: 1em;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
margin-top: 0;

}

p {margin-left: 7px;
}
p {margin-right:1%;
}

h2 {text-align :center;

}
a.menu:link {
	color: black;
	text-decoration: none;
}


a.menu:visited {
	color: black;
	text-decoration: none;
}

a.menu:active {
	text-decoration:  none;
	color: #cc6600;
}

a.menu:hover {
	text-decoration:  none;
	color: #cc6600;
}

a:hover {
	text-decoration:  none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}


a:active {
	text-decoration:  none;
	color: blue;
}

a:link {
	color: blue;
	text-decoration: none;
}

