/* CSS Document */

html, body {
	background-color: #000000;
	background: #000000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}

h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

h1 {
	font-size: .9em;
}

h2 {
	font-size: .8em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 4px 0 4px 0;
}

blockquote {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 8px 30px 8px 15px;
	font-style: italic;
	text-align: justify;
}

ul {
	font-size: 0.8em;
	line-height: 1.3em;
	list-style-type: disc;
	list-style-position: inside;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.style2 {
	color: #FFFFFF;
}
/* ------------------------- wrapper --------------------------------- */

#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*------------------------- header & logo ---------------------------- */

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	border-bottom: #666666 solid 2px;
}

#header h1, #header h2 {
	display: none;
}

/* ------------------------ menu ------------------------------------- */

#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}	

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin:0;
	padding: 10px 0 0 35px;
	list-style:none;
	text-transform: uppercase;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-right: 13px;
}

#menu a {
	color: #CCCCCC;
	text-decoration: none;
}

#menu a:hover {
	color: #ff66ff;
}

#currentlink {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------------------------- content ---------------------------------- */

#content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 400px; 
	height:auto !important;
	height:400px;
	margin: 0;
	padding: 10px 0 20px 35px;
	text-align: left;
}

#columnOne {
	width: 400px;
	float: left;
	padding: 0 10px 20px 0;
}

#columnTwo {
	width: 300px;
	float: left;
	padding: 10px 0 20px 25px;
}

/* ------------------------ footer ----------------------------------- */

#footer {
	clear: both;
	width: 850px;
	height: 35px;
	margin: 0;
	padding: 0;
	border-top: #666666 solid 2px;
}

#footer p {
	font-size: 0.7em;
	padding: 20px 0 15px 30px;
	text-align: center;
}

