<style type="text/css">



.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color:white;
background:red url(media/arrowstop.gif) no-repeat 5px 3px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 25px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
//padding: 5px 0;
line-height: 17px;
//padding-left: 58px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color:black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:white;
background: black;
}


.invertedshiftdown2{
padding: 0;
width: 100%;
/*border-top: 5px solid #D10000; *//*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a {
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 0 5px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a1{
float: center;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
//align: center;
//HSPACE:50px;
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/** HEADER */

#header {
    
	width: 100%;
	margin: 0px auto;
	background:red url('img02.gif') repeat-y center top;
   // padding-left:266px; padding-right:266px; padding-top:0px; padding-bottom:0
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}
body {
	margin:0;
    background:red url('img01.gif') repeat-y;
	text-align: justify;
	font-family: verdana;
	font-size: 9pt;
	color:#000000;
    width: 100%;
	//background-position-x:50%; background-position-y:50%; line-height:150%

}
/** FOOTER */

#footer {
	//clear: both;
	margin: 0px auto;
	border-top: 0px solid ;  
background:red repeat-y center bottom;
 padding-left:2px; padding-right:0px; padding-top:0px; padding-bottom:0
   
}

#footer p {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	color: #ffffff;
}
</style>

