﻿body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bkg_slice.jpg');
	background-repeat: repeat-x;
}

#main {
	margin: 0 auto;
	width: 779px;
	height: 306px;
}

#logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 207px;
	height: 306px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#company {
	background-image: url('../images/company.jpg');
	background-repeat: no-repeat;
	width: 344px;
	height: 306px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#emlink {
	background-image: url('../images/emlink.jpg');
	background-repeat: no-repeat;
	width: 228px;
	height: 306px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 779px;
	margin: 0 auto;
	height: 100%;
}

#nav {
	background-color: #353535;
	float: right;
	width: 221px;
	margin-right: 61px;
	border-top: 2px solid #FFF;
}

#nav a:link {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-right: 14px;
	text-align: right;
	border-bottom: 1px ridge #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav a:hover {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #ffae00;
	text-decoration: none;
	padding-right: 14px;
	text-align: right;
	border-bottom: 1px ridge #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav a:active {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-left: 14px;
	text-align: right;
	border-bottom: 1px ridge #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav a:visited {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-right: 14px;
	text-align: right;
	border-bottom: 1px ridge #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav a:visited:hover {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #ffae00;
	text-decoration: none;
	padding-right: 14px;
	text-align: right;
	border-bottom: 1px ridge #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

#body_text {
	float: left;
	width: 433px;
	background-color: #e3e3e3;
	margin-left: 62px;
	border-top: 2px solid #FFF;
}

#orange {
	background-color: #ffae00;
	height: 56%;
	width: 221px;
	float: right;
	clear: right;
	margin-right: 61px;
}

#fly {
	background-image: url('../images/fly.jpg');
	background-repeat: no-repeat;
	width: 495px;
	height: 114px;
	clear: left;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-bottom: 16px;
	border-top: 2px solid #CCC;
	margin-top: 12px;
}

.copy {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 24px; 
	text-align: justify;
}

h1 {
	font-family: Tahoma;
	margin: 24px; 
	text-align: justify;
	font-size: 20px;
	text-align: center;
	background-color: #CCC;
	border-bottom: 1px outset #333;
	border-right: 1px outset #333;
	padding: 4px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 24px; 
	text-align: justify;
	font-size: 16px;
}

#more_info {
	margin: 12px;
}

#more_info a:link {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 14px;
	border: 2px outset #FFF;
	background-color: white;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#more_info a:hover {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 14px;
	border: 2px inset #FFF;
	background-color: white;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#more_info a:active {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 14px;
	border: 2px outset #FFF;
	background-color: white;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#more_info a:visited {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 14px;
	border: 2px outset #FFF;
	background-color: white;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#more_info a:visited:hover {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 14px;
	border: 2px inset #FFF;
	background-color: white;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}
