/* gkn home page */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: gray;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

/* main layout divs */

#container {
	background: repeat-y url(../images/background.gif) white;
	border: 1px  #000;
	padding: 0;
	width: 767px; /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\""; /* real width + l/r border + l/r padding = false value */
	voice-family:inherit; /* end false value for IE4-5.x/Win */
	width: 765px; /* real value for compliant browsers */;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html>#container {
	width: 765px; /* be nice to Opera */
}

#container table {
	width: 765px;
}

div.grey {
	width: 265px;
	background: #dcdcdc;
	height: 53px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #7d7d7d;
	margin-bottom: 2px;
}

div.header {
	width: 500px;
	height: 33px;
	background: #cc6666;
	color: white;
	text-transform: uppercase;
	font-family: Times, "Times New Roman", serif, Georgia;
	text-align: center;
	float: left;
	margin-bottom: 2px;
	border-bottom: 1px solid #7d7d7d;
	padding-top: 20px;
	font-weight: bold;
}

div.subnav {
	width: 765px;
	margin: 1px 0;
	padding: 0;
	height: 22px;
	background: white;
	font-size: 11px;
	color: #545454;
	border-bottom: 1px solid #7d7d7d;
	border-top: 1px solid #7d7d7d;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

div.subnav ul {
	margin: 0;
	padding: 0 0 0 17px;
}

div.subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.subnav a {
	float: left;
	line-height: 22px;
	font-weight: bold;
	margin: 0 15px;
	text-decoration: none;
	color: #3e3e3e;
	padding-right: 5px;
	padding-left: 5px;
}

div.subnav a.active {
	color: white;
	background: #555555;
}

div.subnav a:hover {
	color: white;
	background: #555555;
}

#content_left {
	text-align: left;
	font-size: 11px;
	width: 265px;
	line-height: 1.5em;
	float: left;
	margin-top: 2px;
	border-top: 1px solid #7d7d7d;
	background: #dcdcdc;
	height: 850px;
}

#content_left img {
	border-bottom: 1px solid #3e3e3e;
}

#content_right a {
	color: #0743cd;
}

#content_right a:hover, a:active {
	color: #cc6666;
}

#content_right {
	float: left;
	width: 311px;
	text-align: left;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: #2b2b2b;
	line-height: 1.5em;
	padding-top: 15px;
	margin-right: 2px;
	margin-top: 2px;
	border-top: 1px solid #7d7d7d;
}

#content_right h4 {
	color: #cc6666;
	font: bold 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#video {
	width: 135px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	margin-left: 2px;
	line-height: 1.5em;
	margin-top: 2px;
	border-top: 1px solid #7d7d7d;
}

#video h1 {
	size: 11px;
	color: #cc6666;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-top: -1.5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 0em;
}

#video a {
	text-decoration: underline;
	border: 0px;
	text-transform: uppercase;
	color: #cc6666;
	font-weight: bold;
}

#footer {
	color: gray;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#footer a {
	color: gray;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
}

#footer a:hover, a:active {
	text-decoration: none;
	color: black;
}
