/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0;

}


a{
	color: #333333;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color: #dd0808;
}

body{
	font: 11px Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height:20px;
	
}

/*#tree {background: url(images/background.png) center no-repeat;
}
*/
#bg { width:1100px; height:730px;
		margin: 0px auto 0px 160px;
		background: url(images/background.png) center no-repeat;}


#main{
	width: 695px;

	padding: 88px 0px 0px 0px;
	float:right;
	
}


#header { height: 5px;
widht: 500px;
float:right;
padding-right:50px;
/*padding-top:7px;*/
}

#logo {
height: 5px;
widht: 500px;
float:right;
padding-right:90px;
padding-top:14px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 0px;
	font-size: 24px;
	
}
#logo h2 {
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	
	text-align: left;
}

#logo a {
	text-decoration: none;
	
}


#buttons{
	width: 621px;
	height: 14px;

	text-align:center;
	padding-left: 30px;
}

/*.razd_but { background:url(images/but_razd.gif) right center no-repeat;}*/
#but1 {
	float:left;
		height: 12px;
		width:100px;
		margin-left:50px;
	
	
}

#buttons .but {
	float:right;
		height: 16px;
		width:111px;
		padding-right:10px;
	
}

#buttons a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	display: block;
	float: left;
	width: 120px;
	height: 27px;
	text-decoration: none;
	
	padding-top: 13px;
	text-align: center;
	margin-right:3px;
}



#content{
	width: 429px;
	padding: 0px 0px 0px 0px;
	/*background: url(images/bg_cont.png);*/
	margin: 0px 1px 0px 1px;
}

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

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

#razd {
/*background:url(images/razd.gif) 415px repeat-y;*/
width: 629px;

}

#left{
	width: 629px;
	height:520px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
}
#left1{
	width: 629px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float:left;
	
}
#center{float:left;
padding: 0px 0px 0px 11px;
width:315px;
}

.text{
	padding: 0px 0px 0px 0px;
}

.img {	float:left;
		margin: 5px 13px 5px 0px;
		border:0;
}

span {	color:#ffffff;
		font-weight:bold;
}

.dat { text-decoration:underline;}

H1{
	font-family: Verdana, ;
	font-size:14px;
	font-weight:normal;
	color: #333333;
	padding-bottom: 5px;
	padding-left: 0px;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #094A11;
	padding-bottom: 5px;
	text-align:center;
}

H3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 0px;
}
H4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	padding-bottom:2px;
	padding-left: 0px;
}
H5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #333333;
	padding-bottom:1px;
	padding-left: 8px;
}
H6{
	font-family: Verdana,;
	font-size:10px;
	font-weight:normal;
	text-align: left;

	color: #333333;

	padding-left: 8px;
}
#right{
float:right;
width: 22px;
/*background: url(images/right_bg.gif) left repeat-y;*/
margin-right: 19px;

}



#right ul 
{
	list-style: none;
	padding-left:0px;
	padding-top:0px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}

#right li{
	padding-top: 5px;
	/*background: url(images/fish.png) 0px 2px no-repeat;*/
	padding-left: 30px;
}

#footer{
	height: 10px;
	width: 642px;
	clear:both;
	padding: 19px 0px 0px 5px;
	float:right;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}


div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
    position:relative;
    width:280px; height:200px;
    overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:200px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:176px;
  background: #336;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
	
	#divUpControl{position:absolute; width:320; left:10; top:10;  text-align: right} 
#divDownControl{position:absolute; width:320; left:10; top:270; z-index:1; text-align: right} 
#divContainer{position:absolute; width:320; height:240; overflow:hidden; top:30; left:10; clip:rect(0,320,240,0); visibility:hidden} 
#divContent  { position: absolute; top: 0px; left: 0px; visibility: visible } 