* {
  	margin: 0px;
  	padding: 0px;
}

body {
	font: .76em/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#d5d9aa url(images/gradiant2.gif) top left repeat-x;
	color:#0b482b;
}

#wrap {
	width:770px;
	margin:2px auto;
}

#header {
	text-align:center;
	height:60px;
	background:url(images/title.gif) top center no-repeat;
}
#header h1 {
	font: 24px "Times New Roman", Times, serif;
	color:#fff;
	margin:15px 0;
	padding:0;
}
#header h2 {
	font: 18px "Times New Roman", Times, serif;
	color:#0b482b;
	margin:-10px 0 5px 160px;
	padding:0;
}
#icons {
	float : right;
	margin : 5px 15px 0;
	padding : 0;
}
#icons img {
	padding-right : 2px;
	border : 0;
}

#pagecontainer {
  	/*width: 767px;*/
	/*margin: 1px auto;*/
	background:#fdfdfd url(images/beautiful-leaf1.jpg) top left no-repeat;
	color:#0b482b;
	border: 1px solid #127445;
	/*background:#fdfdfd;*/
}

#content {
	text-align:left;
}

.left {
	float: left;
	width:370px;
	padding:5px 0 0 165px;
	min-height:400px;
}
.left h1 {
	margin:10px 0;
	font-size:1.2em;
	font-weight:bold;
}
.left h2 {
	margin:0 0 10px 0;
	font-size:1.0em;
}
.left h3 {
	margin:0 0 8px 0;
	font-size:0.96em;
}
.left h2 a, .left h2 a:link, .left h2 a:visited {
	text-decoration:none;
	color:#0b482b;
}
.left h2 a:hover, .left h2 a:active {
	color:#189d01;
}
.left h3 a, .left h3 a:link, .left h3 a:visited {
	text-decoration:none;
	color:#0b482b;
}
.left h3 a:hover, .left h3 a:active {
	color:#189d01;
}
.left p {
	margin-bottom:8px;
}

#menu {
	padding: 0;
	margin: 0;
	font-size:11px;
	float:right;
	width:230px;
	z-index:10;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li { 
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li a, #menu li a.current, #menu li a:hover {
	padding: 0;
	margin: 0; 
	display:block; 
	text-decoration:none; 
}
#menu li a { 
	color: #0d5500;
	font-weight:bold;
	text-decoration:none;
	line-height:32px;
}
#menu li a.current { 
	color:#137e01;
}
#menu li a:hover {
	color:#137e01;
}
#menu li.first a {
	padding-left:44px;
}
#menu li.first a, #menu li.first a:link {
	background: url(images/first1.jpg) 15px 0px no-repeat;
}
#menu li.first a:hover, #menu li.first a.current {
	background: url(images/first1-active.jpg) 15px 0px no-repeat;
}
#menu li.second a {
	padding-left:48px;
}
#menu li.second a, #menu li.second a:link {
	background: url(images/second1.jpg) 18px 0px no-repeat;
}
#menu li.second a:hover, #menu li.second a.current {
	background: url(images/second1-active.jpg) 18px 0px no-repeat;
}
#menu li.third a {
	padding-left:58px;
}
#menu li.third a, #menu li.third a:link {
	background: url(images/third1.jpg) 26px 0px no-repeat;
}
#menu li.third a:hover, #menu li.third a.current {
	background: url(images/third1-active.jpg) 26px 0px no-repeat;
}
#menu li.fourth a {
	padding-left:71px;
}
#menu li.fourth a, #menu li.fourth a:link {
	background: url(images/fourth1.jpg) 36px 0px no-repeat;
}
#menu li.fourth a:hover, #menu li.fourth a.current {
	background: url(images/fourth1-active.jpg) 36px 0px no-repeat;
}
#menu li.fifth a {
	padding-left:92px;
}
#menu li.fifth a, #menu li.fifth a:link {
	background: url(images/fifth1.jpg) 56px 0px no-repeat;
}
#menu li.fifth a:hover, #menu li.fifth a.current {
	background: url(images/fifth1-active.jpg) 56px 0px no-repeat;
}
#menu li.sixth a {
	padding-left:120px;
}
#menu li.sixth a, #menu li.sixth a:link {
	background: url(images/sixth1.jpg) 79px 0px no-repeat;
}
#menu li.sixth a:hover, #menu li.sixth a.current {
	background: url(images/sixth1-active.jpg) 79px 0px no-repeat;
}
#menu li.seventh a {
	padding-left:163px;
	padding-bottom:25px;
}
#menu li.seventh a, #menu li.seventh a:link {
	background: url(images/last1.jpg) 112px 0px no-repeat;
}
#menu li.seventh a:hover, #menu li.seventh a.current {
	background: url(images/last1-active.jpg) 112px 0px no-repeat;
}

.hiddenPic {display:none;}

a, a:link, a:visited {
	color:#0f6400;
}
a:hover, a:active {
	color:#189d01;
	text-decoration:none;
}

.links {
	text-align:center;
}
.links a, .inks a:link, .links a:visited, .links a:hover, .links a:active {
	text-decoration:none;
}
.links img {
	border:none;
}

ul {
	padding-left:15px;
	padding-bottom:3px;
}

li {
	padding-bottom:5px;
}
#projects {
	height:150px;
}
#div1, #div2, #div3 {
	position:absolute; 
	width:370px;
	visibility:hidden; 
	padding-top:5px;
}

#footer {
	text-align:right;
	margin-top:10px;
	padding:10px;
	font-size:.8em;
	color:#40594d;
	border-top:1px solid #0f6400;
}
