@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#40323e;
}
#wrapper {
	width:640px;
	margin:auto;
}
#banner {
	position:relative;
	height:133px;
}
#banner_element_las_logo {
	position:absolute;
	right:3px;
	top:26px;
}
#banner_element_title {
	position:absolute;
	left:15px;
	bottom:10px;
}
#banner_element_bullet {
	position:absolute;
	left:0px;
	bottom:38px;
}
#flash_wrapper{
	height:511px;
	overflow:hidden;
	}
h1, h2{
font-family:Arial, Helvetica, sans-serif;
}
	
h1{
	color:#FFFFFF;
	font-size:22px;
	}
h2{
	color:#1c99cd;
	font-size:16px;
	}
	
div#otherStarcatcherReleases {
	width:640px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#1c99cd;
}

div#otherStarcatcherReleases ul {
	margin:7px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

div#otherStarcatcherReleases li {
	padding:2px 0px 2px 0px;
	font-size:0.8em;
}

div#otherStarcatcherReleases a {
	color:#ffffff;
	text-decoration:none;
}

div#otherStarcatcherReleases a:hover {text-decoration:underline;}
