/* ----------------------------
MAIN
---------------------------- */

body {
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #c00 url(bg.jpg);
	text-align: center; /* for IE to center #wrap */ 
}

a:link, a:visited, a:active {
	font-weight: normal;
  color: #c00;
  text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
}

/* ----------------------------
LAYOUT
---------------------------- */

#ssWrap {
  height: 100%;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

#ssTop, #ssFooter {
  background: #000;
  padding: 5px 10px;
}
#ssTop, #ssTop a, #ssFooter, #ssFooter a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
#ssTop a:hover, #ssFooter a:hover { color: #c00; }

#ssFooter {
  margin-top: 15px;
  text-align: center;
}

#ssInfo a { font-weight: normal; }

#ssNavi {
  background: #c00 url(naviBg.jpg) bottom left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}
#ssNavi ul {
  list-style: none;
  margin: 0;
  padding: 6px 0px 7px;
  text-align: center;
}
#ssNavi li {
  display: inline;
  padding: 0;
  margin: 0;
}
#ssNavi li a {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
  color: #c00;
}
#ssNavi li.first a { border-left: 1px solid #ccc; }
#ssNavi li a:hover { background: #eee; }

#ssNavi li a span {
  font-size: 11px;
  color: #999;
}

/* ----------------------------
MISCS
---------------------------- */
.big { font-size: 13px; }

.left { float: left; }
.right{ float: right; }
.clr  { clear: both; }