body {
  background-image: url(bg.jpg);


scrollbar-face-color: #F9F0ED;
    scrollbar-shadow-color: #F9F0ED;
    scrollbar-highlight-color: #F9F0ED;
    scrollbar-3dlight-color: #F9F0ED;
    scrollbar-darkshadow-color: #F9F0ED;
    scrollbar-track-color: #F9F0ED;
    scrollbar-arrow-color: #AD2729;

padding: 0px;
   color: #AD2729;
   font-family: trebuchet ms;
   font-weight: normal;
   font-size: 13px;
   background-color: #F9F0ED;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#775C58;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#603D3A;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #F9F0ED;
     color: #E3D5C9;
     width: 500px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #F9F0ED;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #AD2729;
	color: #F7ECE8;
	text-align: center;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#F7ECE8;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#E9E0D9;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #AD2729;
     font-family: trebuchet ms;
     font-weight: normal;
     text-align: left;
     font-size: 13px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 12px;
     color: #5D6A39;
     font-family: georgia;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #F7ECE8;
}


ul {
   list-style-type: square;
}

blockquote {
	margin: 15px 30px 30px 30px;
	padding: 10px;
	border: 1px dashed #AD2729;
	background-color: #F3E2D7;
	}

 input, textarea, select {
    font-family: trebuchet ms;
    font-size:13px;
    border:1px solid #AD2729;
    background-color:#F9F0ED;
    color:#AD2729;}