@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ebebeb;
	font-family:  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-position: right top;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}
#container {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #336699;
	font-size: 14px;
	text-decoration: none;
}
a:link {
	color: #336699;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
a:active {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	font-size: 14px;
	text-decoration: none;
}
#top-links {
	text-align: right;
	padding: 10px;
}
#main-banner {
	background-image: url(images/home-banner-main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 420px;
	width: 760px;
}
#main-message {
	margin-left: 400px;
	margin-right: 30px;
	padding-top: 1px;
	font-size: 14px;
	color: #676767;
	line-height: 22px;
}
#main-banner #main-message h1 {
	color: #333333;
	margin-top: 25px;
	padding-bottom: 1px;
	font-size: 24px;
}
#main-banner #main-message p {
	font-size: 14px;
	color: #666666;
	letter-spacing: .04em;
	line-height: 18px;
}
#main-banner #main-message a {
	color: #336699;
	font-size: 18px;
	text-decoration: none;
}
#main-banner #main-message a:hover {
	color: #FFCF00;
	text-decoration: underline;
}
#main-banner #main-message a:link {
	text-decoration: none;
}
#main-banner #main-message a:active {
	text-decoration: underline;
}
#footer {
	color: #999999;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

