* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF
	color: #3B3B3B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

h1, h2, h3 {
	color: #7FCAE7;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



/* Header */

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background-color: #7FCAE7;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#Layer1 {
	position:absolute;
	width:0px;
	height:0px;
	z-index:1;
	visibility: hidden;
}.new {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}

