/* Global Styles */
body 	{
	margin:0px 0px 0px 0px;
	background-color:#000000;
	font-family:arial, verdana, "sans-serif";
}
h1, h2, h3	{
	margin-top:2px;
}
a:link	{text-decoration:none;}
a:visited	{text-decoration:none;}

/* Header */
#headercell	{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:258px;
}

/* Video Placement */
#splashvideo	{
	margin:55px 0px 0px 185px;
	width:435px;
	height:322px;
	border:1px solid #000000;
	padding:4px 4px 4px 4px;
}

/* Pages */
#pages	{
	padding:0px 0px 0px 0px;
	width:665px;
	height:483px;
}
#webcastpage	{
	width:665px;
	height:338px;
}
#webcasting	{
	margin-top:0px;
	padding-top:0px;
	background-image:url(../images/webcasting_page_bg.gif);
	width:665px;
	height:483px;
}
#about	{
	margin-top:0px;
	background-image:url(../images/about_page_bg.gif);
	width:665px;
	height:483px;	
}
#aboutcopy	{
 	width:507px;
 	height:390px;
 	margin:46px 0px 0px 158px;
 	overflow:auto;
 }
/* Form */
#formtable	{
 	margin:80px 0px 0px 4px;
 }
#formarea	{
	background-image:url(../images/rh_form_first_bg.gif);
	background-repeat:no-repeat;
	width:335px;
	height:483px;
}
#advertiseform p	{
 	margin:2px 0px 2px 0px;
 	font-size:12px;
 }
 #advertiseform input	{
 	margin:2px 0px 2px 0px;
 }
 .btns	{margin-top:5px;}
