html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}

body {
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.text_area_font {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

.large {
	font-size: xx-large;
	text-align: center;
}
.size18 {
	font-size: 18px;
	text-align: center;
}


li {
	margin-bottom: 10px;
}
ul {
	margin-top: 10px;
}
.highlighted_text {
	color: #B1EC53;
}
#navbar {
	font-size: 12px;
}

#navbar a{
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover{
	text-decoration: underline;
}

#container {
	background-color: #000000;
	padding: 5px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	color: #b1ec53;
}
h1 {
	font-size: large;
	color: #B1EC53;
	font-weight: normal;
	margin-bottom: 5px;
}
#splash_screen {
	background-image: url(images/index_rectangle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 434px;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
}
.prices {
	font-size: medium;
	font-weight: bold;
	color: #B1EC53;
}

#splash_object {
	position: relative;
	margin-right: 17px;
	margin-left: 17px;
}
hr {
	color: #999999;
}
#white_container {
	background-color: #FFFFFF;
	width: 750px;
	border: thin solid #B1EC53;
}
.black_text {
	color: #000000;
}
.black_text a{
	color: #000000;
}
.footer {
	font-size: 11px;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.footer a{
	color:#FFFFFF;
}
