* {
cursor: default;
}

a, a * {
cursor: pointer;
text-decoration:none;
}

a:visited {
color: #000000;
}

a:hover {
color: #FF0000;
}

body {
margin: 0;
padding: 0;
color: rgb(51,51,51);
background-color: rgb(211,217,195); /* 237,239,232 */
font-size: 85%;
font-weight: normal;
font-family: Helvetica,Verdana;
}

html, body {
height: 100%;
}

#main {
min-height: 100%;
}

form {
}

form div {
clear: left;
margin: 0 0 5px;
}

form label {
float: left;
width: 10em;
}

h1, h2, h3, h4, ol, p, ul {
margin: 0 0 1em;
}

h1 {
}

h2 {
margin: 0 0 10px;
border-bottom: solid 1px rgb(0,0,0);
color: rgb(0,0,0);
padding-bottom: 5px;
font-size: 1em;
/*font-weight: normal;*/
text-transform: uppercase;
}

img.deco {
float: right;
clear: right;
margin: 0 0 5px 5px;
border: solid 10px rgb(255,255,255);
}

img.bdeco {
float: right;
clear: right;
margin: 0 0 5px 5px;
border: solid 10px rgb(255,255,255);
width: 200px;
}

img.alt {
float: left;
margin: 0 10px 5px 0;
}

ul, ol {
list-style-position: inside;
}

ul.gallery {
list-style: none outside ;
}

ul.gallery li {
float: left;
width: 190px;
margin-right: 3px;
height: 175px;
/*background-color: rgb(255,255,255);*/
background-color: transparent;
margin-bottom: 3px;
text-align: center;
}

ul.gallery li img {
margin-bottom: 5px;
display: block;
width: 100%;
}



/* Header Style */

#header {
background-color: rgb(254,255,237);
}

#header h1 {
margin: 0 auto;
padding: 5px 0;
width: 775px;
height: 75px;
background: transparent url('../images/logo.png') no-repeat center left;
text-indent: -10000px;
}

/* Menu Style */

#menu {
background-color: rgb(66,67,64);
padding: 3px 0 1px;
}

#menu ul {
margin: 0 auto;
width: 775px;
list-style: none outside;
padding: 0;
}

#menu li {
display: inline;
margin-right: 15px;
text-indent: 0;
}

#menu li a {
color: rgb(255,255,255);
text-decoration: none;
font-weight: normal;
text-transform: uppercase;
}

/* Content Style */

#content {
width: 775px;
padding: 20px 0 40px;
margin: 0 auto;
}

/* Sidebar Style */

/* Footer Style */

#footer {
clear: both;
height: 40px;
margin-top: -40px;
width: 775px;
border-top: solid 1px rgb(0,0,0);
margin: -41px auto 0;
}

#footer p {
font-size: 80%;
padding: 5px 0 0;
text-align: center;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .skip *, html body .jump, html body .jump * {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
height: 0;
border: none;
}

.clearing {
clear: both;
}


