html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

body {
	font-family: "Century Gothic", Futura-Normal, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #020571;
	background-color: #FFF;
}

#wrapper {
	width: auto;
	padding-top: 75px;
	padding-left: 10px;
	padding-bottom: 50px;
	position: relative;
}

#navbar {
	width: 880px;
	height: 126px;
	position: relative;
	background-color: #C0272D;
	margin-bottom: 60px;
}

#topnav {
	width: 320px;
	position: relative;
	font-size: 14px;
	float: right;
	padding-top: 10px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#topnav li {
	margin: 0;
}

#topnav li a {
	display: block;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
	width: 100%;
}

html>body #topnav li a {
	width: auto;
}

#topnav li a:hover {
	background-color: #FCD2C1;
	color: #C0272D;
}

#content {
	width: 725px;
	position: relative;
	padding-left: 100px;
}

#press {
	width: 725px;
	position: relative;
	margin-bottom: 5px;
}

#text {
	margin-left: 172px;
	position: relative;
	width: 585px;
}

#text a {
	text-decoration: none;
	color: #C0272D;
}

#text a:hover {
	text-decoration: none;
	color: #020571;
}

#text2 {
	position: relative;
	width: 757px;
}

#text2 a {
	text-decoration: none;
	color: #C0272D;
}

#text2 a:hover {
	text-decoration: none;
	color: #020571;
}

#images {
	width: 433px;
	height: 175px;
	background-image: url(../images/setup/press_image_frame.gif);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 57px;
	padding-left: 22px;
	padding-right: 23px;
	left: 75px;
	top: -63px;
	text-align: center;
}

#images a img {
	border: 5px solid #FFF;
	margin-bottom: 2px;
}

#images a:hover img {
	border: 5px solid #CCC;
}

#pics {
	width: 150px;
	position: absolute;
	padding: 5px;
	left: -180px;
	top: -10px;
	margin-bottom: 25px;
}

#pics a img {
	border: 5px solid #FFF;
	margin-bottom: 2px;
}

#pics a:hover img {
	border: 5px solid #CCC;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C0272D;
	font-weight: bold;
	font-size: 1.6em;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C0272D;
	font-weight: bold;
	font-size: 1.2em;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C0272D;
	font-size: 1.2em;
}

.white {
	color: #FFFFFF;
	font-size: 12px;
}

#footer {
	width: auto;
	height: 15px;
	margin-bottom: 20px;
	background-color: #FCD2C1;
	color: #C0272D;
	position: relative;
	padding: 5px;
	padding-left: 5px;
	font-size: 12px;
}

#to-top {
	font-size: 12px;
	position: relative;
	float: right;
}


