* {
	margin: 0;
	padding: 0;
}

body {
 	background: #999999;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666; 
      /*  background: url(images/outtacontainer.JPG) repeat-x ;
       background-color: #000000;*/
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
 	color: #E16629;
}

/* container*/

#container {
background:#ffffff;
margin : 0 auto;
width:900px;
height: 100%;
border: 2px solid;
border-color: #6699ff;
}


/* Header */

#header {
       width: 900px;
	height: 250px;
	background: #000000 url(images/banner_22072010.jpg) no-repeat;
}



/* Banner */


/*#banner {
	width: 900px;
	height: 200px;
}*/

menu {
       margin:0 auto;
      display : inline;
       padding-top:30px;
       padding-bottom:10px;
       width:800px;
       height:52px;
       background: url(images/menubar.jpg) no-repeat 0%;
       margin:0 auto;
}

#menu a{
        margin:0px;
        width:108px;
        text-decoration: none;
        list-style: none;
        padding-top:10px; 
        padding-bottom:10px; 
        padding-right:18px;
        padding-left:20px;  
        background: url(images/button.jpg) repeat-x center center;
        font-weight:bold;
        font-family:arial, helvetica;
        color:#000000;
       }

#menu ul{
         list-style: none;
         background: url(images/menubar2.jpg) no-repeat right center;
         padding-top:10px;
         padding-bottom:10px;
        }

#menu a:hover{
              width:108px;
              background: url(images/button4_copy.jpg) repeat-x center center;
             }

#menu li {
           margin:0px;
          width:100%;
          display: inline;
}

#content {
background-color: #ffffff;
padding-top:20px;
padding-right:20px;
padding-bottom:20px;
padding-left:20px;
margin-top:20px;

margin-bottom:20px;


}

#content h1 {
color: red;


}
#content ul {
padding-left: 50px;
}

#footer {
border-top: 1px solid;
}