/* ---------- GLOBAL ---------- */
body {
	background-color: #000000;
	background-image: url(/images/bg.gif);
	font-family: verdana, helvetica, arial, sans-serif;
	color: #cccccc;
}

p {
	color: #cccccc;
	font-size: 10px;
}

h1 {
	line-height: 15px;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 20px;
}

h1.title {
	font-size: 12px;
	line-height: 15px;
}

a {
	color: #99ccff;
	text-decoration: none;
}

a:hover {
	color: #6699cc;
	text-decoration: none;
}

.thumbnail {
	background: #111111;
	border: 1px solid #333333;
	margin: 3px 3px 0px 0px;
	padding: 3px;
}

.content ul {
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.content li {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

/* ---------- MAIN BOX ---------- */
.rbroundbox { background: url(/nt.gif) repeat; }
.rbtop div { background: url(/images/border-topleft.gif) no-repeat top left; }
.rbtop { background: url(/images/border-topright.gif) no-repeat top right; }
.rbbot div { background: url(/images/border-bottomleft.gif) no-repeat bottom left; margin-bottom: 1px; }
.rbbot { background: url(/images/border-bottomright.gif) no-repeat bottom right; margin-bottom: 1px; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}

.rbroundbox { background: #222222; width: auto; }

/* ---------- LOGO BOX ---------- */
.logo {
	text-align: center;
	vertical-align: middle;
	margin-top: 28px;
	margin-bottom: 28px;
}

/* ---------- NAV BOX ---------- */
.nav {
	text-align: center;
	vertical-align: middle;
	margin-top: 28px;
	margin-bottom: 28px;
	font-size: 10px;
}

.nav ul {
	list-style: none;
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---------- CONTENT BOX ---------- */
.content {
	margin: 10px 25px 10px 25px;
	width: auto;
}

/* ---------- CONTACT ---------- */
h1.title {
	font-size: 12px;
	margin-bottom: 5px;
}