html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer p {
	font: 11px arial, sans-serif;
	color: #0000ff;
	text-align: right;
	padding-right: 47px;
        margin-top: 0.5em;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0000FF;
}
img {
    position: relative;
    opacity: 1;
    transform: scale(1, 1);
    transition: 0.3s ease;
}

img:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
    z-index: 1;
}

}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
        background-image: url("../../../images/bg.jpg");
	color: #FBF8EF;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
}

#body {
	background: url(body_bga.gif) repeat-y;
	color: white;
	width: 100%;
}
#body-top {
	background: top left url(body_topa.gif) no-repeat;
	position: relative;
}
#body-bot {
	background: bottom left url(body_bota.gif) no-repeat;
	padding-bottom: 17px;
}
P  {
        text-align: justify;
}
#wrapper {
	position: relative;
	padding-top: 68px;
}
h1 {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:23px;
	color:#0000FF;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 43px;
	left: 456px;
	
}
#nav  a {
	background-image:url(menu.gif);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bolder;
}
#nav  a:hover {
	color:000000;
}

#body-bot {
	padding-top: 12px;
}
#welcome {
	float: left;
	width: 231px;
	padding-left: 13px;
	
}
#welcome a {
	color: #007400;
}
#welcome a:hover {
	color: #007400;
}
#welcome h2 {
	text-align: center;
	margin: 11px;
	color:#0000ff;
	font-size:30px;
}
#welcome h3 {
	text-align: center;
	margin: 11px;
	color:#007400;
	font-size:15px;
}
#welcome p {
	margin: 0px 19px;
}
#welcome .more {
	margin-top: 18px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 650px;
	padding-left: 34px;
	padding-top: 23px;
	color: #007400;
}


#content h2 {
	color: #ff0000;
        font-size:25px;


#content .left {
	margin-right: 10px;
}
#content a {
	color: #007400;
}
#content a:hover {
	color: #007400;
}

#intro {
	margin: 12px;
}

.fineline {
	border-bottom: 1px solid #007400;
	margin-bottom: 12px;
}

.fineline-flat {
	border-bottom: 1px solid #007400;
}

.fineborder {
	border: 1px solid #007400;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}

#picbar {
	background: #007400;
	width: 415px;
	margin: 2px 0 19px 0;
}

#arr-left, #arr-right  {
	float: left;
	width: 15px;
}

.picbox {
	float: left;
	width: 117px;
	padding: 2px;
	border: 1px solid #007400;
	margin: 5px 0px 5px 4px;
}

#picbar img {
	display: block;
}

#arr-right {
	margin-left: 4px;
}

#planer {
	float: left;
	width: 186px;
	border-right: 1px solid #007400;
	padding-right: 20px;
	padding-top: 5px;
}
#stories {
	float: right;
	width: 195px;
	padding-top: 5px;
}

#planer p, #stories p {
	margin: 4px 0px;
}

#planer .more, #stories .more {
	margin: 12px 0px;
}

.clear-flat {
	margin-bottom: 4px;
}
