@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#EEE;
	font-size:11px;
	line-height:18px;
	font-family:"Courier New", Courier, monospace;
}

#content{
	padding:10px;
	filter: Glow(Color=#CCCCCC, Strength=6);
	
}
#containor{
	width:900px;
	margin:0px auto;
	padding:10px;
	background:#FFF;
	border:1px solid #CCC;
}
#footer{
	width:902px;
	margin:0px auto;
	padding:0px 10px;
	background:url(images/copyname.gif) right 35px no-repeat;
}

#nav{
	background:url(images/nav.jpg);
	color:#FFF;
	height:30px;
	font-weight:bold;
}
	#nav a{
		float:left;
		color:#FFF;
		padding:0px 15px;
		font-size:14px;
		font-family:"Courier New", Courier, monospace;
		text-decoration:none;
	}
	#nav a:hover{
		color:#FF0;
		text-decoration:underline;
	}
a.greed{
	color:#060;
}
.font-12{
	color:#060;
	font-size:12px;
}

.boxline{
	border:1px solid #CCC;
}
