﻿* {
	padding: 0px;
	margin: 0px;
}
#header {
	background-position: 20px 56px;
	width: 640px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background-image: url('../images/webinars_logo.jpg');
	background-repeat: no-repeat;
}
.imgHdr {
	margin-top: 56px;
	margin-left: 20px;
}
#mainContent {
	padding: 20px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------   NAV     -------------------------*/
#nav {
	position: relative;
	padding: 0px;
	width: 200px;
	height: 54px;
	top: 71px;
	left: 410px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#nav a:visited{
}

#nav a:link{
	text-decoration: none;
	border-width: 0px;
}

#nav ul a:hover{

}
#nav img {
	border-style: none;
	border-width: 0px;
}

/*-----------------   END NAV     -------------------------*/




body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969165;
	font-size: .9em;
	background-image: url('../images/hdr_bg.jpg');
	background-repeat: repeat-x;
}
h2 {
	padding: 4px 13px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C69C6D;
	font-size: 1.2em;
	width: 180px;
	text-align: right;
	float: left;
	vertical-align: top;
	background-color: #F9F5F0;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #C59C6D;
}
.movies a {
	text-decoration: none;
	color: #969165;
}
.movies p {
	text-decoration: none;
	color: #969165;
	padding-bottom: 10px;
}

.movies {
	padding: 0px;
	width: 380px;
	float: left;
	margin-left: 20px;
	vertical-align: top;
}
.clear {
	clear: both;
	height: 30px;
}
.footer {
	border-width: thin;
	background-position: center 15px;
	border-color: #C8C1A1;
	padding: 80px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	background-image: url('../images/icon_TSA.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #969165;
	font-size: .7em;
	font-weight: bold;
	border-top-style: dashed;
	text-align: center;
}
