a {
	font-weight: bold;
	color: #CFB834;
	color: white;
}

a:hover {
	color: #CFB834;
}

body {
	background-color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image:url(../images/background_bar.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

div#catchphrase1 {
	display: inline;
	color: #CFB834;
	font-size: 18px;
	cheight: 40px;
	cline-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#catchphrase2 {
	color: #4C8AA3;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 580px;
	border: 10px solid white;
	background-color: black;
	margin-top: -290px;
	margin-left: -390px;
	background-image:url(../images/bottom_graphic.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

div#companyName {
	cposition: relative;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: bold;
	cborder: 1px solid white;
	cheight: 40px;
	cline-height: 40px;
	padding: 0;
}

div#imagesPanel {
	position: relative;
	float: left;
	width: 110px;
	background-color: #4C8AA3;
	padding: 15px 0 0px 15px;
	background-image: url(../images/black_border.gif);
	background-position: right;
	background-repeat: repeat-y;
	cpadding-bottom: 10px;
}

div#middlePanel {
	float: left;
	width: 300px;
	cborder: 1px solid red;
	margin-left: 40px;
}

div#clickHere {
	margin-top: 3px;
	cmargin-right: 15px;
	cpadding: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	cborder: 1px solid green;
}

div#contact {
	background-color: #4C8AA3;

	color: #4C8AA3;
	color: black;
	border: 2px solid #4C8AA3;
	border: 2px solid white;
	text-align: center;
	padding: 3px;
}

div#copyright {
	margin-top: 3px;
	font-size: 9px;
	text-align: center;
}

div#facts {
	background-color: #86C2E0;
	color: #4C8AA3;
	color: black;
	border: 2px solid white;
	text-align: left;
	padding: 3px;
	margin-top: 20px;
}

div#listing {
	border: 2px solid #4C8AA3;
	padding: 3px;
	text-align: center;
}

div#rightPanel {
	float: right;
	background-color: white;
	color: black;
	padding: 15px;
	width: 200px;
	cmargin-left: 25px;
}

hr {
	shading: no-shading;
	color: #CFB834;
}

img#thumbnail {
	display: block;
	margin: 0;
	cmargin-bottom: 10px;
	border: 4px solid #CFB834;
}


