@import url('reset5.min.css');
/*@import url(http://reset5.googlecode.com/hg/reset.min.css);   */

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size: 13px;
}
body {
	background-color: #111;
}
h1 {
	font-size: 16px;
	color: #FFF;
}
a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.clr{
	clear:both;
}


/* Nivo slider div */
.slider-wrapper { 
	width: 700px; 
	height: 270px;
  display: block;
	margin: 20px auto;
}

/* menu div */
.text-wrapper {
	width: 700px;
	display: block;
	margin: 20px auto;
}
