html, body,   h1, h2, h3, h4 {
	margin: 0;
	padding: 0;

}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color:  #216440;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: white;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #555555;
	padding-bottom: 60px;	
}
#wrapper {	top: 4px;
	text-align: left;
	margin: auto;
	width: 820px;

	position: relative;
	background-image: url(images/bg1_new.gif); 
    background-position: top right; 
	background-repeat:no-repeat;
	 
}

 


a.links:link {color: #216440; text-decoration: none; border-bottom: 1px dotted #D90000;}
a.links:visited {color: #216440; text-decoration: none; border-bottom: 1px dotted #D90000;}
a.links:hover {color:red;  text-decoration: none; border-bottom: 0px dotted #D90000;}
a.links:active {color:#216440;  text-decoration: none; border-bottom: 1px dotted #D90000;}







#spray {
	position: absolute;
	top: 0;
	left: 278px;
}
#body-left {
	width: 260px;
border-right: 1px solid #216440;
border-left: 0px solid #dddddd;
border-top: 0px solid #dddddd;
border-bottom: 0px solid #dddddd;
	background-image: url(images/bg2_new.gif); 
	background-position: bottom right; 
    /*background-position: 112px 150px;;*/   
	background-repeat: no-repeat;

  /*background-position: top right;*/ 

}
#body-right {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 298px;
 	 /*background-image: url(images/bg3.gif); 
    background-position: bottom; background-repeat:no-repeat;*/
}




.tytyl {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7F8247;

}







/******************** Navigation ****************/
#menu {
	/*background-image:url(images/menu.jpg);*/
	width: 234px;
	margin-top: 5px;
		margin-right: 15px;
	height:225px;
	background-repeat: no-repeat;
	padding: 22px 0px 0px 0px;
	text-align:center;	list-style: none;
}

#menu li{	 
}
#menu a{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #216440;
	text-decoration: none;
	line-height: 22px;
}
#menu a:hover{
	color:#FF0000;
}
#h-color {
	margin-top: 18px;
}
/******************** Projects - Welcome ****************/
.dot-divider {
	background-image:url(images/dot.jpg);
	width:324px;
	height:16px;
	background-repeat:repeat-x;
}
#h-projects {
	margin-top: 35px;
}
#h-welcome {
	margin-top: 18px;
}
#projects-outer {
	margin-left: -5px;
	width: 374px;
}#projects p{position:relative;}
#projects {
	background: url(images/box_bg.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}
#projects .left {
	margin-right: 15px;
}
#projects .more {
	padding-right: 25px;
}
#projects p {
	margin-top: 0;
	margin-bottom: 1em;
}
#welcome-more {
	margin-top: 20px;
}
#copyright {
	text-align: center;
	background: #216440;
		color: #ffffff;
	border-top: 1px solid #216440;
	font-size: 11px;
	padding: 4px;
	margin-top: 30px;
}