@charset "utf-8";
/* CSS Document */


/* Body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#333;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	background-image:url(../images/upperBg.jpg);
	background-repeat:repeat-x;
}

.ieSucks {
	display: block;
}
/* End Body */

/* Main Content Container */
#wrapper {
	position:relative;
	margin:0 auto;
	width:850px;
}
/* End Main Content Container */

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:173px;
}

#leftSide_ {
	position:absolute;
	left:0px;
	top:173px;
	width:48px;
	height:336px;
}

#flashVideo_ {
	position:absolute;
	left:48px;
	top:173px;
	width:448px;
	height:336px;
	background-image: url(../images/flashVideo.jpg);
}

#divider_ {
	position:absolute;
	left:496px;
	top:173px;
	width:52px;
	height:336px;
}

#upperForm_ {
	position:absolute;
	left:548px;
	top:173px;
	width:244px;
	height:184px;
}

#rightSide_ {
	position:absolute;
	left:792px;
	top:173px;
	width:58px;
	height:336px;
}

#formArea_ {
	position:absolute;
	left:548px;
	top:357px;
	width:244px;
	height:152px;
	background-image: url(../images/formArea.jpg);
}

#footer_ {
	position:absolute;
	left:0px;
	top:509px;
	width:850px;
	height:91px;
}

#wrapper #formArea_ center form table tr td {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #formArea_ center form table {
	color: #FF0;
}

