/* Basic Formatting */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
}

p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	clear: both;
}


/* Basic Layout */

div#contain {
	width: 100%;
	padding: 1px 0px 0px 0px;
	text-align: center;
}

div#main {
	width: 800px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div#content {
  width: 100%;
  min-height: 350px;
  padding: 10px 0px 10px 0px;
}

div#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	clear: both;
}


/* Navigation List Items */

ul#nav li {
  display: inline;
  list-style-type: none;
	padding: 10px 20px 10px 20px;
}

ul#nav li a {
  color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
ul#nav li a:link {
  color: #CCCCCC;
  text-decoration: none;
}
ul#nav li a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
ul#nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* Links */

a         { text-decoration: none; }
a:link    { color: #CCCCCC; }
a:visited { color: #CCCCCC; }
a:active  { color: #CCCCCC; }
a:hover   { color: #FFFFFF; }

.imglink         { text-decoration: none; border: none; cursor: pointer; opacity: 0.75; filter:alpha(opacity=75);}
.imglink:link    { text-decoration: none; border: none; cursor: pointer; opacity: 0.75; filter:alpha(opacity=75);}
.imglink:visited { text-decoration: none; border: none; cursor: pointer; opacity: 0.75; filter:alpha(opacity=75);}
.imglink:active  { text-decoration: none; border: none; cursor: pointer; opacity: 0.75; filter:alpha(opacity=75);}
.imglink:hover   { text-decoration: none; border: none; cursor: pointer; opacity: 1.00; filter:alpha(opacity=100);}
/* opacity is the CSS standard, filter:alpha(opacity) is for IE */


/* Mouse Over class */

.mouseover       { cursor: pointer; color: #CCCCCC; }
.mouseover:hover { cursor: pointer; color: #FFFFFF; }
