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

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	height: 100%;
	font-size: 100%;
}

#invisible {
	display: none;
}

#wrapper {
	width: 800px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: transparent url(../images/shared/main.gif) 0px 50px no-repeat;
}

#main_content {
	width: 800px;
}

#right_column {
	padding-top: 200px;
	width: 644px;
	float: right;
	border-left: 1px solid #ddd;
}

#left_column {
	padding-top: 200px;
	width: 155px;
	float: left;
	text-align: right;
}

#link_column {
	width: 240px;
	float: left;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	background-color: transparent;
	color: #666;
	margin: 11px 180px 8px 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #333;
	margin: 2px 10px 10px 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.6em;
	color: #333;
	margin: 20px 10px 10px 10px;
	border-bottom: 1px dashed #ddd;
}

a {
	font-weight: normal;
	color: #000;
}

a:link {
	color: #ff861b;
	text-decoration: none;
}

a:visited {
	color: #c96a15;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

ul {
	margin: 0px 0px 15px 10px;
	border: 0px;
	padding: 0px;
	list-style: none;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	background-color: transparent;
	color: #666;
	margin: 0px 0px 5px 0px;
}

.launchdate {
	font-size: 0.7em;
}