/* Reset */

* {
	border: 0;
	margin: 0;
}

/* Links */
 
a {
	color: #711419;
	text-decoration: none;
}

a:hover {
	color: #711419;
	text-decoration: underline;
}

html { height: 100%; }

body {
    font: 62.5% Arial, Helvetica, sans-serif;
    line-height: 2em;
	background: url(../images/sky.jpg) center repeat-y;
    height: 100%;
}

/* Document */

#tree { 
    background: url(../images/bg_all_2.jpg) left 15% fixed;
    min-height: 100%;
}


#main {
	width: 631px;
	padding-top: 50px;
    margin-left: 10px;
	float: left;
}


#header { 
	width: 631px;
	height: 147px;
}

/* Logo */

#logo {
	height: 94px;
}

#logo h1, #logo h2 {
    color: #ffffff;
	text-align: left;
}

#logo h1 {
	font: 2.2em Century Gothic, sans-serif;
	line-height: 1em;
}

#logo h2 {
	font-size: 0.9em;
	text-transform: uppercase;
}

/* Menu */

#buttons {
	width: 631px;
	height: 47px;
	background: url(../images/menu.png) left top no-repeat;
	text-align: center;
}

#buttons .but {
	float:left;
	background:url(../images/but_razd.gif) right 2px no-repeat;
}

#buttons .last { background: none; }

#buttons a {
	font: normal 1.8em Georgia, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 120px;
	height: 34px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 13px;
	text-align: center;
	background:url(../images/fish_but.gif) 0px 19px no-repeat;
	margin-right: 3px;
}

#buttons a:hover { text-decoration: underline; }

/* Content */

#conttop {
	width: 629px;
	height: 8px;
    margin: 0px auto;
	background: url(../images/top.png) 0px 0px no-repeat;
}

#contcenter {
	width: 629px;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
	background: url(../images/bg_cont.png);
    font-size: 1.2em;
}

#content {
    padding: 5px 15px 5px 15px;
}

#contbot {
	width: 629px;
	height: 7px;
    margin: 0px auto;
	background: url(../images/bot.png) 0px bottom no-repeat;
}


#content span {	
	color: #094A11;
	font-weight: bold;
}


#content h1 {
	font: normal 1.6em Georgia, Arial, Helvetica, sans-serif;
	color: #094A11;
	padding-bottom: 5px;
}

#content h2 {
	font: normal 1.4em Georgia, Arial, Helvetica, sans-serif;
	color: #094D11;
	padding-bottom: 7px;
}

/* Footer */

#footer {
	width: 629px;
	height: 40px;
	padding: 15px 0px 15px 0px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }
