@charset "utf-8";
/* CSS Document */


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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
	border-collapse:collapse;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}


body{margin:0;background:url(bg.jpg) fixed}
p{line-height:1.6em;margin-bottom:1em}
h1{line-height:3em;font-size:1.5em;color:#285fa0}
h2{color:#fff;background:#743a14;margin-bottom:1em;display:inline-block;padding:10px;border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
a{color:#ad5436}

#wrapper{width:900px;margin:0 auto}
#banner{text-align:center}
#nav{
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 50px;
text-align: center;
margin: 0 auto;
padding: 0;
}

#nav ul {
padding: 0;
}
#nav ul li {
list-style-type: none;
display: inline;
margin-right: 15px;
}
#nav ul li a {
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px #000;
padding: 5px 10px;
background: #8d2c0c;

border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}
#nav ul li a:hover {
background: #c87146;
color: #fff;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}
.fixed {
background:url(bg.jpg);
position: fixed;
top: 0px;
left: 0;
width: 100%;
z-index:1000
}


#content{background:rgba(253,249,240,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fffffdf6,endcolorstr=#00fffdf6);
margin-top:205px;padding:2em 4em 2em 4em;border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

#content ol,#content ul{list-style:circle;margin-bottom:1em}
#content ol,#content ul{line-height:1.6em;padding-left:2em}
table,td,th{border:1px solid #666}
td,th{padding:5px}

#footer{padding:2em 4em;font-size:0.8em;text-align:center}


.floatr{float:right;padding:0 0 1em 1em}