/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

/**/
html {
    background:#fbfbfb;
    font-family: "Droid Sans", "Helvetica", "Segoe UI", "Arial", "Sans serif"
    margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
    margin-bottom:2em;
}

div#outerbox {
    margin: 0 auto;
    max-width: 70em;
    margin-top: 3em;
    background:#fbfbfb;
    padding:2px;
}


h1 {
    color : #9a2c35;
    font-variant: small-caps;
    letter-spacing: 5pt;
    font-weight:normal;
    text-align:center;
    font-size: 1.8em;
    margin-top:.66em;
    margin-bottom:.66em;
    font-size:2em;
    font-family: Georgia, "Times New Roman", "Serif";
}

div#innerbox {
    padding-top:1px;
    background:url('img/bg.png');
}

div#gradient {
    background:url('img/lgradient.png') bottom left repeat-x !important;
    background:none;
}

div#content {
    /*background:url('img/flower.png') right bottom no-repeat !important;*/
    background:#fbfbfb;
    padding-bottom:.1em;
}

ul#menu {
    background:url('img/vichy_bright.png');
    -moz-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px 4px;

    box-shadow: 0px 0px 3px #777;
    -webkit-box-shadow: 0px 0px 3px #777;
    -moz-box-shadow: 0px 0px 3px #777;
    -o-box-shadow: 0px 0px 3px #777;
    width: 96%;
    margin:0 auto;
    text-align: center;
    padding:0;
}

ul#menu li {
    display:inline;
    margin: 0 auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
}

ul#menu li a {
    text-decoration: none;
}

ul#menu li.red a {
    color: #bba67b;
}

ul#menu li.green a {
    color: #897;
}

ul#menu li.blue a {
    color: #7b90bb;
}

ul#menu li.red a:hover {
    color: #ddc89d;
}

ul#menu li.green a:hover {
    color: #ab9;
}

ul#menu li.blue a:hover {
    color: #9db2dd;
}

h2 {
    margin-top:.8em;
    margin-bottom:0.8em;
    font-family: Georgia, "Times New Roman", "Serif";
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 3pt;
    color : #9a2c35;
    text-align: center;
    font-size:1.2em;
}

/* img { */
/*     border: 1px solid black; */
/*     padding: 1px; */
/*     box-shadow: 0px 1px 4px #777; */
/*     -webkit-box-shadow: 0px 1px 4px #777; */
/*     -moz-box-shadow: 0px 1px 4px #777; */
/*     margin-bottom:2.5em; */
/* } */

.centered {
    text-align: center;
}