@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* CSS Document */


* {			margin: 0; 
			padding: 0; 
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #675C50;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #897B69;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2a344;
	padding-bottom: 8px;
	margin-bottom: 24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #58463A;
	padding-top: 4px;
}



body {
	background-color: #CCC;
	background-image: url(../img/launch/backdrops/launch_bdrop1.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/launch/backdrops/launch_bdrop2.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 24px;
	border: 1px solid #FFF;
}
#top {
	height: 122px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	position: relative;
}



.typeface-logo {
	margin-left: 164px;
	float: left;
	margin-top: 45px;
	background-image: url(../img/launch/logo/typeface-logo-vim7-260.gif);
	background-repeat: no-repeat;
}

.ima-logo {
	margin-left: 10px;
	float: left;
}
.light {
	color: #C5BDB8;
}
#top ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	list-style-type: none;
	float: right;
	color: #726149;
}

#top ul li {
	float: left;
	padding-left: 12px;
}

#top ul li a {
	text-decoration: none;
	color: #726149;
}

#top ul li a:hover {
	text-decoration: underline;
	color: #544736;
}





#launch_flashbox {
	height: 160px;
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
}
#center_wrap {
	width: auto;
	margin-right: 48px;
	margin-left: 48px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 700px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 0px;
	background-image: none;
}




#footer {
	width: auto;
	margin-right: 30px;
	margin-left: 35px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA9F4A;
	height: 30px;
}

#footer ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	list-style-type: none;
	float: left;
	color: #726149;
}

#footer ul li {
	float: left;
	padding-left: 18px;
}

#footer ul li a {
	text-decoration: none;
	color: #726149;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #544736;
}
.hyperlink {
	color: #726149;
	text-decoration: none;
}
.image_left {
	float: left;
	clear: both;
	border: 2px solid #FFF;
	margin-right: 28px;
	margin-bottom: 24px;
}
