@charset "utf-8";

body,p, h1, h2,h3, h4, h5, ul, li, div ,a,{
margin:0
padding:0
}
body {
	margin: 0;
	padding: 0;
	color: #606776;
	font-family: "Palatino Linotype", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1em; 
	background-color: #495364;
	background-image: url(templatemo_body.png);
	background-repeat: repeat;

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
}

#divHeader {
	padding-left:172px;
    width:1000px;
	background-image:url(file:///C|/Documents and Settings/qed/Desktop/css act/TOP.tif);
	background-position:center;
	
}

#divLinks {
	width:1000px;
	background-color:e219c8;
}

#divNav {
	width:1000px;
	background-color:e219c8;
	height:50px;
	margin:0 auto;
}

#divNav ul {
	list-style-type:none;
}

#divNav ul li {
	float:left;
}

#divNav ul li a {
	display:block;
	height:35px;
	line-height:32px;
	background-color:black;
	width:165px;
	font-size:.8cm;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin:10px;
	
	/*border raduis*/
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	/*gradiant*/
	background:-moz-linear-gradient(top,#666,6ddaa8);
	background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#333));
}
#divNav ul li a:hover {
	background:6ddaa8;
	background:-moz-linear-gradient(top,:6ddaa8,6ddaa8);
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#666));
}

#divNav ul li a.current, #divNav ul li a.current:hover {
	background:6ddaa8;
	background:-moz-linear-gradient(top,#00ff00,#666);
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#33CCCC));
	color:6ddaa8;
	cursor:auto;
}
#divjim {
	width:350px;
	background-color:#0066CC;
	height:855px;
	margin:0 auto;
}
#divJIM ul li a {
	display:block;
	height:35px;
	line-height:35px;
	background-color:#000;
	width:250px;
	font-size:.6cm;
	color:#66FFFF;
	text-align:center;
	text-decoration:none;
	margin:30px;
	
	/*border raduis*/
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:10px;
	
	/*gradiant*/
	background:-moz-linear-gradient(top,#666,#33CCCC);
	background: -webkit-gradient(linear,left top,left bottom,from(#666),to(#333));


}
#divjimnav ul li a.current, #divNav ul li a.current:hover {
	background:#6600FF;
	background:-moz-linear-gradient(top,#00ff00,#666);
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#33CCCC));
	color:#33CC33F;
	cursor:auto;
}
#divNavjimi ul li a:hover {
	background:#33CC99;
	background:-moz-linear-gradient(top,#333,#33CC99);
	background: -webkit-gradient(linear,left top,left bottom,from(#333),to(#33CC99));
}
#divNavjim ul {
	list-style-type:none;
}




