/******************************************
 *  © 2009 www.designbynur.com - NUR ROY
 *
 ******************************************/
/*
Clean CSS
*/
html, body {
	margin: 0;
	font: Tahoma;
	color: #000;
	background-color: #d3d0c2;
	background-image:url(../images/bg4.gif);	
	list-style-image:url(../images/ok.gif);
	list-style-position: outside;}


#page {
	width: 95%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px dotted #cc0000;
}

#wrap {
	width: 90%;
	margin: auto;
	padding: 10px;
}



a:link {
	color: #099;
	text-decoration: none;
}
a:hover { color: #cc0000; text-decoration: none;}
a:active {
	color: #0C0;
	text-decoration: none;
}
a:visited {
	color: #F06;
	text-decoration: none;
}

#nav {
	height: 30px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: #666 1px -1px 1px;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	background-image: url(../images/rd.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top: 4px dotted #eee;
	background-color: #cc0000;
}

#nav a{ color: white; text-align: center; padding: 4px; text-decoration: none; padding: 10px 5px 4px 4px;}

#nav a:hover{ padding:10px 5px 4px 4px;
	color:#FC0;
	font-weight: bold;
}

#nav a:active{ padding:10px 5px 4px 4px;
	color:#FCF; font-weight: bold;}
	
#nav a:visited{ padding: 10px 5px 4px 4px;
	color: #eee;
	font-weight: bold;}


.float {
	float: right;
}

h3{
	font-size: 130%;
	color: #cc0000;
	text-shadow: #000 1px -1px 1px;
}


#footer {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	color: #ccc;
	font-size:12px;
	border-top: 1px dotted #cc0000;
	}	

.red {
	color: #900;
	font-wight:bold;
	letter-spacing: 2px;
	text-shadow: #000 1px -1px 1px;
}

.big {
	color: #000;
	font-wight:bold;
	letter-spacing: 2px;
	text-shadow: #cc0000 1px -1px 1px;
	font-family:Arial, Helvetica, sans-serif
}