html {
	padding: 0px;
	border: 0px;
	font-size: 100%
}
body {
	background-image: url(../images/blackbar+bg-ext.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 62.8%
}
ul {
	padding: 0px;
	border: 0px;
}
#wrapper {
	width: 900px;
}
#main {
	float: left;
	width: 300px;
}
#rcoloumn {
	margin-left: 300px;
}
#title {
	width: 500px;
	margin-left: 300px;
	background-color: #ffffff;
	text-align: right;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #000000;
}
#images {
	width: 500px;
	height: 130px;
	display: inline;
	margin-top: 100px;
	margin-left: 300px;
	list-style-type: none;
}
#menu {
	display: inline;
	float: left;
	width: 400px;
}
#content {
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #000000;
}
#content p {
	padding-left: 15px;
}
.lsites {
	float: left;
}
.rsites {
	float: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h2 a {
	font-family: Eurostile;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
}
a {
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif, Eurostile;
	font-size: 9px;
	font-weight: normal;
	clear: both;
}
.form-style {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.button-style {
	font-family: Arial, Helvetica, sans-serif, Eurostile;
	color: #000000;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 25px;
	border: 1px solid #000000;
	cursor: pointer;
}
#spacer {
    display: block;
	float: left;
	height: 130px;
}
/* menu bar and rollover */
#home {
	background-image: url("../images/homebutton.jpg");
	float: left;
}
#home a {
	display: block;
	height: 35px;
	width: 100px;
}
#home a:hover {
    background-image: url("../images/homebuttonovr.jpg");
	float: left;
}
#services {
	background-image: url("../images/servicesbutton.jpg");
	float: left;
}
#services a {
	display: block;
	height: 35px;
	width: 100px;
}
#services a:hover {
    background-image: url("../images/servicesbuttonovr.jpg");
	
}
#websites {
	float: left;
	background-image: url("../images/websitesbutton.jpg");
}
#websites a {
	display: block;
	height: 35px;
	width: 100px;
}
#websites a:hover {
    background-image: url("../images/websitesbuttonovr.jpg");
	
}
#contact {
    display: block;
	height: 35px;
	width: 100px;
	float: left;
	background-image: url("../images/contactbutton.jpg");
}
#contact a {
	display: block;
	height: 35px;
	width: 100px;
}
#contact a:hover {
    background-image: url("../images/contactbuttonovr.jpg");
/* don't show menu list text */
}
#home b, #services b, #websites b, #contact b {
    display: none;
}
/* spaces the content below the menu bar */
#spacer2 {
	width: 450px;
}
/* when that are no images in the black bar */
#blacksquare {
	float: left;
	height: 130px;
	width: 500px;
}
#validators {
	width: 300px;
	float: left;
}
