@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
img {
  border:0;
}
a {
  outline:0;
}
body {
	background-color:#000000;
	-webkit-text-size-adjust:100%;
}


/* ---------- links */

a:link {
	color:#949494;
	text-decoration:none;
}

a:visited {
	color:#949494;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration: none;
}

a#here {
	color:#ffffff;
	text-decoration:none;
	/* border-bottom:1px solid #ffffff; */
}

/* ---------- links END */


/* ---------- headers and header classes */

h3.contentHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 25px 0 25px 0;
	text-decoration: none;
}

/* ---------- headers and header classes END */


/* ---------- text and text classes */

p.contentText {
	font-size:13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	text-align: justify;
	line-height: 18px;
}

p.navbar {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
}

p.footer {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ffffff;
}

/* ---------- text and text classes END */


/* ---------- main divs and classes */

#wrapper {
	width: 1000px;
	height: 750px;
	margin: 20px auto 20px auto;
}

#banner {
	float:left;
	width: 1000px;
	height: 250px;
	margin: 20px 0 20px 0;;
}

#content {
	float:left;
    width: 500px;
	min-height: 300px;
	margin: 0 0 0 250px;
}

#navbar {
	float:left;
	width: 1000px;
	height: 30px;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

.navlist, .navlist li, .navlist a {
	height: 30px;
	width: 1000px;
	margin: 0 0 0 0;
	list-style: none;
	display: inline;
}

li.navlink {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 15px 0 15px;
	line-height: 24px;
}

#footer {
	float:left;
	width: 1000px;
	height: 20px;
	text-align: center;
}

/* ---------- main divs and classes */