/*Main Tag Selectors*/
* { padding: 0; margin: 0; }


body {
	margin: 0;
	padding:0;
	text-align: center;
}

p {
	margin: 10px 20px 10px 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color:#000;
}

p#contenteven {
	width:230px;
	float:left;
}

em {
	color: #8E001c;
	font-weight: bold;
	font-style:normal;
}

h1 {
	text-indent: -9999px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align:top;
	height: 150px;
	padding: 0;
	margin: 0;
}

h2#home {
	background-image: url(images/page_banner_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	height: 125px;
	margin: 0;
	padding: 0;
}

h2#about {
	background-image: url(images/page_banner_about.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	height: 125px;
	margin: 0;
	padding: 0;
}

h2#services {
	background-image: url(images/page_banner_services.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	height: 125px;
	margin: 0;
	padding: 0;
}

h2#companies {
	background-image: url(images/page_banner_companies.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	height: 125px;
	margin: 0;
	padding: 0;
}

h2#contact {
	background-image: url(images/page_banner_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	height: 125px;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:18px;
	color:#8e001c;
	margin:10px 20px 0px 20px;
}

#container {
	background-image: url(images/gradient_bg.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	vertical-align:top;
}

.contents {
	width:700px;
	border: 0px 1px 1px 1px solid #8E001C;
	vertical-align:top;
	height:100%;
	margin-left:auto;
	margin-right: auto;
	padding:0;
}

/* left navigation */

.left {
	width: 100px;
	float:left;
	vertical-align:top;
	margin:0;
	text-align: left;
}

.nav, .nav ul {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	list-style: none;
	padding:0;
	margin:0;
}
.nav li {
	border-bottom: 1px solid #8E001C;
	line-height:25px;
	margin-bottom:-2px;
	width:100px;
	float:left;
}

.nav li a {
	text-decoration: none;
	color: #8e001c;
	width:100px;
	w\idth:80px;
	padding: 5px 10px;
	display:block;
}

.nav li a:hover {
	color: #FFF;
	background:#666;
}

/* Right Column */
.right {
	width: 599px;
	vertical-align: top;
	text-align: left;
	margin: 0;
	float:left;
}

.right ul li{
	margin: 10px 20px 10px 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color:#000;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	width:700px;
	margin:0;
	padding: 0;
	background-color: #6A6A6A;
	text-align:left;
	vertical-align:top;
}

#footer p {
	margin: 10px 10px 10px 0px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size:9px;
	color:#CCCCCC;
	padding:10px 25px 25px 25px;
}

#footer a {
	text-decoration:underline;
	color:#cccccc;
}

#footer a:hover {
	background-color:#8E001C;
}
