.center {
text-align:center;
font-size:1.1em;
margin-right:auto;
margin-left:auto;
width:800px;
margin-top:55px;
}

.centerfr {
text-align:center;
font-size:1.1em;
margin-right:auto;
margin-left:auto;
width:800px;
}

body {
background-color:#FFF;
text-align:center;
margin:0;
padding:0;
}

#body {
width:900px;
margin:0 auto;
}

#bodywrap {
background-color:#FFF;
overflow:hidden;
padding-top:10px;
padding-bottom:30px;
width:100%;
margin:0 auto;
}

#header {
height:236px;
width:920px;
background-image:url(../images/bottomheader.jpg);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
}

#headerwrap {
background-color:#c1e1d2;
background-image:url(../images/top2bg.gif);
background-position:bottom;
background-repeat:repeat-x;
height:236px;
width:100%;
margin:0 auto;
}

#mainbody {
float:left;
text-align:left;
width:620px;
}

#menu {
height:144px;
text-align:left;
width:920px;
background-image:url(../images/topheader.jpg);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
}

#menuwrap {
background-color:#31373B;
background-image:url(../images/topbg.gif);
background-position:top;
background-repeat:repeat-x;
height:144px;
width:100%;
margin:0 auto;
padding:0;
}

#rightcolumn {
position:absolute;
width:60%;
left:40%;
}

.buttons a,.buttons button {
display:block;
float:left;
background-color:#f5f5f5;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:700;
color:#565656;
cursor:pointer;
background-image:url(/key.png);
background-position:left;
background-repeat:no-repeat;
border:1px solid #61737f;
margin:0 17px 0 0;
padding:5px 10px 6px 19px;
}

.buttons button {
width:auto;
overflow:visible;
padding:4px 10px 3px 7px;
}

.buttons button[type] {
line-height:17px;
padding:5px 10px 5px 7px;
}

*:first-child+html button[type] {
padding:4px 10px 3px 7px;
}

.buttons button img,.buttons a img {
border:none;
width:16px;
height:16px;
margin:0 3px -3px 0 !important;
padding:0;
}

button:hover,.buttons a:hover {
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#369;
background-image:url(/tick.png);
background-position:left;
background-repeat:no-repeat;
}