html, body {
	margin:0;
	padding:0;
}

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}






body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #669900;
	color: #444;
	font-size:16px;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}


.img1{
	border:none;
	padding-left:20px;
}


h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 940px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding-left:50px;
	padding-right:20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	background-color: #FFF;
}

address{
	font-size:0.8em;
	font-style:normal;
	margin-top:1em;
	margin-bottom:2em;
}

.list{
	margin: 0 auto;
	padding-top: 0px;
	list-style:none;
	position:absolute;
	top: 13px;
	right:-20px;
	width: 595px;
	}


.list ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	}

.list li {
	float: left;
	font-size: 0.8em;
	padding: 5px;
	}

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

a:link{
text-decoration: none;
	}

a:visited{
    text-decoration:none;
    border-color:#99CC33;
		}

a:hover{
    color:#99CC33;
    font-style:normal;
    text-decoration:underline;
		}
		
a:active {
	 color: ff0000
	  }
	  
#header{
	height:130px;
	position:relative;
	margin: 0 auto;
	width: 960px;
	background-image: url(../img/headder.gif);
	background-repeat:no-repeat;
}
