	 
#container { 
margin : 0 auto; 
width : 1000px; 
background-color: #fff} 
#header1 { 

padding : 10px 
} 
#header h1 { 
margin : 0; 
} 
div#banner { 
color : #000; 
} 
div#banner h1 { 
margin :0; 
padding : 0em 0 0 0.5em; 
font-size : 2.2em; 
font-weight :standard; 
} 
#bannerimage
{
margin: 0;
float:left;
width: 60%;
height:auto;
text-align: center;
}
img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        border:0;
        margin; 1%;
        max-width: 100%;
        height:auto;
        width: auto\9; /* ie8 */
}
img:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper.*/
 #content
{
	float: left;
	width: 800px;
	padding:0px 0;
	margin: 0 0 0 20px;
}

#content h2 { margin: 0; }
#header {
clear:both;
   float:left;
   margin:0;
   padding:0;
   background: #;
  border-bottom: solid 1px #fff; /* black line below menu */
   width:65%;
   font-family: Verdana, Arial, times, "times new roman", sans-serif; /* Menu font */
   font-size:45%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;}	
	
/* Top menu items */
#header ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   right:50%;
    position:relative;
}
#header ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
  
}
#header ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .7em;
   font-size:1.5em;
   line-height:.8em;
      background:#FFFF03;
  
   border-right: solid 2px #fff;
  
   text-decoration:none;
   color:#000;  
}
#header ul li.active a {
   color:#fff;
   background:#36f;
}

#header ul li a:hover {
   background:#000; /* Top menu items background colour */
   color:#fff;}
#header ul li:hover a,
#header ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background colour */
   color:#fff;
  
}

/* Submenu items */
#header ul ul {
   display:none; /* Sub menus are hidden by default */
   position:absolute;
   top 3em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:18em; /* width of the drop-down menus */
}
#header ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#header ul ul li a,
#header ul li.active li a,
#header ul li:hover ul li a,
#header ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1.5em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#FFF;
   color:#000;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #000; /* sub menu item horizontal lines */
}
#header ul ul li a:hover,
#header ul li.active ul li a:hover,
#header ul li:hover ul li a:hover,
#header ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#f40; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#header ul ul.last {
   up:auto; /* reset left:0; value */
   up:right; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#header ul li:hover ul,
#header ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
   }


#content-container
#navcontainer {float: right; margin-right:0px;
background: #f2f2f2;
 }

#navcontainer ul
{

margin: 0;
padding:.5em;
list-style-type: none;
font-size: 1em;
font-weight: bold;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {

 margin: 0; }

#navcontainer a
{
display: block;
padding: 2.5px 5px;
width: 130px;
color: #000;
background-color: #F2F2F2;
border-left: 5px solid #A43907;
text-decoration: none;

font-weight: normal;
font-size: .6em;


background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #000;
background-color: #ff99cc;
text-decoration: none;
background-repeat: no-repeat;
background-position: 0 0;

}

#navcontainer ul ul li { margin:0; }

#footer
{
	clear: left;
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px;
	height: 1%;
}