

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: #444444;
    color: #333333;
    margin: 0px auto;
}
h1 {
    font-size: 1.8em;
    margin: 0px 0px 15px 0px;
    color: #339900;
}
h2 {
    font-size: 1.2em;
    margin: 0px 0px 10px;
    color: #000;
	border-bottom: 1px dotted #CCCCCC;
}
h3 {
    font-size: 1em;
    color: #cc0000;
    padding: 0px 0px 5px 0px;
    margin: 0px;
	font-weight: bold;

}
a,
a:link,
a:active,
a:visited,
a:hover {
    font-weight: bold;
    text-decoration: none;
	color: #990033;
}
a img {
    border: 0;
}


#all {
    width: 850px;
    margin: 0px auto;
	padding: 0px;
	
}
#main {
    line-height: 1.6em;
    background-color: #fff;
	border-top: 14px solid #339900;
	}
#logo {
    text-align: left;
    margin: 10px 0px 0px;
	background-color:#FFFFFF;
	border-bottom: 8px solid #fae6a7;
}
#menu {
    top: -1px;
    border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
    border-top: 1px solid #efa504;
	border-bottom: 1px solid #fed636;
    background-color: #fcf7da;                                                
	background-image: url(menu.jpg);
	background-repeat:repeat-x;
	background-position: top;
    padding: 1px 0px 1px;
	}
#menu li {
    display: inline;
    list-style-type: none;
}
#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
    position: relative;
    top: 1px;
    border-left: 1px solid #efa504;
	border-right: 1px solid #fff1ae;
    b-order-bottom: 1px solid #c50707;
    padding: 5px 10px 3px;
    color: #663300;
    text-decoration: none;
    font-weight: normal;
    margin: 5px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu a:hover {
    border: 1px solid #d59201;
    background-color: #fff1ae;
    color: #000;
}
#menu li.active a,
#menu li.active a:link,
#menu li.active a:active,
#menu li.active a:visited {
    border: 1px solid #d59201;
    background-color: #fff1ae;
    color: #000;
	font-weight: bold;
	}
	#middle {
border-bottom: 10px solid #444;
}
#corner {
background-color:#FFFFFF;
background-image: url(corner.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	width: 950px;
	height: 25px;
}

#content {
    border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
    background-color: #fff;
    padding: 40px 40px 40px;
    text-align: justify;
	line-height: 20px;
	font-size: 1em;

}
#content p {
    padding: 0px;
    margin: 0px 0px 20px;
}
#content img {
border: 1px solid #999999;
padding: 5px;
}
#content a {
    color: #990033;
}
#content a:hover {
    background-color: #990033;
    color: #fff;
}

#footer {
    background-color: #fff;
    border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-top: 2px solid #666666;
	border-bottom: 10px solid #339900;
    height: 20px;
    color: #444;
    padding: 5px 10px;
    font-size: 0.8em;
    clear: both;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration:none;
    color: #990033;
}
#footer a:hover{
    text-decoration:underline;
}
#bottom {
    text-align: left;
    font-size: 0.9em;
    color: #390;
    margin: 5px 0 10px;
    clear: both;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #339900;
}
#bottom a:hover {
    text-decoration: underline;
    
}
.box{
    background-color:#996665;
    padding: 15px;
	font-size: 1.6em;
	color:#f8f5e8;
	line-height:normal;
	font-style: italic;
}
.child img {
    border: 1px solid #888;
}
#content hr {
    height: 1px;
    color: #aaa;
    margin-bottom: 20px;
}
#map {
    border: 1px solid #999999;
}
#gallery {
    float: right;
    margin: 0 0 10px 20px;
    width: 200px;
}
#gallery img {
    display: block;
    margin: 0;
    padding: 0;
	border: none;
}

