@charset "utf-8";
/* CSS Document */

.container {
width:900px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
position: relative;
}

.header {
height: 73px;
}

.banner {
background-image:url(images/banner_11.jpg);
height:245px;
width:900px;
padding-top:30px;
}

.menu {
height: 41px;
width:900px;
background:url(images/menu-but_07.gif) repeat;
}

.buttons {
height: 33px;
width: 724px;
padding-left:88px;
}

.maincontent {
width:600px;
}

clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
