* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	background: #222;
}

a {
	text-decoration: underline;
}

a img {
	border: 0px;
}

a.topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	text-indent: -999em;
	text-decoration: none;
	z-index: 999;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/banner.png');
}

a.topleft:hover {
	cursor: hand;
}

a.topleft[class] {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	text-indent: -999em;
	text-decoration: none;
	z-index: 999;
	background: url(images/banner.png) no-repeat;
}

#notice {
	width: 100%;
	color: #000;
	background: #FFF;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.09em;
}

#wrapper {
	width: 750px;
	margin: auto;
	text-align: left;
	display: table;
	padding: 20px;
}

.quote {
	font-size: 1.45em;
	font-family: Georgia;
	color: #AAA;
	text-align: right;
	width: 500px;
	float: right;
	margin: 0px 0px 15px 0px;
}

.quote span {
	font-size: 0.73em;
	font-family: Arial;
	color: #d8ffd8;
}

#left {
	background: url('images/left-column.jpg') top left no-repeat;
	color: #FFF;
	width: 375px;
	height: 400px;
	float: left;
}

#left .text {
	margin: 75px 0px 0px 0px;
	font-size: 1.18em;
	padding: 20px;
	width: 335px;
	line-height: 1.36em;
	float: left;
	background: url('images/left-column-bg.png') top left repeat;
}

#left .text a {
	color: #d8ffd8;
}

#left .text a:hover {
	color: #FFF;
}

#right {
	background: url('images/right-column.gif') top right no-repeat;
	width: 375px;
	height: 400px;
	float: right;
}

#right .text {
	font-size: 1.00em;
	padding: 10px 20px 10px 20px;
	color: #FFF;
}

#right .text .header {
	font-size: 1.64em;
	font-family: Lucida Grande;
	margin: 0px 0px 2px 0px;
	color: #d8ffd8;
}

#right .text .description {
	font-size: 1.09em;
	padding: 0px 0px 5px 0px;
}

#right .text .section {
	font-size: 0.82em;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	color: #aaa;
}

#right .text .section input.text, #right .text .section textarea {
	border: 0px;
	margin: 2px 0px 0px 0px;
	width: 160px;
	padding: 2px;
	background: #CCC;
	font-size: 1.64em;
	font-family: Georgia;
}

#right .text .section textarea {
	width: 230px;
	height: 100px;
}

#right .text .section input {
	padding: 3px 5px 3px 5px;
	color: #000;
	font-weight: normal;
	font-size: 1.18em;
}

#video {
	text-align: center;
	clear: both;
}

#video {
	width: 750px;
	display: block;
	background: #333 url('images/video-bg.gif') bottom left no-repeat;
}

#video a img {
	padding: 10px;
}

.intro-header {
	clear: both;
	font-size: 1.64em;
	font-family: Lucida Grande;
	color: #d8ffd8;
	padding: 15px 0px 5px 0px;
}

.intro-text {
	font-size: 1.18em;
	line-height: 1.36em;
	color: #FFF;
}

.intro-text a {
	color: #D8FFD8;
}

.intro-text a:hover {
	color: #FFF;
}

.footer {
	text-align: center;
	color: #999;
	font-size: 1.00em;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
