@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(floral.jpg);
	

	font-family: "Courier New", Courier, monospace;
	
	
}
#divHeader {
	
    
	/*background-image:url(ICONS/Nature_-_Wallpaper_for_Windows_7.jpg);*/
	width:1000px;
	height:150px;
	text-align:center;
	float:right;;
}

#divHeader img {
		background-image:url(ICONS/nature-wallpaper.jpg);
	width:120px;
	height:92px;
	text-align:center;
	float:left;
	margin-left:200px;
}

#divLine {
	
	width:300px;
	height:1px;
	
}

#divLinks {
	
	width:98%;
}

#divNav {
	width:735px;
	background-image:url(Textures.jpg);
	height:120px;
	margin:0 auto;
	padding-top:1px;
	border-radius:0px;
}

#divNav ul {
	list-style-type:none;
}

#divNav ul li {
	float:left;
}

#divNav ul li a {
	display:#996;
	height:100px;
	line-height:40px;
	background-color:#999;
	width:120px;
	font-size:0.4cm;
	color:#FFF;
	text-align:CENTER;
	text-decoration:none;
	margin:7px;
	padding:1px;
	padding-right:0px;
	
	/*border raduis*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	/*gradiant*/
	background:-moz-linear-gradient(top,#C03,#C00);
	background: -webkit-gradient(linear,left top,left 
	bottom,from(#C03),to(#C00));
}
#divNav ul li a:hover {
	background: #333;
	background:-moz-linear-gradient(top,#333,#666);
	background: -webkit-gradient(linear,left top,left   
	bottom,from(#333),to(#666));
}

#divNav ul li a.current, #divNav ul li a.current:hover {
	background:#333;
	background:-moz-linear-gradient(top,#36C,#093);
	background: -webkit-gradient(linear,left top,left   
	bottom,from(#000),to(#666));
	color:#6FF;
	cursor:default;
}

#divAbout {
	  background-image-:url(Brown .jpg)
	witdh:700px;
	padding-top:100px;
	padding-bottom:95px;
	padding-left:40px;
	padding-right:40px; 
}

#divContent {
	width:730px;
	margin: o auto;
	background:#222;
	border: 3px solid #6F3;
	background:-moz-linear-gradient(top,#666,#333,#222);
	background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#222),color-stop(0.5, #333)); 
	border-radius:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow:1px 1px 4px #666;
	-moz-box-shadow:1px 1px 4px #666;
	-webkit-box-shadow:1px 1px 4px #666;;
	
	

}
#divContent img {
	float:left;
	bordr:1px solid #0F0;
	background:#333;
	padding:23px;
	margin:0.7px;
	background:-moz-linear-gradient(top,#0C3,#666);
	background: -webkit-gradient(linear,left top,left bottom,from(#03F),to(#096); 
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	
}
#divContent h5 {
	color:#FFF;
	padding-top:0.8em;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;

}
#divContent p {
	font-size:0.8em;
	color:#000;
	padding:0.7em;
	line-height:1.4em;
}
	







