﻿/*** SOME GENERAL RULES ***/
* {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
body, html {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #00ff00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, option, textarea {
	color: #000;
	margin: 0px;
	padding: 0px;
}
select {
	color: #000;
	padding: 0px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
	line-height: 140%;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
ul {
	list-style-type: disc;
}
li{
	margin: 1px;
}
/*** END GENERAL RULES ***/

/*** SOME GENERAL CLASSES ***/
.fullWidth {
	width: 100%;
}
.none {
	display: none;
}
.block {
	display: block;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.tenPxTxt {
	font-size: 10px;
}
.mainCaption {
	margin-top: 40px;
}
a.refLink {
	font-family: Courier;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	color: #a0a0a0;
}
a.refLink:hover {
	background-color: #333;
	color: #fff;
}
.line130 {
	line-height: 130%;
}
/*** END GENERAL CLASSES ***/

/*** THE MAIN ELEMENT ***/
#contentWrapper {
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 870px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	/*background: #000 url('/images/gradient.png') repeat-x;*/
}
/*** END MAIN ELEMENT ***/

/*** THE HEADER ELEMENT ***/
#header {
	
}
/*** END HEADER ELEMENT ***/

/*** THE MIDDLE ELEMENT ***/
#middleWrapper {
	position: relative;
	width: 870px;
	overflow: auto;
	padding: 10px 0;
}
/*** END MIDDLE ELEMENT ***/

/*** THE LEFT AND RIGHT ELEMENT ***/
#leftColumn {
	width: 700px;
	padding: 10px 9px 10px 10px;
	border-right: 1px solid #fff;
}
#rightColumn {
	width: 130px;
	padding: 10px;
}
#logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/*** END LEFT AND RIGHT ELEMENT ***/

/*** THE REFERENCES ELEMENT ***/
#references {
	margin-top: 40px;
	overflow: auto;
}
#ref1 {
	width: 120px;
	padding: 10px;
}
#ref2 {
	width: 120px;
	padding: 10px;
}
#ref3 {
	width: 120px;
	padding: 10px;
}
#ref4 {
	width: 120px;
	padding: 10px;
}
#ref5 {
	width: 120px;
	padding: 10px;
}
#ref1text {
	width: 120px;
	padding: 10px;
}
#ref2text {
	width: 120px;
	padding: 10px;
}
#ref3text {
	width: 120px;
	padding: 10px;
}
#ref4text {
	width: 120px;
	padding: 10px;
}
#ref5text {
	width: 120px;
	padding: 10px;
}
/*** END REFERENCES ELEMENT ***/

/*** THE FOOTER ELEMENT ***/
#footer {
	width: 870px;
	padding: 5px 0;
	border-top: 1px solid #fff;
}
/*** END FOOTER ELEMENT ***/

